Searched refs:strchrnul (Results 1 – 25 of 32) sorted by relevance
12
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
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()
|
D | test_src_functionalext_supplement_string.gni | 27 "strchrnul",
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/src/string/ |
D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strchrnul.c | 28 weak_alias(__strchrnul, strchrnul);
|
/third_party/mesa3d/src/util/ |
D | u_string.h | 56 #define strchrnul util_strchrnul macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 93 char *strchrnul(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/include/ |
D | string.h | 93 char *strchrnul(const char *, int);
|
/third_party/musl/ |
D | musl_template.gni | 366 "$OPTRTDIR/string/aarch64/strchrnul-sve.S", 385 "-D__strchrnul_aarch64_sve = strchrnul", 397 "$OPTRTDIR/string/aarch64/strchrnul-mte.S", 416 "-D__strchrnul_aarch64_mte = strchrnul", 428 "$OPTRTDIR/string/aarch64/strchrnul.S", 449 "-D__strchrnul_aarch64 = strchrnul",
|
D | libc.map.txt | 1732 strchrnul;
|
/third_party/optimized-routines/string/test/ |
D | strchrnul.c | 30 F(strchrnul, 0)
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader.c | 190 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
|
/third_party/elfutils/lib/ |
D | color.c | 154 env = strchrnul (env, ':'); in parse_opt()
|
/third_party/musl/Benchmark/musl/ |
D | libc_string.cpp | 264 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_exist() 273 benchmark::DoNotOptimize(strchrnul(str, c)); in Bm_function_Strchrnul_noexist() 286 strchrnul(haystackAligned, '.'); in Bm_function_Strchrnul()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 93 char *strchrnul(const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/optimized-routines/string/ |
D | Dir.mk | 39 build/bin/test/strchrnul \
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 146 "$MUSLPORTINGDIR/src/string/strchrnul.c",
|
/third_party/musl/porting/uniproton/kernel/ |
D | musl.gni | 142 "$MUSLPORTINGDIR/src/string/strchrnul.c",
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 584 char *end = strchrnul(out, '\n'); in format_ib_output()
|
/third_party/libfuse/util/ |
D | fusermount.c | 57 char *next_src = strchrnul(src, '\\'); in unescape()
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 350 "$MUSLPORTINGDIR/src/string/strchrnul.c",
|
12