Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/string/
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()
Dtest_src_functionalext_supplement_string.gni27 "strchrnul",
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/src/string/
Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrchrnul.c28 weak_alias(__strchrnul, strchrnul);
/third_party/mesa3d/src/util/
Du_string.h56 #define strchrnul util_strchrnul macro
/third_party/musl/porting/liteos_m/user/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/porting/linux/user/include/
Dstring.h93 char *strchrnul(const char *, int);
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/include/
Dstring.h93 char *strchrnul(const char *, int);
/third_party/musl/
Dmusl_template.gni366 "$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",
Dlibc.map.txt1732 strchrnul;
/third_party/optimized-routines/string/test/
Dstrchrnul.c30 F(strchrnul, 0)
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c190 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
/third_party/elfutils/lib/
Dcolor.c154 env = strchrnul (env, ':'); in parse_opt()
/third_party/musl/Benchmark/musl/
Dlibc_string.cpp264 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/
Dstring.h93 char *strchrnul(const char *, int);
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/optimized-routines/string/
DDir.mk39 build/bin/test/strchrnul \
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni146 "$MUSLPORTINGDIR/src/string/strchrnul.c",
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni142 "$MUSLPORTINGDIR/src/string/strchrnul.c",
/third_party/mesa3d/src/amd/common/
Dac_debug.c584 char *end = strchrnul(out, '\n'); in format_ib_output()
/third_party/libfuse/util/
Dfusermount.c57 char *next_src = strchrnul(src, '\\'); in unescape()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni350 "$MUSLPORTINGDIR/src/string/strchrnul.c",

12