Home
last modified time | relevance | path

Searched refs:delimiters (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-display.c88 static char delimiters[256]; in format_and_print_txt() local
95 strcpy(delimiters, " "); in format_and_print_txt()
98 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print_txt()
103 fprintf(outf, "%s", delimiters); in format_and_print_txt()
106 fprintf(outf, "%s", delimiters); in format_and_print_txt()
115 static char delimiters[256]; in format_and_print() local
133 j += snprintf(&delimiters[j], sizeof(delimiters) - j, in format_and_print()
143 fprintf(outf, "%s\"%s\": ", delimiters, header); in format_and_print()
150 k += snprintf(&delimiters[k], in format_and_print()
151 sizeof(delimiters) - k, in format_and_print()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dgzfile.hpp134 std::string delimiters; in hostLogEntryParser() local
137 delimiters = bufferStr.substr(pos - 1, 2); in hostLogEntryParser()
142 delimiters = lastDelimiter + bufferStr.substr(0, 1); in hostLogEntryParser()
144 if (delimiters != "\r\n") in hostLogEntryParser()
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig7 # delimiters. You can use the following trick to do so.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-vmbus20 there is no support for parsing delimiters.
H A Dsysfs-bus-amba20 no support for parsing delimiters.
H A Dsysfs-bus-platform20 the override, there is no support for parsing delimiters.
H A Dsysfs-bus-vdpa57 no support for parsing delimiters.
H A Dsysfs-bus-css52 there is no support for parsing delimiters.
H A Dsysfs-bus-pci353 there is no support for parsing delimiters.
/openbmc/u-boot/tools/
H A Dkwbimage.c1321 char delimiters[] = " \t"; in image_create_config_parse_oneline() local
1325 keyword = strtok_r(line, delimiters, &saveptr); in image_create_config_parse_oneline()
1335 value1 = strtok_r(NULL, delimiters, &saveptr); in image_create_config_parse_oneline()
1378 char *value = strtok_r(NULL, delimiters, &saveptr); in image_create_config_parse_oneline()
1393 value2 = strtok_r(NULL, delimiters, &saveptr); in image_create_config_parse_oneline()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py369 delimiters = '\\$`'
371 delimiters += '\'"'
374 pos, sep = find_chars(remaining, delimiters)
/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst162 Kconfig uses only commas for delimiters, and keeps all whitespaces in the
186 appear in the $( ) context are always delimiters. It means::
/openbmc/qemu/gdbstub/
H A Dgdbstub.c857 const char *delimiters; in cmd_next_param() local
860 delimiters = all_delimiters; in cmd_next_param()
867 delimiters = curr_delimiters; in cmd_next_param()
870 param += strcspn(param, delimiters); in cmd_next_param()
/openbmc/linux/Documentation/admin-guide/
H A Dbootconfig.rst32 for delimiters such as semi-colon (``;``), new-line (``\n``), comma (``,``),
35 If you want to use those delimiters in a value, you can use either double-
H A Dspkguide.txt371 /speakup/delimiters
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser57 parser = ConfigParser(delimiters=('='))
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3delimiters=[e,t,ve=n?n.charAt(0):ve],pe=e.charAt(0),ce=e.charAt(1),fe=t.charAt(0),ge=t.charAt(1),e… property in AnonymousClassdc4085022701.settings
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst88 concatenation with delimiters ``,`` and ``;``.
/openbmc/linux/drivers/accessibility/speakup/
H A Dkobjects.c881 __ATTR(delimiters, 0644, punc_show, punc_store);
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup47 What: /sys/accessibility/speakup/delimiters
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md38 character. Make sure all space delimiters in Robot code are the **minimum** of
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 ….compile=function(e,t){return t=t||{},t.markup=e,W(t)},ne({debugMode:s,delimiters:l,onError:functi… property in AnonymousClassba77119e2d01
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst321 In general, bytestreams have no natural delimiters and therefore
/openbmc/linux/Documentation/trace/
H A Devents.rst1085 add a string as-is, with no spaces, delimiters, or arg check.