Searched refs:strpbrk (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrpbrk.c3 char* strpbrk(const char* s, const char* b) { function
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrpbrk.c12 strpbrk(char const *cs, char const *ct) function
H A Dstrtok.c27 send = strpbrk( sbegin, ct);
H A Drules.mk29 strpbrk \
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h29 char *strpbrk(char const *, char const *) __PURE;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h37 char* strpbrk(const char*, const char*);
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c280 if ((pos = strpbrk(src, ":")) != 0) {
286 if ((pos = strpbrk(dst, ":")) != 0) {
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c803 while ((Next = strpbrk (This, " ")))
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c1258 if (!strpbrk(str->text, metachars))
1651 p = strpbrk(str, qchars);

Completed in 49 milliseconds