| /OK3568_Linux_fs/kernel/tools/power/x86/intel-speed-select/ |
| H A D | isst-display.c | 88 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 …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/preprocess/escape/ |
| H A D | Kconfig | 7 # delimiters. You can use the following trick to do so.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-amba | 20 no support for parsing delimiters.
|
| H A D | sysfs-bus-vmbus | 20 there is no support for parsing delimiters.
|
| H A D | sysfs-bus-platform | 20 the override, there is no support for parsing delimiters.
|
| H A D | sysfs-bus-css | 57 there is no support for parsing delimiters.
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwbimage.c | 1321 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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/ |
| H A D | pyshlex.py | 369 delimiters = '\\$`' 371 delimiters += '\'"' 374 pos, sep = find_chars(remaining, delimiters)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | bootconfig.rst | 32 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-
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | kconfig-macro-language.rst | 162 Kconfig uses only commas for delimiters, and keeps all whitespaces in the 186 appear in the $( ) context are always delimiters. It means::
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-browser | 52 parser = ConfigParser(delimiters=('='))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jsrender.min.js | 3 …delimiters=[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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-2 | 5052 for delimiters. 7083 delimiters that may surround the token being extracted. All the 7085 first byte that is _not_ a member of this set of delimiters marks 7094 that the set of delimiters DELIMITERS do not have to be the same on 7122 delimiters that may surround the token being extracted. All the 7125 delimiters marks the beginning of the next token. The end of the 7135 Note that the set of delimiters DELIMITERS do not have to be the 7174 const char delimiters[] = " .,;:!-"; 7180 token = strtok (cp, delimiters); /* token => "words" */ 7181 token = strtok (NULL, delimiters); /* token => "separated" */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-2 | 5052 for delimiters. 7083 delimiters that may surround the token being extracted. All the 7085 first byte that is _not_ a member of this set of delimiters marks 7094 that the set of delimiters DELIMITERS do not have to be the same on 7122 delimiters that may surround the token being extracted. All the 7125 delimiters marks the beginning of the next token. The end of the 7135 Note that the set of delimiters DELIMITERS do not have to be the 7174 const char delimiters[] = " .,;:!-"; 7180 token = strtok (cp, delimiters); /* token => "words" */ 7181 token = strtok (NULL, delimiters); /* token => "separated" */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmutils.c | 1886 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 1905 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 1907 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmutils.c | 1886 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 1905 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 1907 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmutils.c | 484 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 503 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 505 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmutils.c | 1886 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 1905 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 1907 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | kobjects.c | 881 __ATTR(delimiters, 0644, punc_show, punc_store);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmutils.c | 3042 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 3061 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 3063 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmutils.c | 3042 bcmstrtok(char **string, const char *delimiters, char *tokdelim) in bcmstrtok() argument 3061 map[*delimiters >> 5] |= (1 << (*delimiters & 31)); in bcmstrtok() 3063 while (*delimiters++); in bcmstrtok()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-speakup | 38 What: /sys/accessibility/speakup/delimiters
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 303 char* bcmstrtok(char **string, const char *delimiters, char *tokdelim);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 303 char* bcmstrtok(char **string, const char *delimiters, char *tokdelim);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 303 char* bcmstrtok(char **string, const char *delimiters, char *tokdelim);
|