Searched refs:strchrnul (Results 1 - 22 of 22) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | strchrnul.c | 29 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 D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/mesa3d/src/util/ |
H A D | u_string.h | 56 #define strchrnul util_strchrnul macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/porting/linux/user/include/ |
H A D | string.h | 93 char *strchrnul(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/include/ |
H A D | string.h | 94 char *strchrnul(const char *, int);
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader.c | 190 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
|
/third_party/optimized-routines/string/test/ |
H A D | strchrnul.c | 2 * strchrnul test. 30 F(strchrnul, 0)
|
/third_party/elfutils/lib/ |
H A D | color.c | 154 env = strchrnul (env, ':'); in parse_opt()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | string.h | 93 char *strchrnul(const char *, int);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_string.cpp | 263 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 D | Dir.mk | 39 build/bin/test/strchrnul \
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_debug.c | 584 char *end = strchrnul(out, '\n'); in format_ib_output()
|
/third_party/elfutils/libcpu/ |
H A D | i386_parse.y | 1441 ++sfxfreq[((const unsigned char *) strchrnul (strsnlen[i].str, '\0'))[-1]].freq;
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 10 #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 D | stylo.hpp | 7036 extern char *strchrnul (const char *__s, int __c) [all...] |
/third_party/sqlite/src/ |
H A D | sqlite3.c | [all...] |
Completed in 156 milliseconds