/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 16 separator (optional), and re-joins itself when converted to a string with 18 'separator' flag may be specified (defaulting to whitespace).""" 22 def __init__(self, value, separator = None): argument 24 list.__init__(self, value.split(separator)) 28 if separator is None: 29 self.separator = " " 31 self.separator = separator 34 return self.separator.join(self)
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu/ |
H A D | port-gnome-menus3.patch | 78 + GMenuTreeSeparator *separator = NULL; 129 + if (separator != NULL) 133 + process_separator(separator); 134 + gmenu_tree_item_unref (separator); 135 + separator = NULL; 142 + if (separator != NULL) 146 + process_separator(separator); 147 + gmenu_tree_item_unref (separator); 148 + separator = NULL; 155 + separator = gmenu_tree_iter_get_separator(iter); [all …]
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 35 * SEPARATOR is used to separate "operations" in the fuzz input 37 #define SEPARATOR "FUZZ" macro 596 * Some commands can be variable-width, so we use a separator, SEPARATOR, to 597 * specify the boundaries between commands. SEPARATOR is used to separate 598 * "operations" in the fuzz input. Why use a separator, instead of just using 602 * For example take the input "AbBcgDefg", where there is no separator and 607 * By adding a separator, we avoid this problem: 613 * SEPARATOR is trivial for the fuzzer to discover when using ASan. Optionally, 614 * SEPARATOR can be manually specified as a dictionary value (see libfuzzer's 618 * In a simplified example where SEPARATOR is 0xFF: [all …]
|
/openbmc/qemu/tests/bench/ |
H A D | qtree-bench.c | 259 char separator[97]; in main() local 260 for (int i = 0; i < ARRAY_SIZE(separator) - 1; i++) { in main() 261 separator[i] = '-'; in main() 263 separator[ARRAY_SIZE(separator) - 1] = '\0'; in main() 264 printf("%s\n", separator); in main() 284 printf("%s\n", separator); in main()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | types.py | 42 obj = create(value, 'list', separator=sep) 45 self.assertEqual(obj.separator, sep) 46 self.assertEqual(str(obj), obj.separator.join(obj))
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 270 * at the first '.' separator. Allows double dot ('..') to escape the 271 * normal separator. 288 const char *separator; in qdict_split_flat_key() local 291 /* Find first '.' separator, but if there is a pair '..' in qdict_split_flat_key() 293 separator = NULL; in qdict_split_flat_key() 295 if (separator) { in qdict_split_flat_key() 296 separator += 2; in qdict_split_flat_key() 298 separator = key; in qdict_split_flat_key() 300 separator = strchr(separator, '.'); in qdict_split_flat_key() 301 } while (separator && separator[1] == '.'); in qdict_split_flat_key() [all …]
|
/openbmc/qemu/hw/nvme/ |
H A D | nguid.c | 71 * using the '-' separator. The number of bytes needs to be exactly 16 and the 72 * separator '-' has to be exactly in a byte boundary. The following are 92 * We need to make sure the separator is in a byte boundary, the in nvme_nguid_is_valid() 93 * string does not start with the separator and they are not back to in nvme_nguid_is_valid() 105 * separator in nvme_nguid_is_valid()
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest-get-branch | 76 …parser.add_argument('--separator', '-s', metavar='SEPARATOR', default=' ', help='Char separator fo…
|
H A D | combo-layer-hook-default.sh | 22 # Insert before final --- separator, with extra blank lines removed.
|
/openbmc/bmcweb/include/ |
H A D | authentication.hpp | 55 std::size_t separator = authData.find(':'); in performBasicAuth() local 56 if (separator == std::string::npos) in performBasicAuth() 61 std::string user = authData.substr(0, separator); in performBasicAuth() 62 separator += 1; in performBasicAuth() 63 if (separator > authData.size()) in performBasicAuth() 67 std::string pass = authData.substr(separator); in performBasicAuth()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc_legacy.c | 102 void print_mmc_devices(char separator) in print_mmc_devices() argument 121 printf("%c", separator); in print_mmc_devices() 122 if (separator != '\n') in print_mmc_devices() 131 void print_mmc_devices(char separator) { } in print_mmc_devices() argument
|
H A D | mmc-uclass.c | 255 void print_mmc_devices(char separator) in print_mmc_devices() argument 267 printf("%c", separator); in print_mmc_devices() 268 if (separator != '\n') in print_mmc_devices() 285 void print_mmc_devices(char separator) { } in print_mmc_devices() argument
|
/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} 229 ${msg}= Catenate SEPARATOR= URI: ${AUTH_URI} ${kwargs["base_uri"]} 238 ${msg}= Catenate SEPARATOR= Response code: ${resp.status_code} 300 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 342 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 374 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} 431 ${base_uri}= Catenate SEPARATOR= ${DBUS_PREFIX} ${uri} [all …]
|
H A D | openbmc_ffdc_methods.robot | 92 ... Split String ${ffdc_function_list} separator=: 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]} 609 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} ${file_enum_name} 638 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} 673 ${logpath}= Catenate SEPARATOR= ${log_prefix_path} esel
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp_0.3-beta15-52.diff | 198 msgid "ERROR: invalid separator.\n" 232 " -s --separator=C : separator to use between fields (in TCP/IP daemon " 497 msgid "ERROR: invalid separator.\n" 530 " -s --separator=C : separator to use between fields (in TCP/IP daemon " 763 msgid "ERROR: invalid separator.\n" 764 msgstr "FEL: ogiltig separator.\n" 797 " -s --separator=C : separator to use between fields (in TCP/IP daemon " 1035 msgid "ERROR: invalid separator.\n" 1069 " -s --separator=C : separator to use between fields (in TCP/IP daemon " 1100 -" -s --separator=C : separador a utilizar entre campos (no modo daemon TCP/IP).\n" [all …]
|
H A D | init | 33 SEPARATOR="|" 44 DAEMON_ARG="-d -l $INTERFACE -p $PORT -s $SEPARATOR"
|
/openbmc/phosphor-logging/ |
H A D | util.cpp | 208 constexpr auto separator = '='; in parse() local 211 auto pos = entryItem.find(separator); in parse() 214 auto key = entryItem.substr(0, entryItem.find(separator)); in parse() 215 auto value = entryItem.substr(entryItem.find(separator) + 1); in parse()
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-microvm.c | 52 gchar *separator; in acpi_dsdt_add_virtio() local 70 separator = g_strrstr(mmio_bus->name, "."); in acpi_dsdt_add_virtio() 71 if (!separator) { in acpi_dsdt_add_virtio() 74 if (qemu_strtol(separator + 1, NULL, 10, &index) != 0) { in acpi_dsdt_add_virtio()
|
/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/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/ |
H A D | packagegroup-xfce-base.bb | 26 xfce4-panel-plugin-separator \
|
/openbmc/qemu/ui/ |
H A D | ui-hmp-cmds.c | 360 const char *separator; in hmp_sendkey() local 364 separator = qemu_strchrnul(keys, '-'); in hmp_sendkey() 365 keyname_len = separator - keys; in hmp_sendkey() 399 if (!*separator) { in hmp_sendkey() 402 keys = separator + 1; in hmp_sendkey()
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshyacc.py | 140 """complete_command : list separator 225 | term separator 226 | newline_list term separator""" 229 sep = get_production(productions, 'separator') 238 """term : term separator and_or 578 """separator : separator_op linebreak 584 #Keep the separator operator 585 p[0] = ('separator', p[1])
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | autotest-automake-result-format.patch | 116 - # Make sure there is a separator even with long titles. 122 + # Make sure there is a separator even with long titles.
|
/openbmc/phosphor-hwmon/ |
H A D | start_hwmon.sh.in | 37 # Needed to re-do escaping used to avoid bitbake separator conflicts
|
/openbmc/phosphor-snmp/ |
H A D | snmp_serialize.hpp | 14 constexpr auto SEPARATOR = "_"; variable
|