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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strsep.c 1 /* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */
43 * If *stringp is NULL, strsep returns NULL.
46 strsep(char **stringp, const char *delim) function
  /external/fio/lib/
strsep.c 3 char *strsep(char **stringp, const char *delim) function
  /external/bison/lib/
string.in.h 541 _GL_FUNCDECL_SYS (strsep, char *,
545 _GL_CXXALIAS_SYS (strsep, char *,
547 _GL_CXXALIASWARN (strsep); variable
549 # undef strsep macro
550 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
555 # undef strsep macro
557 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
558 "use gnulib module strsep for portability")
    [all...]
  /external/bison/darwin-lib/
string.h 867 # undef strsep macro
    [all...]
  /external/bison/linux-lib/
string.h 867 # undef strsep macro
    [all...]
  /external/chromium_org/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 469 milliseconds