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

/osnet-11/usr/src/cmd/sendmail/db/clib/
H A Dstrsep.c47 static const char sccsid[] = "@(#)strsep.c 10.1 (Sleepycat) 4/12/97";
64 * If *stringp is NULL, strsep returns NULL.
67 * PUBLIC: char *strsep __P((char **, const char *));
74 strsep(stringp, delim) function
/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrsep.c6 /* $OpenBSD: strsep.c,v 1.3 1997/08/20 04:28:14 millert Exp $ */
47 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
50 "$OpenBSD: strsep.c,v 1.3 1997/08/20 04:28:14 millert Exp $";
63 * If *stringp is NULL, strsep returns NULL.
66 strsep(char **stringp, const char *delim) function
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dstrsep.c2 static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93";
3 static const char rcsid[] = "$Id: strsep.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
58 * If *stringp is NULL, strsep returns NULL.
61 strsep(char **stringp, const char *delim) { function
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstring.in.h512 _GL_FUNCDECL_SYS (strsep, char *,
516 _GL_CXXALIAS_SYS (strsep, char *,
518 _GL_CXXALIASWARN (strsep); variable
520 # undef strsep macro
521 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
526 # undef strsep macro
528 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
529 "use gnulib module strsep fo
[all...]

Completed in 57 milliseconds