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

  /external/syslinux/com32/lib/
strtok.c 2 * strtok.c
7 char *strtok(char *s, const char *delim) function
  /bionic/libc/upstream-openbsd/lib/libc/string/
strtok.c 33 strtok(char *s, const char *delim) function
39 DEF_STRONG(strtok); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
Searching.c 192 /** A sequence of calls to the strtok function breaks the string pointed to by
202 in the string pointed to by s1 and the strtok function returns a null
205 The strtok function then searches from there for a character that is
210 the current token. The strtok function saves a pointer to the following
217 @return The strtok function returns a pointer to the first character of a
221 strtok(char * __restrict s1, const char * __restrict s2) function
  /external/syslinux/gpxe/src/core/
stringextra.c 20 * - Added strsep() which will replace strtok() soon (because strsep() is
177 * strtok - Split a string into tokens
181 * WARNING: strtok is deprecated, use strsep instead.
183 char * strtok(char * s,const char * ct) function
  /external/valgrind/coregrind/m_gdbserver/
server.h 146 #define strtok(p,s) VG_(strtok) ((p),(s)) macro
  /external/valgrind/coregrind/
m_libcbase.c 435 VG_(strtok) (HChar *s, const HChar *delim) function
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 712 milliseconds