Home
last modified time | relevance | path

Searched defs:strsep (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep() function
/third_party/musl/src/string/
Dstrsep.c4 char *strsep(char **str, const char *sep) in strsep() function
/third_party/ntfs-3g/libntfs-3g/
Dcompat.c221 char *strsep(char **stringp, const char *delim) { in strsep() function
/third_party/uboot/u-boot-2020.01/lib/
Dstring.c440 char * strsep(char **s, const char *ct) in strsep() function