Searched refs:strsep (Results 1 - 25 of 62) sorted by relevance

123

/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
H A Dpsecflags.c55 while ((flag = strsep(&s, ",")) != NULL) {
/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/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/lib/libresolv2/include/
H A Dsunw_port_after.h76 extern char *strsep(char **, const char *);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h54 char *strsep __P((char **, const char *));
/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c137 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
142 if ((to = strsep(&cp, WS)) == NULL)
146 for (ap = strsep(&cp, WS); ap != NULL;
147 ap = strsep(&cp, WS)) {
/illumos-gate/usr/src/common/util/
H A Dstring.h66 extern char *strsep(char **, const char *);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c308 year = strsep(&p, "-");
309 month = strsep(&p, "-");
310 day = strsep(&p, "T ");
311 hour = strsep(&p, ":");
312 minute = strsep(&p, ":");
313 second = strsep(&p, ".,");
/illumos-gate/usr/src/lib/passwdutil/
H A Dnis_attr.c108 pwd->pw_name = strsep(&nis, ":");
109 pwd->pw_passwd = strsep(&nis, ":");
110 pwd->pw_uid = atoi(strsep(&nis, ":"));
111 pwd->pw_gid = atoi(strsep(&nis, ":"));
112 pwd->pw_gecos = strsep(&nis, ":");
113 pwd->pw_dir = strsep(&nis, ":");
362 (void) strsep(&p, ":");
363 nisbuf->pwd->pw_passwd = strsep(&p, ":");
/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c76 parsep1 = strsep(&verstr1, ".");
77 parsep2 = strsep(&verstr2, ".");
158 parsep1 = strsep(&verstr1, ",:-");
159 parsep2 = strsep(&verstr2, ",:-");
/illumos-gate/usr/src/boot/include/
H A Dstring.h112 char *strsep(char **, const char *);
/illumos-gate/usr/src/cmd/sendmail/db/
H A DMakefile55 xa_map.o strsep.o
139 strsep%.o: $(srcdir)/clib/strsep%.c
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c309 gpos = strsep(&pos, ")");
311 if ((spos = strsep(&gpos, ","))) {
334 spos = strsep(&pos, ", \t");
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dstring.h144 char *strsep(char **, const char *);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo.c107 curpos = strsep(&next, " ,");
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo.c108 curpos = strsep(&next, " ,");
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c105 for (last = strsep(&s, "/"), q = oc = out; last != NULL;
106 last = strsep(&s, "/")) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dconsole.c208 curpos = strsep(&next, " ,");
252 curpos = strsep(&next, " ,");
/illumos-gate/usr/src/boot/lib/libstand/
H A DMakefile.inc57 SRCS += $(LIB_BASE)/libc/string/strsep.c $(LIB_BASE)/libc/string/strspn.c
67 strpbrk.o strrchr.o strsep.o strspn.o strstr.o strtok.o swab.o
/illumos-gate/usr/src/lib/libwrap/
H A Dworkarounds.c273 while ((result = strsep(&state, sep)) && result[0] == 0)
/illumos-gate/usr/src/head/
H A Dstring.h127 extern char *strsep(char **stringp, const char *delim);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c327 * although strsep() deals with that better than strtok().
364 if ((si->argv[i] = strsep(&bp, " \t")) == NULL)
485 if ((value = strsep(&bp, ",")) == NULL)
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c360 tok = strsep(&ptr, "|");
367 fields[nfields] = strsep(&ptr, "|");

Completed in 143 milliseconds

123