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

/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrsep.c31 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(char **stringp, const char *delim) function
/illumos-gate/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
/illumos-gate/usr/src/common/util/
H A Dstring.c644 * strsep
646 * The strsep() function locates, in the string referenced by *stringp, the
653 * If *stringp is initially NULL, strsep() returns NULL.
656 * should use strsep from libc.
659 strsep(char **stringp, const char *delim) function
/illumos-gate/usr/src/man/man3c/
H A DMakefile1236 strsep.3c \
2296 strsep.3c := LINKSRC = string.3c

Completed in 99 milliseconds