Searched refs:strchrnul (Results 1 – 15 of 15) sorted by relevance
/external/u-boot/include/linux/ |
D | string.h | 64 const char *strchrnul(const char *s, int c);
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_string.h | 53 #define util_strchrnul strchrnul
|
/external/mesa3d/src/util/ |
D | u_string.h | 55 #define util_strchrnul strchrnul
|
/external/elfutils/lib/ |
D | color.c | 154 env = strchrnul (env, ':'); in parse_opt()
|
/external/u-boot/drivers/core/ |
D | of_access.c | 329 p = strchrnul(path, '/'); in of_find_node_opts_by_path() 357 path = strchrnul(path, '/'); in of_find_node_opts_by_path()
|
/external/u-boot/common/ |
D | log.c | 135 p = strchrnul(s, ','); in log_has_file()
|
/external/u-boot/lib/ |
D | string.c | 233 const char *strchrnul(const char *s, int c) in strchrnul() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 194 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
|
D | sanitizer_common_interceptors.inc | 428 INTERCEPTOR(char*, strchrnul, const char *s, int c) { 430 COMMON_INTERCEPTOR_ENTER(ctx, strchrnul, s, c); 431 char *result = REAL(strchrnul)(s, c); 437 #define INIT_STRCHRNUL COMMON_INTERCEPT_FUNCTION(strchrnul)
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 1441 ++sfxfreq[((const unsigned char *) strchrnul (strsnlen[i].str, '\0'))[-1]].freq;
|
/external/avb/contrib/linux/4.4/ |
D | 0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch | 158 if (!endp) { /* act like strchrnul */
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2971 fun:strchrnul=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 537 PUBLIC 8a640 0 strchrnul
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 26078 fmt = strchrnul(fmt, '%');
|
/external/sqlite/dist/ |
D | sqlite3.c | 26078 fmt = strchrnul(fmt, '%');
|