Searched defs:strsep (Results 1 - 7 of 7) sorted by relevance

/external/fio/lib/
H A Dstrsep.c3 char *strsep(char **stringp, const char *delim) function
/external/tcpdump/missing/
H A Dstrsep.c36 "@(#) $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/bison/lib/
H A Dstring.in.h541 _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 fo
[all...]
/external/qemu/android/utils/
H A Dsystem.h100 /** Handle strsep() on Win32
103 # undef strsep macro
104 # define strsep win32_strsep macro
/external/bison/darwin-lib/
H A Dstring.h853 _GL_FUNCDECL_SYS (strsep, char *,
857 _GL_CXXALIAS_SYS (strsep, char *,
859 _GL_CXXALIASWARN (strsep);
861 # undef strsep
862 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
867 # undef strsep macro
869 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
870 "use gnulib module strsep fo
[all...]
/external/bison/linux-lib/
H A Dstring.h853 _GL_FUNCDECL_SYS (strsep, char *,
857 _GL_CXXALIAS_SYS (strsep, char *,
859 _GL_CXXALIASWARN (strsep);
861 # undef strsep
862 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
867 # undef strsep macro
869 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
870 "use gnulib module strsep fo
[all...]
/external/chromium_org/third_party/libevent/
H A Dhttp.c223 /* 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, " ");
1511 skey = strsep(&svalue, ":");
2134 strsep(&argument, "?");
2139 argument = strsep(
[all...]

Completed in 279 milliseconds