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

12345678910

/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-strsep.c8 char *retp = strsep(&workp, "xy");
H A Dcompat_strsep.c10 /* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */
50 * If *stringp is NULL, strsep returns NULL.
53 strsep(char **stringp, const char *delim) function
/netbsd-current/lib/libc/gen/
H A Dpw_scan.c155 if (!(pw->pw_name = strsep(&bp, ":"))) /* login */
166 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
169 if (!(p = strsep(&bp, ":"))) /* uid */
184 if (!(p = strsep(&bp, ":"))) /* gid */
199 pw->pw_class = strsep(&bp, ":"); /* class */
200 if (!(p = strsep(&bp, ":"))) /* change */
206 if (!(p = strsep(&bp, ":"))) /* expire */
213 pw->pw_gecos = strsep(&bp, ":"); /* gecos */
214 pw->pw_dir = strsep(&bp, ":"); /* directory */
215 if (!(pw->pw_shell = strsep(
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrsep.c1 /* $NetBSD: strsep.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
45 strsep(char **str, const char *delim) function
/netbsd-current/external/bsd/tcpdump/dist/
H A Dinterface.h51 extern char *strsep(char **, const char *);
/netbsd-current/usr.sbin/mtree/
H A Dgetid.c258 _gr_group.gr_name = strsep(&bp, ":\n");
261 _gr_group.gr_passwd = strsep(&bp, ":\n");
262 if (!(cp = strsep(&bp, ":\n")))
405 _pw_passwd.pw_name = strsep(&bp, ":\n"); /* name */
409 _pw_passwd.pw_passwd = strsep(&bp, ":\n"); /* passwd */
411 if (!(cp = strsep(&bp, ":\n"))) /* uid */
420 if (!(cp = strsep(&bp, ":\n"))) /* gid */
427 if (!(ep = strsep(&bp, ":"))) /* class */
429 if (!(ep = strsep(&bp, ":"))) /* change */
431 if (!(ep = strsep(
[all...]
/netbsd-current/common/lib/libc/string/
H A Dstrsep.c1 /* $NetBSD: strsep.c,v 1.2 2007/02/19 18:33:09 chs Exp $ */
35 static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: strsep.c,v 1.2 2007/02/19 18:33:09 chs Exp $");
48 __weak_alias(strsep,_strsep)
66 * If *stringp is NULL, strsep returns NULL.
69 strsep(char **stringp, const char *delim)
/netbsd-current/external/bsd/nvi/dist/clib/
H A Dstrsep.c37 static const char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
55 * If *stringp is NULL, strsep returns NULL.
58 * PUBLIC: char *strsep __P((char **, const char *));
62 strsep(register char **stringp, register const char *delim) function
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dstrsep.c2 * strsep implementation for compatibility.
48 char *strsep(char **stringp, const char *delim) function
/netbsd-current/external/bsd/libfido2/dist/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
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dstrsep.c53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim) function
/netbsd-current/distrib/utils/libhack/
H A Dgetpwent.c243 pwd->pw_name = strsep(&bp, ":\n"); /* name */
247 pwd->pw_passwd = strsep(&bp, ":\n"); /* passwd */
249 if (!(cp = strsep(&bp, ":\n"))) /* uid */
258 if (!(cp = strsep(&bp, ":\n"))) /* gid */
265 if (!(pwd->pw_class = strsep(&bp, ":"))) /* class */
267 if (!(ep = strsep(&bp, ":"))) /* change */
269 if (!(ep = strsep(&bp, ":"))) /* expire */
272 if (!(pwd->pw_gecos = strsep(&bp, ":\n"))) /* gecos */
274 if (!(pwd->pw_dir = strsep(&bp, ":\n"))) /* directory */
276 if (!(pwd->pw_shell = strsep(
[all...]
/netbsd-current/lib/libc/posix1e/
H A Dacl_from_text.c95 tag = strsep(&entry, ":");
110 qualifier = strsep(&entry, ":");
118 permission = strsep(&entry, ":");
213 while ((line = strsep(&cur, "\n"))) {
216 notcomment = strsep(&comment, "#");
219 while ((entry = strsep(&notcomment, ","))) {
H A Dacl_from_text_nfs4.c223 field = strsep(&str, ":");
241 qualifier_field = field = strsep(&str, ":");
249 field = strsep(&str, ":");
258 field = strsep(&str, ":");
266 field = strsep(&str, ":");
/netbsd-current/external/bsd/libbind/dist/bsd/
H A Dstrsep.c4 static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93";
5 static const char rcsid[] = "Id: strsep.c,v 1.2 2005/04/27 04:56:12 sra Exp ";
60 * If *stringp is NULL, strsep returns NULL.
63 strsep(char **stringp, const char *delim) { function
/netbsd-current/tests/lib/libc/stdlib/
H A Dh_getopt_long.c105 longopt = strsep(&ptr, ",");
112 longopt = strsep(&ptr, ",");
129 longopt = strsep(&ptr, ",");
135 longopt = strsep(&ptr, ",");
/netbsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c116 if ((from = strsep(&cp, WS)) == NULL)
121 if ((to = strsep(&cp, WS)) == NULL)
125 for (ap = strsep(&cp, WS); ap != NULL;
126 ap = strsep(&cp, WS))
/netbsd-current/usr.bin/ypcat/
H A Dypalias_init.c87 if ((ypa[i].alias = strsep(&line, " \t\n")) == NULL ||
88 (ypa[i].name = strsep(&line, " \t\n")) == NULL ||
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Daddrmatch.c63 while ((cp = strsep(&list, ",")) != NULL) {
123 while ((cp = strsep(&list, ",")) != NULL) {
H A Dmatch.c280 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
281 (p = strsep(&sp, SEP)), i++) {
289 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
290 (p = strsep(&cp, SEP)), i++) {
334 while ((cp = strsep(&tmp, ",")) != NULL) {
H A Ddh.c81 arg = strsep(&cp, " "); /* type */
90 arg = strsep(&cp, " "); /* tests */
100 arg = strsep(&cp, " "); /* tries */
108 strsize = strsep(&cp, " "); /* size */
117 gen = strsep(&cp, " "); /* gen */
120 prime = strsep(&cp, " "); /* prime */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kafs/
H A DMakefile.am58 ROKEN_SRCS = resolve.c strtok_r.c strlcpy.c strsep.c
93 strsep.c:
94 $(LN_S) $(srcdir)/../roken/strsep.c .
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dload.c162 p = strsep(&str, ":");
166 p = strsep(&str, ":");
182 p = strsep(&str, ":");
186 p = strsep(&str, ":");
195 p = strsep(&str, ":");
232 p = strsep(&str, ":");
250 p = strsep(&s, ":");
253 p = strsep(&s, ":");
301 p = strsep(&str, ":");
304 p = strsep(
[all...]
/netbsd-current/usr.bin/quota/
H A Dprintquota.c205 cur = strsep(&next, "Ww");
212 cur = strsep(&next, "Dd");
219 cur = strsep(&next, "Hh");
226 cur = strsep(&next, "Mm");
233 cur = strsep(&next, "Ss");
/netbsd-current/usr.bin/finger/
H A Dutil.c115 if (!(p = strsep(&bp, ",")))
120 while ((p = strsep(&bp, "\t ")))
413 if (!(p = strsep(&bp, ",")))
417 pn->office = ((p = strsep(&bp, ",")) && *p) ?
419 pn->officephone = ((p = strsep(&bp, ",")) && *p) ?
421 pn->homephone = ((p = strsep(&bp, ",")) && *p) ?

Completed in 392 milliseconds

12345678910