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

  /external/syslinux/com32/lib/
strsep.c 2 * strsep.c
7 char *strsep(char **stringp, const char *delim) function
  /bionic/libc/upstream-openbsd/lib/libc/string/
strsep.c 1 /* $OpenBSD: strsep.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
43 * If *stringp is NULL, strsep returns NULL.
46 strsep(char **stringp, const char *delim) function
71 DEF_WEAK(strsep); variable
  /device/linaro/bootloader/edk2/StdLib/LibC/String/
strsep.c 40 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
52 * If *stringp is NULL, strsep returns NULL.
55 strsep( function
  /external/fio/oslib/
strsep.c 3 char *strsep(char **stringp, const char *delim) function
  /external/tcpdump/missing/
strsep.c 53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim) function
  /external/syslinux/gpxe/src/core/
stringextra.c 20 * - Added strsep() which will replace strtok() soon (because strsep() is
21 * reentrant and should be faster). Use only strsep() in new code, please.
181 * WARNING: strtok is deprecated, use strsep instead.
206 * strsep - Split a string into tokens
210 * strsep() updates @s to point after the token, ready for the next call.
216 char * strsep(char **s, const char *ct) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 1287 # define strsep macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 1287 # define strsep macro
    [all...]
  /system/core/liblog/
logprint.c 443 static char* strsep(char** stringp, const char* delim) { function
479 /* Yes, I'm using strsep */
480 while (NULL != (p_ret = strsep(&p_cur, " \t,"))) {
    [all...]
  /external/libevent/
http.c 203 /* strsep replacement for platforms that lack it. Only works if
206 strsep(char **s, const char *del) function
    [all...]

Completed in 518 milliseconds