Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dstring.h64 const char *strchrnul(const char *s, int c);
/external/virglrenderer/src/gallium/auxiliary/util/
Du_string.h53 #define util_strchrnul strchrnul
/external/mesa3d/src/util/
Du_string.h55 #define util_strchrnul strchrnul
/external/elfutils/lib/
Dcolor.c154 env = strchrnul (env, ':'); in parse_opt()
/external/u-boot/drivers/core/
Dof_access.c329 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/
Dlog.c135 p = strchrnul(s, ','); in log_has_file()
/external/u-boot/lib/
Dstring.c233 const char *strchrnul(const char *s, int c) in strchrnul() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc194 "If set, uses custom wrappers for strchr, strchrnul, and strrchr "
Dsanitizer_common_interceptors.inc428 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/
Di386_parse.y1441 ++sfxfreq[((const unsigned char *) strchrnul (strsnlen[i].str, '\0'))[-1]].freq;
/external/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch158 if (!endp) { /* act like strchrnul */
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2971 fun:strchrnul=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym537 PUBLIC 8a640 0 strchrnul
/external/sqlite/dist/orig/
Dsqlite3.c26078 fmt = strchrnul(fmt, '%');
/external/sqlite/dist/
Dsqlite3.c26078 fmt = strchrnul(fmt, '%');