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

/fuchsia/zircon/third_party/ulib/musl/src/string/aarch64/
H A Dstrchrnul.S7 // The strchrnul implementation is verbatim from cortex-strings.
8 // But the strchrnul symbol must be weak, with a __strchrnul alias.
10 #include "third_party/lib/cortex-strings/src/aarch64/strchrnul.S"
12 ALIAS(strchrnul, __strchrnul)
13 .weak strchrnul
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dsystem.h57 char *strchrnul(const char *, int);
H A Dmystring.c200 len = strchrnul(s, '\'') - s;
H A Dvar.c195 p = strchrnul(q, '=');
258 sh_error("%.*s: is read only", strchrnul(n, '=') - n,
266 (*vp->func)(strchrnul(s, '=') + 1);
339 return strchrnul(v->text, '=') + 1;
407 p = strchrnul(*ep, '=');
569 (*vp->func)(strchrnul(lvp->text, '=') + 1);
H A Dsystem.c81 char *strchrnul(const char *s, int c) function
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrchrnul.c33 weak_alias(__strchrnul, strchrnul);
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrchrnul.S2 strchrnul - find a character or nul in a string
77 def_fn strchrnul
144 .size strchrnul, . - strchrnul
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h74 char* strchrnul(const char*, int);
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dprintf.c112 len = strchrnul(p, 'X') - p;
113 memcpy(p + len, q, strchrnul(p + len, ' ') - (p + len));

Completed in 48 milliseconds