Home
last modified time | relevance | path

Searched defs:sep (Results 1 - 25 of 222) sorted by relevance

123456789

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
H A Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
H A Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep() argument
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
H A Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
/third_party/musl/src/string/
H A Dwcstok.c3 wchar_t *wcstok(wchar_t *restrict s, const wchar_t *restrict sep, wchar_t **restrict p) in wcstok() argument
H A Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
H A Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
H A Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep() argument
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrtok.c3 char *strtok(char *restrict s, const char *restrict sep) in strtok() argument
H A Dstrtok_r.c3 char *strtok_r(char *restrict s, const char *restrict sep, char **restrict p) in strtok_r() argument
/third_party/curl/lib/
H A Dstrtok.c33 Curl_strtok_r(char *ptr, const char *sep, char **end) in Curl_strtok_r() argument
/third_party/libuv/src/
H A Dstrtok.c25 char* uv__strtok(char* str, const char* sep, char** itr) { in uv__strtok() argument
/third_party/node/deps/uv/src/
H A Dstrtok.c25 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 Dstrsep.c30 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 Dpartition.h13 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 Dfourcc2pixfmt.c50 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 DTestUtility.java33 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 DTestUtility.java30 public static String hex(String s, String sep) { in hex() argument
/third_party/libuv/test/
H A Dtest-strtok.c31 const char* sep; member
/third_party/ninja/src/
H A Dstring_piece_util.cc22 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 Dfnmatch.c29 char *sep; in flagstr() local
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py15 from os.path import dirname, join, exists, sep namespace
/third_party/python/Modules/
H A Dgetbuildinfo.c41 const char *sep = *revision ? ":" : ""; in Py_GetBuildInfo() local
/third_party/python/Objects/
H A Daccu.c10 PyObject *sep, *ret; in join_list_unicode() local

Completed in 7 milliseconds

123456789