Searched defs:strtok_r (Results 1 - 8 of 8) sorted by relevance
| /third_party/curl/lib/ |
| H A D | strtok.h | 31 #define strtok_r Curl_strtok_r macro
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | strtok_r.c | 3 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/ |
| H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
|
| /third_party/musl/src/string/ |
| H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() function
|
| /third_party/mesa3d/src/util/ |
| H A D | u_string.h | 121 #define strtok_r strtok_s macro
|
| /third_party/rust/crates/libc/src/solid/ |
| H A D | mod.rs | 739 pub fn strtok_r(arg1: *mut c_char, arg2: *const c_char, arg3: *mut *mut c_char) -> *mut c_char; in strtok_r() functions
|
| /third_party/rust/crates/libc/src/unix/ |
| H A D | mod.rs | 562 pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; in strtok_r() functions
|
Completed in 9 milliseconds