Searched refs:strsep (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsep.c4 char* strsep(char** str, const char* sep) { function
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h66 char* strsep(char**, const char*);
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dtest-fuzzer.cpp88 while ((arg = strsep(&ptr, " "))) {

Completed in 83 milliseconds