HomeSort by relevance Sort by last modified time
    Searched full:strchrnul (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_hesiod-2.7.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_hesiod-2.7.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
libc-2.7.so 
libc.so.6 
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 176 extern char *strchrnul (char const *__s, int __c_in)
180 # undef strchrnul macro
181 # define strchrnul(a,b) \ macro
182 (GL_LINK_WARNING ("strchrnul is unportable - " \
183 "use gnulib module strchrnul for portability"), \
184 strchrnul (a, b))
  /external/valgrind/main/
glibc-2.2.supp 239 *strchrnul*/*nss*(Cond)
241 fun:*strchrnul*
  /external/valgrind/main/memcheck/tests/
str_tester.c 475 it = "strchrnul";
476 cp = strchrnul ((os = "abcd"), 'z');
480 check (strchrnul (one, 'c') == one+2, 3); /* Basic test. */
481 check (strchrnul (one, 'd') == one+3, 4); /* End of string. */
482 check (strchrnul (one, 'a') == one, 5); /* Beginning. */
483 check (strchrnul (one, '\0') == one+4, 6); /* Finding NUL. */
485 check (strchrnul (one, 'b') == one+1, 7); /* Finding first. */
487 check (strchrnul (one, 'b') == one, 8); /* Empty string. */
488 check (strchrnul (one, '\0') == one, 9); /* NUL in empty string. */
498 cp = strchrnul (p, '/')
    [all...]
  /external/linux-tools-perf/util/
util.h 197 #define strchrnul gitstrchrnul macro
  /system/core/libcutils/
str_parms.c 148 char *eq = strchr(kvpair, '='); /* would love strchrnul */
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
ts_dynamorio.cc 491 ReplaceFunc3(img, rtn, "strchrnul", (AFUNPTR)Replace_strchrnul);
ts_pin.cc     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h 177 extern char *strchrnul (__const char *__s, int __c)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 177 extern char *strchrnul (__const char *__s, int __c)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h 177 extern char *strchrnul (__const char *__s, int __c)
  /external/elfutils/src/
ld.c     [all...]
  /external/valgrind/main/memcheck/
mc_replace_strmem.c     [all...]
  /external/elfutils/libcpu/
i386_parse.y 1422 ++sfxfreq[((const unsigned char *) strchrnul (strsnlen[i].str, '\0'))[-1]].freq;
    [all...]
i386_parse.c     [all...]

Completed in 284 milliseconds

1 2