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

1234567891011>>

/freebsd-current/contrib/mandoc/
H A Dtest-strsep.c8 char *retp = strsep(&workp, "xy");
H A Dcompat_strsep.c2 /* $OpenBSD: strsep.c,v 1.8 2015/08/31 02:53:57 guenther Exp $ */
43 * If *stringp is NULL, strsep returns NULL.
46 strsep(char **stringp, const char *delim) function
/freebsd-current/lib/libc/gen/
H A Dpw_scan.c92 if (!(pw->pw_name = strsep(&bp, ":"))) /* login */
98 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */
103 if (!(p = strsep(&bp, ":"))) /* uid */
138 if (!(p = strsep(&bp, ":"))) /* gid */
169 if (!(pw->pw_class = strsep(&bp, ":"))) /* class */
174 if (!(p = strsep(&bp, ":"))) /* change */
180 if (!(p = strsep(&bp, ":"))) /* expire */
186 if (!(pw->pw_gecos = strsep(&bp, ":"))) /* gecos */
191 if (!(pw->pw_dir = strsep(&bp, ":"))) /* directory */
196 if (!(pw->pw_shell = strsep(
[all...]
H A Dfstab.c124 _fs_fstab.fs_spec = strsep(&p, ":\n");
125 _fs_fstab.fs_file = strsep(&p, ":\n");
127 _fs_fstab.fs_type = strsep(&p, ":\n");
135 if ((cp = strsep(&p, ":\n")) != NULL) {
137 if ((cp = strsep(&p, ":\n")) != NULL) {
146 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
153 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
161 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
164 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0')
171 while ((cp = strsep(
[all...]
H A Dcheck_utility_compat.c63 while ((p = strsep(&bp, ",")) != NULL) {
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrsep.c43 strsep(char **str, const char *delim) function
/freebsd-current/contrib/tcpdump/
H A Dinterface.h49 extern char *strsep(char **, const char *);
/freebsd-current/lib/libc/amd64/string/
H A Dstrsep.c36 * implementation of strsep for better performance.
39 strsep(char **stringp, const char *delim) function
/freebsd-current/contrib/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...]
/freebsd-current/crypto/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
/freebsd-current/contrib/unbound/compat/
H A Dstrsep.c2 * strsep implementation for compatibility.
48 char *strsep(char **stringp, const char *delim) function
/freebsd-current/contrib/tcpdump/missing/
H A Dstrsep.c53 * If *stringp is NULL, strsep returns NULL.
56 strsep(char **stringp, const char *delim) function
/freebsd-current/contrib/libfido2/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
/freebsd-current/sys/libkern/
H A Dstrsep.c44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) function
/freebsd-current/lib/libc/string/
H A Dstrsep.c44 * If *stringp is NULL, strsep returns NULL.
47 strsep(char **stringp, const char *delim) function
/freebsd-current/libexec/mknetid/
H A Dparse_group.c114 if ((_gr_group.gr_name = strsep(&bp, ":\n")) == NULL)
118 if ((_gr_group.gr_passwd = strsep(&bp, ":\n")) == NULL)
120 if (!(cp = strsep(&bp, ":\n")))
/freebsd-current/usr.bin/rctl/
H A Drctl.c123 subject = strsep(&copy, ":");
124 subject_id = strsep(&copy, ":");
125 resource = strsep(&copy, ":");
126 action = strsep(&copy, "=/");
127 amount = strsep(&copy, "/");
132 * The "copy" has already been tinkered with by strsep().
188 subject = strsep(&copy, ":");
189 textid = strsep(&copy, ":");
256 subject = strsep(&rule, ":");
257 textid = strsep(
[all...]
/freebsd-current/crypto/heimdal/lib/kafs/
H A DMakefile.am58 ROKEN_SRCS = resolve.c strtok_r.c strlcpy.c strsep.c
92 strsep.c:
93 $(LN_S) $(srcdir)/../roken/strsep.c .
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dscripted.c123 while ((partition = strsep(&config, ",")) != NULL) {
124 while ((ap = strsep(&partition, " \t\n")) != NULL) {
184 disk = strsep(&input, " \t\n");
186 scheme = strsep(&input, " \t\n");
189 strsep(&input, " \t\n"));
222 while ((token = strsep(&input, ";")) != NULL) {
/freebsd-current/lib/libc/posix1e/
H A Dacl_from_text.c92 tag = strsep(&entry, ":");
107 qualifier = strsep(&entry, ":");
115 permission = strsep(&entry, ":");
210 while ((line = strsep(&cur, "\n"))) {
213 notcomment = strsep(&comment, "#");
216 while ((entry = strsep(&notcomment, ","))) {
H A Dacl_from_text_nfs4.c214 field = strsep(&str, ":");
232 qualifier_field = field = strsep(&str, ":");
240 field = strsep(&str, ":");
249 field = strsep(&str, ":");
257 field = strsep(&str, ":");
/freebsd-current/crypto/heimdal/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...]
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dh_getopt_long.c112 longopt = strsep(&ptr, ",");
119 longopt = strsep(&ptr, ",");
136 longopt = strsep(&ptr, ",");
142 longopt = strsep(&ptr, ",");
/freebsd-current/stand/i386/libi386/
H A Dbootinfo.c52 curpos = strsep(&next, " ,");
/freebsd-current/stand/userboot/userboot/
H A Dbootinfo.c50 curpos = strsep(&next, " ,");

Completed in 264 milliseconds

1234567891011>>