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

/external/fio/lib/
H A Dstrsep.c3 char *strsep(char **stringp, const char *delim) function
/external/openssh/openbsd-compat/
H A Dstrsep.c1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
32 /* OPENBSD ORIGINAL: lib/libc/string/strsep.c */
50 * If *stringp is NULL, strsep returns NULL.
53 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/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...]

Completed in 226 milliseconds