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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strtok.c 33 strtok(char *s, const char *delim) function
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 148 #define strtok(p,s) VG_(strtok) ((p),(s)) macro
  /external/valgrind/main/coregrind/
m_libcbase.c 416 VG_(strtok) (HChar *s, const HChar *delim) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 603 // char *strtok(char *s1, const char *s2);
604 strtok, enumerator in enum:llvm::LibFunc::Func