/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
|
H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
|
H A D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep() argument
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep)
in strtok() argument
|
H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
|
/third_party/musl/src/string/ |
H A D | wcstok.c | 3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok() argument
|
H A D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
|
H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
|
H A D | strsep.c | 4 char *strsep(char **str, const char *sep) in strsep() argument
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strtok.c | 3 char *strtok(char *restrict s, const char *restrict sep)
in strtok() argument
|
H A D | strtok_r.c | 3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
|
/third_party/curl/lib/ |
H A D | strtok.c | 33 Curl_strtok_r(char *ptr, const char *sep, char **end) in Curl_strtok_r() argument
|
/third_party/libuv/src/ |
H A D | strtok.c | 25 char* uv__strtok(char* str, const char* sep, char** itr) { in uv__strtok() argument
|
/third_party/node/deps/uv/src/ |
H A D | strtok.c | 25 char* uv__strtok(char* str, const char* sep, char** itr) { in uv__strtok() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strsep.c | 30 char *sep = "w"; in strsep_0100() local 50 char *sep = "l"; in strsep_0200() local 70 char *sep = "a"; in strsep_0300() local
|
/third_party/python/Objects/stringlib/ |
H A D | partition.h | 13 partition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) partition() argument 70 rpartition(PyObject* str_obj, const STRINGLIB_CHAR* str, Py_ssize_t str_len, PyObject* sep_obj, const STRINGLIB_CHAR* sep, Py_ssize_t sep_len) rpartition() argument
|
/third_party/ffmpeg/tools/ |
H A D | fourcc2pixfmt.c | 50 static void print_pix_fmt_fourccs(enum AVPixelFormat pix_fmt, const PixelFormatTag *pix_fmt_tags, char sep) in print_pix_fmt_fourccs() argument
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TestUtility.java | 33 public static String hex(String s, String sep) { in hex() argument
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TestUtility.java | 30 public static String hex(String s, String sep) { in hex() argument
|
/third_party/libuv/test/ |
H A D | test-strtok.c | 31 const char* sep; member
|
/third_party/ninja/src/ |
H A D | string_piece_util.cc | 22 vector<StringPiece> SplitStringPiece(StringPiece input, char sep) { in SplitStringPiece() argument 41 string JoinStringPiece(const vector<StringPiece>& list, char sep) { in JoinStringPiece() argument
|
/third_party/musl/libc-test/src/functional/ |
H A D | fnmatch.c | 29 char *sep; in flagstr() local
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 15 from os.path import dirname, join, exists, sep namespace
|
/third_party/python/Modules/ |
H A D | getbuildinfo.c | 41 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() local
|
/third_party/python/Objects/ |
H A D | accu.c | 10 PyObject *sep, *ret; in join_list_unicode() local
|