Searched refs:strchrnul (Results 1 – 25 of 37) 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/weston/shared/ |
D | os-compatibility.h | 47 strchrnul(const char *s, int c);
|
D | os-compatibility.c | 229 strchrnul(const char *s, int c) in strchrnul() function
|
D | config-parser.c | 102 next = strchrnul(p, ':'); in open_config_file()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strchrnul.c | 28 weak_alias(__strchrnul, 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/gettext/gettext-tools/src/ |
D | format-kde-kuit.c | 203 const char *amp = strchrnul (str, '&'); in format_parse() 220 const char *amp = strchrnul (str, '&'); in format_parse()
|
D | search-path.c | 52 char *end = strchrnul (start, ':'); in foreach_elements()
|
D | msgl-check.c | 828 line = strchrnul (line, '\n'); in check_header_entry() 1155 end = strchrnul (str, '\n'); in syntax_check_bullet_unicode()
|
/third_party/mesa3d/src/util/ |
D | u_string.h | 56 #define strchrnul util_strchrnul macro
|
/third_party/musl/porting/linux/user/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/ndk_musl_include/ |
D | string.h | 89 char *strchrnul(const char *, int);
|
/third_party/musl/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | string.h | 91 char *strchrnul(const char *, int);
|
/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 | 192 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 91 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/weston/ |
D | meson.build | 82 'mkostemp', 'strchrnul', 'initgroups', 'posix_fallocate', 'memfd_create'
|
/third_party/musl/porting/liteos_m/kernel/ |
D | musl.gni | 146 "$MUSLPORTINGDIR/src/string/strchrnul.c",
|
12