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

  /bionic/libc/string/
strsep.c 1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) function
  /external/tcpdump/missing/
strsep.c 36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003/03/25 08:33:48 guy Exp $ (LBL)";
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) function
  /external/qemu/android/utils/
system.h 88 /** Handle strsep() on Win32
91 # undef strsep macro
92 # define strsep win32_strsep macro
  /external/chromium/third_party/libevent/
http.c 223 /* strsep replacement for platforms that lack it. Only works if
226 strsep(char **s, const char *del) function
1218 protocol = strsep(&line, " ");
1221 number = strsep(&line, " ");
1261 method = strsep(&line, " ");
1264 uri = strsep(&line, " ");
1267 version = strsep(&line, " ");
    [all...]

Completed in 38 milliseconds