Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrchrnul.c29 tmp = strchrnul(str, 'w'); in strchrnul_0100()
49 tmp = strchrnul(str, '\0'); in strchrnul_0200()
69 tmp = strchrnul(str, 'a'); in strchrnul_0300()
/third_party/musl/src/string/
H A Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/mesa3d/src/util/
H A Du_string.h56 #define strchrnul util_strchrnul macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/porting/linux/user/include/
H A Dstring.h93 char *strchrnul(const char *, int);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/include/
H A Dstring.h94 char *strchrnul(const char *, int);
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c190 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
/third_party/optimized-routines/string/test/
H A Dstrchrnul.c2 * strchrnul test.
30 F(strchrnul, 0)
/third_party/elfutils/lib/
H A Dcolor.c154 env = strchrnul (env, ':'); in parse_opt()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h93 char *strchrnul(const char *, int);
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp263 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_exist()
272 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_noexist()
285 strchrnul(haystackAligned, '.'); in Bm_function_Strchrnul()
/third_party/optimized-routines/string/
H A DDir.mk39 build/bin/test/strchrnul \
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c584 char *end = strchrnul(out, '\n'); in format_ib_output()
/third_party/elfutils/libcpu/
H A Di386_parse.y1441 ++sfxfreq[((const unsigned char *) strchrnul (strsnlen[i].str, '\0'))[-1]].freq;
/third_party/libfuse/util/
H A Dfusermount.c10 #define _GNU_SOURCE /* for clone and strchrnul */
57 char *next_src = strchrnul(src, '\\'); in unescape()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp7036 extern char *strchrnul (const char *__s, int __c)
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 156 milliseconds