Home
last modified time | relevance | path

Searched refs:strchrnul (Results 1 – 25 of 37) 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/weston/shared/
Dos-compatibility.h47 strchrnul(const char *s, int c);
Dos-compatibility.c229 strchrnul(const char *s, int c) in strchrnul() function
Dconfig-parser.c102 next = strchrnul(p, ':'); in open_config_file()
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrchrnul.c28 weak_alias(__strchrnul, 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/gettext/gettext-tools/src/
Dformat-kde-kuit.c203 const char *amp = strchrnul (str, '&'); in format_parse()
220 const char *amp = strchrnul (str, '&'); in format_parse()
Dsearch-path.c52 char *end = strchrnul (start, ':'); in foreach_elements()
Dmsgl-check.c828 line = strchrnul (line, '\n'); in check_header_entry()
1155 end = strchrnul (str, '\n'); in syntax_check_bullet_unicode()
/third_party/mesa3d/src/util/
Du_string.h56 #define strchrnul util_strchrnul macro
/third_party/musl/porting/linux/user/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/porting/liteos_m/user/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/ndk_musl_include/
Dstring.h89 char *strchrnul(const char *, int);
/third_party/musl/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/musl/porting/uniproton/kernel/include/
Dstring.h91 char *strchrnul(const char *, int);
/third_party/optimized-routines/string/test/
Dstrchrnul.c30 F(strchrnul, 0)
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c192 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
/third_party/musl/porting/liteos_a/kernel/include/
Dstring.h91 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/weston/
Dmeson.build82 'mkostemp', 'strchrnul', 'initgroups', 'posix_fallocate', 'memfd_create'
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni146 "$MUSLPORTINGDIR/src/string/strchrnul.c",

12