HomeSort by relevance Sort by last modified time
    Searched defs:strtok_r (Results 1 - 9 of 9) sorted by null

  /bionic/libc/string/
strtok.c 37 return strtok_r(s, delim, &last);
41 strtok_r(char *s, const char *delim, char **last) function
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 172 #define strtok_r(p,s,ss) (char *) VG_(strtok_r) ((Char *)(p),(Char *)(s),(Char **)(ss)) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 313 See also strtok_r(). */
384 x = strtok_r(s, "-", &sp); // x = "abc", sp = "=-def"
385 x = strtok_r(NULL, "-=", &sp); // x = "def", sp = NULL
386 x = strtok_r(NULL, "=", &sp); // x = NULL
403 extern char *strtok_r (char *restrict s, char const *restrict delim,
407 # undef strtok_r macro
408 # define strtok_r(s,d,p) \ macro
409 (GL_LINK_WARNING ("strtok_r cannot work correctly on character strings " \
412 strtok_r (s, d, p))
415 # undef strtok_r macro
416 # define strtok_r macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h 1197 # define strtok_r macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1197 # define strtok_r macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h 1197 # define strtok_r macro
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 422 return VG_(strtok_r) (s, delim, &olds);
426 VG_(strtok_r) (Char* s, const Char* delim, Char** saveptr) function
  /system/core/adb/
sysdeps.h 499 return strtok_r(str, delim, saveptr);
501 #undef strtok_r macro
502 #define strtok_r ___xxx_strtok_r macro
  /external/chromium/third_party/libevent/
evdns.c 2622 strtok_r(char *s, const char *delim, char **state) { function
    [all...]

Completed in 164 milliseconds