Home
last modified time | relevance | path

Searched refs:strtok_r (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c168 args = strtok_r(args, whitespace, &nextarg); in get_range()
178 args = strtok_r(args, whitespace, &nextarg); in get_range()
322 arg = strtok_r(args, " ", &args); in get_mbind_flags()
570 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process()
580 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process()
658 segname = strtok_r(args, whitespace, &nextarg); in show_seg()
681 segname = strtok_r(args, whitespace, &nextarg); in anon_seg()
686 args = strtok_r(args, whitespace, &nextarg); in anon_seg()
719 pathname = strtok_r(args, whitespace, &nextarg); in file_seg()
752 filename = strtok_r(args, whitespace, &nextarg); in delete_file()
[all …]
/third_party/musl/porting/liteos_a/user/src/network/
Dent.c49 ch = strtok_r(hd->buf, " \t\n", &ptr); in gethostent_resolv()
69 ch = strtok_r(NULL, " \t\n", &ptr); in gethostent_resolv()
76 ch = strtok_r(NULL, " \t\n", &ptr); in gethostent_resolv()
147 ch = strtok_r(nd->buf, " \t\n", &ptr); in getnetent_resolv()
153 ch = strtok_r(NULL, " \t\n", &ptr); in getnetent_resolv()
159 while ((ch = strtok_r(NULL, " \t\n", &ptr)) != NULL && i < MAX_ALIAS_NO) { in getnetent_resolv()
Dserv.c31 ch = strtok_r(sd->buf, " \t\n", &ptr); in servent_resolv()
32 temp = strtok_r(NULL, " \t\n", &ptr); in servent_resolv()
51 ch = strtok_r(NULL, " \t\n", &ptr); in servent_resolv()
Dether.c61 ch = strtok_r(buf, " \t\n", &ptr); in ether_line()
62 ch = strtok_r(NULL, " \t\n", &ptr); in ether_line()
72 ch = strtok_r(ch, ":", &ptr); in ether_line()
/third_party/libdrm/amdgpu/
Damdgpu_asic_id.c57 s_did = strtok_r(buf, ",", &saveptr); in parse_one_line()
71 s_rid = strtok_r(NULL, ",", &saveptr); in parse_one_line()
85 s_name = strtok_r(NULL, ",", &saveptr); in parse_one_line()
/third_party/musl/libc-test/src/functionalext/supplement/string/
Dstrtok_r.c33 result[i] = strtok_r(outer_ptr, ",", &p); in strtok_r_0100()
51 char *result = strtok_r(outer_ptr, ",", &p); in strtok_r_0200()
/third_party/ltp/lib/
Dtst_cmd.c251 cmd_token = strtok_r(parser_cmd, " ", &next); in tst_check_cmd()
252 op_token = strtok_r(NULL, " ", &next); in tst_check_cmd()
253 version_token = strtok_r(NULL, " ", &next); in tst_check_cmd()
254 str = strtok_r(NULL, " ", &next); in tst_check_cmd()
Dtst_device.c531 pre = strtok_r(pre, " ", &next); in tst_find_backing_dev()
532 pre = strtok_r(NULL, " ", &next); in tst_find_backing_dev()
533 pre = strtok_r(NULL, " ", &next); in tst_find_backing_dev()
/third_party/musl/porting/linux/user/src/conf/
Dlegacy.c53 tmp = strtok_r(buf, ",", &p); in get_nprocs()
62 tmp = strtok_r(NULL, ",", &p); in get_nprocs()
/third_party/curl/lib/
Dcurl_trc.c196 token = strtok_r(tmp, ", ", &tok_buf); in Curl_trc_opt()
220 token = strtok_r(NULL, ", ", &tok_buf); in Curl_trc_opt()
Dstrtok.h31 #define strtok_r Curl_strtok_r macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.c149 line = strtok_r(buf, "\n", &tmp1); in wpa_debug_open_linux_tracing()
153 strtok_r(line, " ", &tmp2); in wpa_debug_open_linux_tracing()
154 tmp_path = strtok_r(NULL, " ", &tmp2); in wpa_debug_open_linux_tracing()
155 fstype = strtok_r(NULL, " ", &tmp2); in wpa_debug_open_linux_tracing()
161 line = strtok_r(NULL, "\n", &tmp1); in wpa_debug_open_linux_tracing()
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
/third_party/musl/src/string/
Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
/third_party/alsa-lib/src/ucm/
Ducm_exec.c63 tmp = strtok_r(path, ":", &tmp2); in find_exec()
82 tmp = strtok_r(NULL, ":", &tmp2); in find_exec()
/third_party/ltp/testcases/lib/
Dtst_check_kconfigs.c43 kconfigs[i] = strtok_r(str, delim, &str); in main()
/third_party/curl/lib/vauth/
Ddigest.c235 token = strtok_r(tmp, ",", &tok_buf); in auth_digest_get_qop_values()
244 token = strtok_r(NULL, ",", &tok_buf); in auth_digest_get_qop_values()
561 token = strtok_r(tmp, ",", &tok_buf); in Curl_auth_decode_digest_http_message()
572 token = strtok_r(NULL, ",", &tok_buf); in Curl_auth_decode_digest_http_message()
/third_party/curl/m4/
Dcurl-reentrant.m4189 dnl makes function strtok_r compiler visible.
193 AC_LANG_FUNC_LINK_TRY([strtok_r])
200 AC_EGREP_CPP([strtok_r],[
206 AC_EGREP_CPP([strtok_r],[
/third_party/mesa3d/src/util/
Du_string.h121 #define strtok_r strtok_s macro
/third_party/musl/libc-test/src/api/
Dstring.c40 {char*(*p)(char*restrict,const char*restrict,char**restrict) = strtok_r;} in f()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.c151 line = strtok_r(buf, "\n", &tmp1); in wpa_debug_open_linux_tracing()
155 strtok_r(line, " ", &tmp2); in wpa_debug_open_linux_tracing()
156 tmp_path = strtok_r(NULL, " ", &tmp2); in wpa_debug_open_linux_tracing()
157 fstype = strtok_r(NULL, " ", &tmp2); in wpa_debug_open_linux_tracing()
163 line = strtok_r(NULL, "\n", &tmp1); in wpa_debug_open_linux_tracing()
/third_party/node/deps/cares/m4/
Dcares-reentrant.m4182 dnl makes function strtok_r compiler visible.
186 AC_LANG_FUNC_LINK_TRY([strtok_r])
193 AC_EGREP_CPP([strtok_r],[
199 AC_EGREP_CPP([strtok_r],[
/third_party/musl/include/
Dstring.h65 char *strtok_r (char *__restrict, const char *__restrict, char **__restrict);

1234