Home
last modified time | relevance | path

Searched refs:delim (Results 1 - 25 of 309) sorted by relevance

12345678910>>...13

/kernel/linux/linux-6.6/lib/
H A Dtest_scanf.c401 static void __init numbers_list_ll(const char *delim) in numbers_list_ll() argument
403 numbers_list_8(unsigned long long, "%llu", delim, "llu", check_ull); in numbers_list_ll()
404 numbers_list_8(long long, "%lld", delim, "lld", check_ll); in numbers_list_ll()
405 numbers_list_8(long long, "%lld", delim, "lli", check_ll); in numbers_list_ll()
406 numbers_list_8(unsigned long long, "%llx", delim, "llx", check_ull); in numbers_list_ll()
407 numbers_list_8(unsigned long long, "0x%llx", delim, "llx", check_ull); in numbers_list_ll()
408 numbers_list_8(long long, "0x%llx", delim, "lli", check_ll); in numbers_list_ll()
411 static void __init numbers_list_l(const char *delim) in numbers_list_l() argument
413 numbers_list_8(unsigned long, "%lu", delim, "lu", check_ulong); in numbers_list_l()
414 numbers_list_8(long, "%ld", delim, "l in numbers_list_l()
421 numbers_list_d(const char *delim) numbers_list_d() argument
431 numbers_list_h(const char *delim) numbers_list_h() argument
441 numbers_list_hh(const char *delim) numbers_list_hh() argument
451 numbers_list(const char *delim) numbers_list() argument
460 numbers_list_field_width_ll(const char *delim) numbers_list_field_width_ll() argument
470 numbers_list_field_width_l(const char *delim) numbers_list_field_width_l() argument
489 numbers_list_field_width_d(const char *delim) numbers_list_field_width_d() argument
499 numbers_list_field_width_h(const char *delim) numbers_list_field_width_h() argument
509 numbers_list_field_width_hh(const char *delim) numbers_list_field_width_hh() argument
523 numbers_list_field_width_typemax(const char *delim) numbers_list_field_width_typemax() argument
532 numbers_list_field_width_val_ll(const char *delim) numbers_list_field_width_val_ll() argument
542 numbers_list_field_width_val_l(const char *delim) numbers_list_field_width_val_l() argument
552 numbers_list_field_width_val_d(const char *delim) numbers_list_field_width_val_d() argument
562 numbers_list_field_width_val_h(const char *delim) numbers_list_field_width_val_h() argument
572 numbers_list_field_width_val_hh(const char *delim) numbers_list_field_width_val_hh() argument
586 numbers_list_field_width_val_width(const char *delim) numbers_list_field_width_val_width() argument
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dunc.c21 char *dst, *delim; in extract_hostname() local
34 delim = strchr(src, '\\'); in extract_hostname()
35 if (!delim) in extract_hostname()
38 len = delim - src; in extract_hostname()
52 char *delim, *dst; in extract_sharename() local
58 delim = strchr(src, '\\'); in extract_sharename()
59 if (!delim) in extract_sharename()
61 delim++; in extract_sharename()
64 dst = kstrdup(delim, GFP_KERNEL); in extract_sharename()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DStringTokenizer.java104 * characters in the delim argument are the delimiters for separating
111 * @param delim the delimiters.
117 public StringTokenizer(String str, UnicodeSet delim, boolean returndelims) in StringTokenizer() argument
119 this(str, delim, returndelims, false); in StringTokenizer()
124 * characters in the delim argument are the delimiters for separating
134 * @param delim the delimiters.
145 public StringTokenizer(String str, UnicodeSet delim, boolean returndelims, boolean coalescedelims) in StringTokenizer() argument
149 if (delim == null) { in StringTokenizer()
153 m_delimiters_ = delim; in StringTokenizer()
173 * characters in the delim argumen
181 StringTokenizer(String str, UnicodeSet delim) StringTokenizer() argument
201 StringTokenizer(String str, String delim, boolean returndelims) StringTokenizer() argument
229 StringTokenizer(String str, String delim, boolean returndelims, boolean coalescedelims) StringTokenizer() argument
266 StringTokenizer(String str, String delim) StringTokenizer() argument
397 nextToken(String delim) nextToken() argument
421 nextToken(UnicodeSet delim) nextToken() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DStringTokenizer.java105 * characters in the delim argument are the delimiters for separating
112 * @param delim the delimiters.
117 public StringTokenizer(String str, UnicodeSet delim, boolean returndelims) in StringTokenizer() argument
119 this(str, delim, returndelims, false); in StringTokenizer()
124 * characters in the delim argument are the delimiters for separating
134 * @param delim the delimiters.
145 public StringTokenizer(String str, UnicodeSet delim, boolean returndelims, boolean coalescedelims) in StringTokenizer() argument
149 if (delim == null) { in StringTokenizer()
153 m_delimiters_ = delim; in StringTokenizer()
173 * characters in the delim argumen
180 StringTokenizer(String str, UnicodeSet delim) StringTokenizer() argument
199 StringTokenizer(String str, String delim, boolean returndelims) StringTokenizer() argument
227 StringTokenizer(String str, String delim, boolean returndelims, boolean coalescedelims) StringTokenizer() argument
263 StringTokenizer(String str, String delim) StringTokenizer() argument
390 nextToken(String delim) nextToken() argument
413 nextToken(UnicodeSet delim) nextToken() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_ftp.c199 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() argument
207 if (data[i] == delim) { in get_port()
228 char delim; in try_eprt() local
237 delim = data[0]; in try_eprt()
238 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) { in try_eprt()
249 pr_debug("EPRT: Got %c%c%c\n", delim, data[1], delim); in try_eprt()
277 char delim; try_epsv_response() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_ftp.c195 static int get_port(const char *data, int start, size_t dlen, char delim, in get_port() argument
203 if (data[i] == delim) { in get_port()
224 char delim; in try_eprt() local
233 delim = data[0]; in try_eprt()
234 if (isdigit(delim) || delim < 33 || delim > 126 || data[2] != delim) { in try_eprt()
245 pr_debug("EPRT: Got %c%c%c\n", delim, data[1], delim); in try_eprt()
273 char delim; try_epsv_response() local
[all...]
/third_party/ltp/testcases/lib/
H A Dtst_check_kconfigs.c12 char *delim = argv[2]; in main() local
17 delim = ","; in main()
20 if (strlen(delim) > 1) { in main()
21 fprintf(stderr, "The delim must be a single character\n"); in main()
26 fprintf(stderr, "Please provide kernel kconfig list and delim " in main()
32 if (str[i] == delim[0]) in main()
43 kconfigs[i] = strtok_r(str, delim, &str); in main()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcache.c59 char *delim, *dst; in extract_sharename() local
66 delim = strchr(src, '\\'); in extract_sharename()
67 if (!delim) in extract_sharename()
69 delim++; in extract_sharename()
70 len = strlen(delim); in extract_sharename()
73 dst = kstrndup(delim, len, GFP_KERNEL); in extract_sharename()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c829 void print_header(char *delim) in print_header() argument
835 outp += sprintf(outp, "%susec", (printed++ ? delim : "")); in print_header()
837 outp += sprintf(outp, "%sTime_Of_Day_Seconds", (printed++ ? delim : "")); in print_header()
839 outp += sprintf(outp, "%sPackage", (printed++ ? delim : "")); in print_header()
841 outp += sprintf(outp, "%sDie", (printed++ ? delim : "")); in print_header()
843 outp += sprintf(outp, "%sNode", (printed++ ? delim : "")); in print_header()
845 outp += sprintf(outp, "%sCore", (printed++ ? delim : "")); in print_header()
847 outp += sprintf(outp, "%sCPU", (printed++ ? delim : "")); in print_header()
849 outp += sprintf(outp, "%sAPIC", (printed++ ? delim : "")); in print_header()
851 outp += sprintf(outp, "%sX2APIC", (printed++ ? delim in print_header()
1105 char *delim = "\\t"; format_counters() local
[all...]
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H A Dturbostat.c739 void print_header(char *delim) in print_header() argument
745 outp += sprintf(outp, "%susec", (printed++ ? delim : "")); in print_header()
747 outp += sprintf(outp, "%sTime_Of_Day_Seconds", (printed++ ? delim : "")); in print_header()
749 outp += sprintf(outp, "%sPackage", (printed++ ? delim : "")); in print_header()
751 outp += sprintf(outp, "%sDie", (printed++ ? delim : "")); in print_header()
753 outp += sprintf(outp, "%sNode", (printed++ ? delim : "")); in print_header()
755 outp += sprintf(outp, "%sCore", (printed++ ? delim : "")); in print_header()
757 outp += sprintf(outp, "%sCPU", (printed++ ? delim : "")); in print_header()
759 outp += sprintf(outp, "%sAPIC", (printed++ ? delim : "")); in print_header()
761 outp += sprintf(outp, "%sX2APIC", (printed++ ? delim in print_header()
1010 char *delim = "\\t"; format_counters() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcstok.c30 wchar_t delim[] = L","; in wcstok_0100() local
34 wchar_t *token = wcstok(str, delim, &ptr); in wcstok_0100()
39 token = wcstok(NULL, delim, &ptr); in wcstok_0100()
56 wchar_t delim[] = L",."; in wcstok_0200() local
58 wchar_t *result = wcstok(str, delim, &ptr); in wcstok_0200()
/third_party/python/Lib/
H A Dcsv.py217 for restr in (r'(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?P=delim)', # ,".*?",
218 r'(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?P<delim>[^\w\n"\'])(?P<space> ?)', # ".*?",
219 r'(?P<delim>[^\w\n"\'])(?P<space> ?)(?P<quote>["\']).*?(?P=quote)(?:$|\n)', # ,".*?"
220 r'(?:^|\n)(?P<quote>["\']).*?(?P=quote)(?:$|\n)'): # ".*?" (no delim, no space)
239 n = groupindex['delim'] - 1
255 delim = max(delims, key=delims.get)
256 skipinitialspace = delims[delim] == spaces
257 if delim == '\n': # most likely a file with a single column
258 delim
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtranslate_math.js24 for( var delim of delimiters ) {
25 const regex = new RegExp( escapeRegex(delim.left) + "([\\S\\s]*?)" + escapeRegex(delim.right), "g");
28 return katex.renderToString( he.decode(g1, {'strict': true}), {displayMode: delim.display, output: 'html', strict: true} );
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c1543 static int drm_mode_parse_cmdline_int(const char *delim, unsigned int *int_ret) in drm_mode_parse_cmdline_int() argument
1549 * delim must point to the '=', otherwise it is a syntax error and in drm_mode_parse_cmdline_int()
1550 * if delim points to the terminating zero, then delim + 1 wil point in drm_mode_parse_cmdline_int()
1553 if (*delim != '=') in drm_mode_parse_cmdline_int()
1556 value = delim + 1; in drm_mode_parse_cmdline_int()
1566 static int drm_mode_parse_panel_orientation(const char *delim, in drm_mode_parse_panel_orientation() argument
1571 if (*delim != '=') in drm_mode_parse_panel_orientation()
1574 value = delim + 1; in drm_mode_parse_panel_orientation()
1575 delim in drm_mode_parse_panel_orientation()
1599 const char *delim, *option, *sep; drm_mode_parse_cmdline_options() local
[all...]
/third_party/toybox/toys/posix/
H A Dsed.c187 char delim;
666 do_lines(fd, TT.delim, sed_line); in do_sed_file()
683 // unused char. if delim (or *delim) is 0 uses/saves starting char as delimiter
685 static char *unescape_delimited_string(char **pstr, char *delim) in unescape_delimited_string() argument
691 if (!delim || !*delim) { in unescape_delimited_string()
695 if (delim) *delim = d; in unescape_delimited_string()
696 } else d = *delim; in unescape_delimited_string()
846 char *end, delim = 0; parse_pattern() local
918 int fd, delim; parse_pattern() local
949 char *s, delim = 0; parse_pattern() local
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgtypes.c30 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap() argument
62 if(l->next && delim) in pkg_writeCharListWrap()
68 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharListWrap()
76 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() argument
110 if(l->next && delim) in pkg_writeCharList()
112 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharList()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c30 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap() argument
62 if(l->next && delim) in pkg_writeCharListWrap()
68 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharListWrap()
76 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() argument
110 if(l->next && delim) in pkg_writeCharList()
112 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharList()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgtypes.c30 const char *pkg_writeCharListWrap(FileStream *s, CharList *l, const char *delim, const char *brk, int32_t quote) in pkg_writeCharListWrap() argument
62 if(l->next && delim) in pkg_writeCharListWrap()
68 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharListWrap()
76 const char *pkg_writeCharList(FileStream *s, CharList *l, const char *delim, int32_t quote) in pkg_writeCharList() argument
110 if(l->next && delim) in pkg_writeCharList()
112 T_FileStream_write(s, delim, (int32_t)uprv_strlen(delim)); in pkg_writeCharList()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c165 const char delim[] = "\n"; in cg_read_lc() local
172 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
195 const char delim[] = "\n\t "; in cg_find_unified_root() local
204 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
205 mount = strtok(NULL, delim); in cg_find_unified_root()
206 type = strtok(NULL, delim); in cg_find_unified_root()
207 strtok(NULL, delim); in cg_find_unified_root()
208 strtok(NULL, delim); in cg_find_unified_root()
498 const char delim[] = "\\n"; is_swap_enabled() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c162 const char delim[] = "\n"; in cg_read_lc() local
169 for (line = strtok(buf, delim); line; line = strtok(NULL, delim)) in cg_read_lc()
202 const char delim[] = "\n\t "; in cg_find_unified_root() local
211 for (fs = strtok(buf, delim); fs; fs = strtok(NULL, delim)) { in cg_find_unified_root()
212 mount = strtok(NULL, delim); in cg_find_unified_root()
213 type = strtok(NULL, delim); in cg_find_unified_root()
214 strtok(NULL, delim); in cg_find_unified_root()
215 strtok(NULL, delim); in cg_find_unified_root()
511 const char delim[] = "\\n"; is_swap_enabled() local
[all...]
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc140 string delim(const string& buf) { return cat(varint(buf.size()), buf); }
178 return delim("");
210 return delim("a");
212 return delim(cat(tag(1, WireFormatLite::WIRETYPE_VARINT), varint(1234)));
342 return binary_data == delim(""); in IsProto3Default()
833 delim(default_proto_packed)); in TestValidDataForType()
836 delim(default_proto_packed_expected)); in TestValidDataForType()
839 delim(packed_proto_packed)); in TestValidDataForType()
843 delim(packed_proto_expected)); in TestValidDataForType()
847 delim(unpacked_proto_packe in TestValidDataForType()
[all...]
/kernel/linux/linux-6.6/include/trace/stages/
H A Dstage3_trace_output.h67 #define __print_flags(flag, delim, flag_array...) \
71 trace_print_flags_seq(p, delim, flag, __flags); \
85 #define __print_flags_u64(flag, delim, flag_array...) \
89 trace_print_flags_seq_u64(p, delim, flag, __flags); \
99 #define __print_flags_u64(flag, delim, flag_array...) \
100 __print_flags(flag, delim, flag_array)
/third_party/toybox/toys/other/
H A Dprintenv.c23 char delim = '\n'; in printenv_main() local
25 if (toys.optflags) delim = 0; in printenv_main()
36 xprintf("%s%c", out, delim); in printenv_main()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c2089 static int drm_mode_parse_cmdline_int(const char *delim, unsigned int *int_ret) in drm_mode_parse_cmdline_int() argument
2095 * delim must point to the '=', otherwise it is a syntax error and in drm_mode_parse_cmdline_int()
2096 * if delim points to the terminating zero, then delim + 1 will point in drm_mode_parse_cmdline_int()
2099 if (*delim != '=') in drm_mode_parse_cmdline_int()
2102 value = delim + 1; in drm_mode_parse_cmdline_int()
2112 static int drm_mode_parse_panel_orientation(const char *delim, in drm_mode_parse_panel_orientation() argument
2117 if (*delim != '=') in drm_mode_parse_panel_orientation()
2120 value = delim + 1; in drm_mode_parse_panel_orientation()
2121 delim in drm_mode_parse_panel_orientation()
2139 drm_mode_parse_tv_mode(const char *delim, struct drm_cmdline_mode *mode) drm_mode_parse_tv_mode() argument
2169 const char *delim, *option, *sep; drm_mode_parse_cmdline_options() local
[all...]
/third_party/selinux/libsepol/src/
H A Dutil.c205 static inline int tokenize_str(char delim, char **str, char **ptr, size_t *len) in tokenize_str() argument
211 if (isspace(delim) && isspace(**ptr)) { in tokenize_str()
214 } else if (!isspace(delim) && **ptr == delim) { in tokenize_str()
236 while (**ptr != '\0' && isspace(delim) && isspace(**ptr)) { in tokenize_str()
245 * delim - The delimiter used to tokenize line_buf. A whitespace delimiter will
257 int tokenize(char *line_buf, char delim, int num_args, ...) in tokenize() argument
282 rc = tokenize_str(delim, arg, &buf_p, &arg_len); in tokenize()

Completed in 25 milliseconds

12345678910>>...13