Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtester.c962 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 Dstrsep.c13 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 Dstrsep.c23 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 Dinternal_statvfs.c83 while ((opt = strsep (&cp, ",")) != NULL)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstring.h420 extern char *strsep (char **__restrict __stringp,
423 libc_hidden_proto(strsep)
/l4re-core-master/uclibc/lib/uclibc/
A Dcontrib_files.mk218 strsep

Completed in 10 milliseconds