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

123456

/macosx-10.9.5/system_cmds-597.90.1/pwd_mkdb.tproj/
H A Dpw_scan.c74 if (!(p = strsep(&bp, ":")) || *p == '\0') /* login */
79 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
82 if (!(p = strsep(&bp, ":"))) /* uid */
105 if (!(p = strsep(&bp, ":"))) /* gid */
124 pw->pw_class = strsep(&bp, ":"); /* class */
125 if (!(p = strsep(&bp, ":"))) /* change */
130 if (!(p = strsep(&bp, ":"))) /* expire */
135 pw->pw_gecos = strsep(&bp, ":"); /* gecos */
136 pw->pw_dir = strsep(&bp, ":"); /* directory */
137 if (!(pw->pw_shell = strsep(
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/pwd_mkdb.tproj/
H A Dpw_scan.c74 if (!(p = strsep(&bp, ":")) || *p == '\0') /* login */
79 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
82 if (!(p = strsep(&bp, ":"))) /* uid */
105 if (!(p = strsep(&bp, ":"))) /* gid */
124 pw->pw_class = strsep(&bp, ":"); /* class */
125 if (!(p = strsep(&bp, ":"))) /* change */
130 if (!(p = strsep(&bp, ":"))) /* expire */
135 pw->pw_gecos = strsep(&bp, ":"); /* gecos */
136 pw->pw_dir = strsep(&bp, ":"); /* directory */
137 if (!(pw->pw_shell = strsep(
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Dutil_arg.c20 char *strsep();
44 for (n = 1; (*ap = strsep(&str, " \t")) != NULL;)
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dstrsep.c47 * If *stringp is NULL, strsep returns NULL.
50 * PUBLIC: char *strsep __P((char **, const char *));
54 strsep(stringp, delim) function
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dstrsep.c43 strsep(char **str, const char *delim) function
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dstrsep.c1 /* $NetBSD: strsep.c,v 1.4 2005/05/16 08:51:51 lukem Exp $ */
2 /* from NetBSD: strsep.c,v 1.14 2003/08/07 16:43:52 agc Exp */
44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) function
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/string/
H A Dstrings.h70 char *strsep(char **, const char *);
H A Dstrsep.c41 * If *stringp is NULL, strsep returns NULL.
45 strsep(char **stringp, const char *delim) function
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A Dfstab.c106 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
111 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
114 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
117 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
126 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
130 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
138 for (typexx = 0, cp = strsep(&p, ","); cp;
139 cp = strsep(&p, ",")) {
H A Dvsdb.c45 if (!(cp = strsep(&p, ":")) || *cp == '\0')
48 if (!(cp = strsep(&p, "\n")) || *cp == '\0')
/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dstrsep.c31 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: src/lib/libc/string/strsep.c,v 1.7 2009/02/03 17:58:20 danger Exp $");
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(char **stringp, const char *delim) function
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dstrsep.c1 /* $OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
32 /* OPENBSD ORIGINAL: lib/libc/string/strsep.c */
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) function
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Dstrsep.c36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003-03-25 08:33:48 guy Exp $ (LBL)";
56 * If *stringp is NULL, strsep returns NULL.
59 strsep(char **stringp, const char *delim) function
/macosx-10.9.5/xnu-2422.115.4/bsd/libkern/
H A Dstrsep.c31 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
34 /* __FBSDID("$FreeBSD: src/sys/libkern/strsep.c,v 1.7 2004/04/07 20:46:10 imp Exp $"); */
48 * If *stringp is NULL, strsep returns NULL.
51 strsep(stringp, delim) function
/macosx-10.9.5/remote_cmds-41.90.1/rpc_yppasswdd.tproj/
H A Dpasswd.c385 if (!(pw->pw_name = strsep(&bp, ":"))) /* login */
389 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
392 if (!(p = strsep(&bp, ":"))) /* uid */
407 if (!(p = strsep(&bp, ":"))) /* gid */
418 pw->pw_class = strsep(&bp, ":"); /* class */
419 if (!(p = strsep(&bp, ":"))) /* change */
424 if (!(p = strsep(&bp, ":"))) /* expire */
429 pw->pw_gecos = strsep(&bp, ":"); /* gecos */
430 pw->pw_dir = strsep(&bp, ":"); /* directory */
431 if (!(pw->pw_shell = strsep(
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstring_.h301 extern char *strsep (char **restrict __stringp, char const *restrict __delim);
304 # undef strsep macro
305 # define strsep(s,d) \ macro
306 (GL_LINK_WARNING ("strsep cannot work correctly on character strings " \
309 strsep (s, d))
312 # undef strsep macro
313 # define strsep(s,d) \ macro
314 (GL_LINK_WARNING ("strsep is unportable - " \
315 "use gnulib module strsep for portability"), \
316 strsep (
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmatch.c250 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
251 (p = strsep(&sp, SEP)), i++) {
259 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
260 (p = strsep(&cp, SEP)), i++) {
H A Ddh.c68 arg = strsep(&cp, " "); /* type */
75 arg = strsep(&cp, " "); /* tests */
83 arg = strsep(&cp, " "); /* tries */
89 strsize = strsep(&cp, " "); /* size */
96 gen = strsep(&cp, " "); /* gen */
99 prime = strsep(&cp, " "); /* prime */
H A Dcompat.c192 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
223 while ((cp = strsep(&tmp, ",")) != NULL) {
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dcompaction.m93 while ((token = strsep(&tokens, " ")) != NULL) {
95 token = strsep(&tokens, " ");
99 while ((token = strsep(&tokens, " ")) != NULL) {
/macosx-10.9.5/Libc-997.90.3/posix1e/
H A Dacl_translate.c337 if ((entry = strsep(&buf, "\n")) != NULL && *entry)
340 field = strsep(&entry, " ");
350 field = strsep(&entry, " ");
361 if((field = strsep(&entry, " ")) != NULL && *field)
364 while ((sub = strsep(&field, ",")) && *sub)
399 while ((entry = strsep(&buf, "\n")) && *entry)
405 field = strsep(&entry, ":");
444 if ((field = strsep(&entry, ":")) != NULL && *field)
451 if ((field = strsep(&entry, ":")) != NULL && *field && need_tag)
479 if ((field = strsep(
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dload.c158 p = strsep(&str, ":");
162 p = strsep(&str, ":");
178 p = strsep(&str, ":");
182 p = strsep(&str, ":");
191 p = strsep(&str, ":");
228 p = strsep(&str, ":");
246 p = strsep(&s, ":");
249 p = strsep(&s, ":");
297 p = strsep(&str, ":");
300 p = strsep(
[all...]
/macosx-10.9.5/file_cmds-230/mtree/
H A Dmtree.c103 while ((p = strsep(&optarg, " \t,")) != NULL)
109 while ((p = strsep(&optarg, " \t,")) != NULL)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dgetaddrinfo_host.c107 value = strsep(&tmp_ptr, "-");
111 value = strsep(&tmp_ptr, "-");
H A Dgetgrgid.c103 value = strsep(&tmp_ptr, "-");
107 value = strsep(&tmp_ptr, "-");

Completed in 241 milliseconds

123456