Searched refs:strsep (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | tester.c | 962 equal(strsep(&cp, ", "), "", 3); in test_strsep() 964 equal(strsep(&cp, ", "), "", 5); in test_strsep() 968 equal(strsep(&cp, ", "), "", 8); in test_strsep() 969 equal(strsep(&cp, ", "), "", 9); in test_strsep() 971 equal(strsep(&cp, ", "), "", 11); in test_strsep() 1035 equal(strsep(&cp, ","), "", 59); in test_strsep() 1038 equal(strsep(&cp, ","), "", 62); in test_strsep() 1056 ptr = strsep(&cp, ":"); in test_strsep() 1064 ptr = strsep(&cp, ":."); in test_strsep() 1074 ptr = strsep(&cp, ","); in test_strsep() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | strsep.c | 13 char *strsep(char ** __restrict s1, const char * __restrict s2) in strsep() function 33 libc_hidden_def(strsep)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/ |
A D | strsep.c | 23 char *strsep (char **stringp, const char *delim) in strsep() function 66 libc_hidden_def(strsep)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | internal_statvfs.c | 83 while ((opt = strsep (&cp, ",")) != NULL)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | string.h | 420 extern char *strsep (char **__restrict __stringp, 423 libc_hidden_proto(strsep)
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | contrib_files.mk | 218 strsep
|
Completed in 13 milliseconds