Searched defs:strsep (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/clib/ |
H A D | strsep.c | 47 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 D | strsep.c | 6 /* $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 D | strsep.c | 31 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 D | strsep.c | 2 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 D | string.c | 644 * 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 D | Makefile | 1236 strsep.3c \ 2296 strsep.3c := LINKSRC = string.3c
|
Completed in 99 milliseconds