/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 37 #define SEPARATOR "FUZZ" macro 661 nextcmd = memmem(cmd, Size, SEPARATOR, strlen(SEPARATOR)); in generic_fuzz() 673 cmd = nextcmd ? nextcmd + sizeof(SEPARATOR) - 1 : nextcmd; in generic_fuzz() 674 Size = Size - (cmd_len + sizeof(SEPARATOR) - 1); in generic_fuzz() 861 if (max_out_size <= size1 + strlen(SEPARATOR) * 3 + 2) { in generic_fuzz_crossover() 872 copy_len = strlen(SEPARATOR); in generic_fuzz_crossover() 873 memcpy(out + size, SEPARATOR, copy_len); in generic_fuzz_crossover() 886 copy_len = strlen(SEPARATOR); in generic_fuzz_crossover() 887 memcpy(out + size, SEPARATOR, copy_len); in generic_fuzz_crossover() 900 copy_len = strlen(SEPARATOR); in generic_fuzz_crossover() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | init | 33 SEPARATOR="|" 44 DAEMON_ARG="-d -l $INTERFACE -p $PORT -s $SEPARATOR"
|
H A D | hddtemp_0.3-beta15-52.diff | 2057 char separator = SEPARATOR;
|
/openbmc/openbmc-test-automation/lib/ |
H A D | rest_client.robot | 45 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 71 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 96 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 120 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 225 ${msg}= Catenate SEPARATOR= URI: ${AUTH_URI} ${kwargs["base_uri"]} 234 ${msg}= Catenate SEPARATOR= Response code: ${resp.status_code} 296 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 338 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 370 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 427 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} [all …]
|
H A D | openbmc_ffdc_methods.robot | 236 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]} 296 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]} 322 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]} 382 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]} 408 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]} 630 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} ${file_enum_name} 659 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} 694 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} esel
|
H A D | openbmc_ffdc_utils.robot | 32 ${suite_name}= Catenate SEPARATOR= ${FFDC_TIME}_ ${suite_name} 34 ${test_name}= Catenate SEPARATOR= ${FFDC_TIME}_ ${test_name}
|
H A D | ipmi_client.robot | 297 ${arrayByteLocal}= Catenate SEPARATOR= ${arrayByte} ${word} 298 ${arrayByteLocal}= Catenate SEPARATOR= ${arrayByteLocal} , 514 ${ipmi_cmd}= Catenate SEPARATOR=
|
H A D | common_utils.robot | 178 ${err_msg}= Catenate SEPARATOR= \n ${err_msg1} 186 ${err_msg}= Catenate SEPARATOR= \n ${err_msg1} 196 ${err_msg}= Catenate SEPARATOR= \n ${err_msg1}
|
H A D | certificate_utils.robot | 127 ${cert_name}= Catenate SEPARATOR= ${random_name} .pem
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_host_network.robot | 40 ${ipmi_raw_cmd}= Catenate SEPARATOR= 64 ${ipmi_raw_cmd}= Catenate SEPARATOR=
|
/openbmc/phosphor-snmp/ |
H A D | snmp_serialize.hpp | 14 constexpr auto SEPARATOR = "_"; variable
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 329 # define SEPARATOR(i, last, width) \ macro 345 static_ltree[i].Len, SEPARATOR(i, L_CODES+1, 5)); in gen_trees_header() 351 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5)); in gen_trees_header() 357 SEPARATOR(i, DIST_CODE_LEN-1, 20)); in gen_trees_header() 364 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); in gen_trees_header() 370 SEPARATOR(i, LENGTH_CODES-1, 20)); in gen_trees_header() 376 SEPARATOR(i, D_CODES-1, 10)); in gen_trees_header()
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_general.robot | 23 ${root_cmd_args} = SEPARATOR=
|
H A D | test_redfishtool_local_user.robot | 22 ${root_cmd_args} = SEPARATOR=
|
H A D | test_redfishtool_certificate.robot | 23 ${root_cmd_args} = SEPARATOR=
|
/openbmc/linux/drivers/char/tpm/eventlog/ |
H A D | tpm1.c | 172 case SEPARATOR: in get_event_name()
|
/openbmc/linux/include/linux/ |
H A D | tpm_eventlog.h | 39 SEPARATOR, enumerator
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_bmc_devicetree.robot | 172 ${devicetree_path}= Catenate SEPARATOR=
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi_multiple_interfaces.robot | 121 ${vmi_network_conf}= Catenate SEPARATOR=_ vmi_network_conf ${interface}
|
H A D | test_vmicert_management.robot | 580 ${CSR_FILE}= Catenate SEPARATOR=_ ${csr_gen_time} csr_server.csr 581 ${CSR_KEY}= Catenate SEPARATOR=_ ${csr_gen_time} csr_server.key 709 ${CORRUPTED_CSR}= Catenate SEPARATOR= ${csr_left} \N ${csr_right} 731 ${test_cert_file}= Catenate SEPARATOR=_ ${testcert_gen_time} test_certificate.cert
|
/openbmc/openbmc-test-automation/lib/xcat/ |
H A D | xcat_utils.robot | 34 ${xcat_cmd}= Catenate SEPARATOR=
|
/openbmc/openbmc-test-automation/lib/ras/ |
H A D | host_utils.robot | 152 ${cmd}= Catenate SEPARATOR= for file_path in /sys/devices/system/cpu/
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_ldap_sub_menu.robot | 177 ${ldap_uri_wrong_port}= Catenate SEPARATOR=: ${LDAP_SERVER_URI} ${wrong_ldap_port}
|