| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| strsep.c | 26 $Id: strsep.c,v 1.6 2000/07/01 18:36:29 wuftpd Exp $ 41 * If *stringp is NULL, strsep returns NULL. 43 char *strsep(register char **stringp, register const char *delim) function
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| 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
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/clib/ |
| strsep.c | 49 static const char sccsid[] = "@(#)strsep.c 10.1 (Sleepycat) 4/12/97"; 67 * If *stringp is NULL, strsep returns NULL. 70 * PUBLIC: char *strsep __P((char **, const char *)); 74 strsep(stringp, delim) function
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/bsd/ |
| 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
|
| /onnv/onnv-gate/usr/src/common/util/ |
| string.c | 638 * strsep 640 * The strsep() function locates, in the string referenced by *stringp, the 647 * If *stringp is initially NULL, strsep() returns NULL. 650 * should use strsep from libc. 653 strsep(char **stringp, const char *delim) function
|