Searched refs:strchr (Results 1 - 25 of 78) sorted by relevance

1234

/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacgcc.h68 * Some versions of gcc implement strchr() with a buggy macro. So,
74 #ifdef strchr
75 #undef strchr macro
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__fmodeflags.c6 if (strchr(mode, '+'))
12 if (strchr(mode, 'x'))
14 if (strchr(mode, 'e'))
H A D__fdopen.c13 if (!strchr("rwa", *mode)) {
32 if (!strchr(mode, '+'))
36 if (strchr(mode, 'e'))
H A Dfopen.c13 if (!strchr("rwa", *mode)) {
H A Dpopen.c56 if (!strchr(mode, 'e'))
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrchr.c12 strchr(const char *s, int c) function
H A Drules.mk17 strchr \
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dindex.c6 return strchr(s, c);
H A Dstrchr.c5 char* strchr(const char* s, int c) { function
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetpwent_a.c26 if (!(s = strchr(s, ':')))
31 if (!(s = strchr(s, ':')))
46 if (!(s = strchr(s, ':')))
51 if (!(s = strchr(s, ':')))
H A Dgetgrent_a.c28 if (!(s = strchr(s, ':')))
33 if (!(s = strchr(s, ':')))
/fuchsia/zircon/third_party/ulib/musl/src/env/
H A Dgetenv.c8 if (!__environ || !*name || strchr(name, '='))
H A Dsetenv.c11 if (!var || !*var || strchr(var, '=')) {
H A Dunsetenv.c12 if (!*name || strchr(name, '=')) {
H A Dputenv.c11 char* z = strchr(s, '=');
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Da64l.c11 x |= (strchr(digits, *s) - digits) << e;
H A Dgetsubopt.c9 *opt = strchr(s, ',');
/fuchsia/zircon/bootloader/include/
H A Dstring.h14 char* strchr(const char* s, int c);
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dexecvp.c17 if (strchr(file, '/'))
31 z = strchr(p, ':');
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h22 char *strchr(char const *, int) __PURE;
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmiscbltin.c176 if (strchr(qchars, c))
261 while (*ap && strchr("augo", *ap))
270 if (!strchr("=+-", op = *ap))
274 while (*ap && strchr("rwxugoXs", *ap))
306 } else if (!strchr("=+-", *ap))
/fuchsia/zircon/bootloader/lib/
H A Dstring.c52 char* strchr(const char* s, int c) { function
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacclib.h85 strchr (
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h32 char* strchr(const char*, int);
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dlookup_ipliteral.c27 char *p = strchr(name, '%'), *z;

Completed in 106 milliseconds

1234