Searched refs:strsep (Results 26 - 50 of 295) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/mailwrapper/
H A Dmailwrapper.c151 if ((from = strsep(&cp, WS)) == NULL || cp == NULL)
156 if ((to = strsep(&cp, WS)) == NULL)
160 for (ap = strsep(&cp, WS); ap != NULL;
161 ap = strsep(&cp, WS)) {
/freebsd-current/crypto/openssh/
H A Daddrmatch.c62 while ((cp = strsep(&list, ",")) != NULL) {
122 while ((cp = strsep(&list, ",")) != NULL) {
H A Dmatch.c283 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0';
284 (p = strsep(&sp, SEP)), i++) {
292 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0';
293 (p = strsep(&cp, SEP)), i++) {
337 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 */
/freebsd-current/lib/libc/rpc/
H A Dgetpublickey.c138 mkey = strsep(&res, "\t ");
145 mval = strsep(&res, " \t#\n");
H A Dnetnamer.c84 p = strsep(&res, ":");
88 p = strsep(&res, "\n,");
94 p = strsep(&res, "\n,");
293 mkey = strsep(&res, "\t ");
300 mval = strsep(&res, " \t#\n");
/freebsd-current/sbin/ddb/
H A Dddb_script.c98 while ((line = strsep(&nextline, "\n")) != NULL) {
100 line_scriptname = strsep(&line_script, "=");
/freebsd-current/lib/libc/amd64/string/
H A DMakefile.inc27 strsep.c \
/freebsd-current/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c199 name = strsep(&p, "\t\n ");
201 oid = strsep(&p, "\t\n ");
203 lib = strsep(&p, "\t\n ");
205 kobj = strsep(&p, "\t\n ");
257 name = strsep(&p, "\t\n ");
259 num = strsep(&p, "\t\n ");
261 mech = strsep(&p, "\t\n ");
/freebsd-current/usr.sbin/rpc.umntall/
H A Dmounttab.c98 timep = strsep(&cp, " \t\n");
103 hostp = strsep(&cp, " \t\n");
108 dirp = strsep(&cp, " \t\n");
/freebsd-current/sys/security/mac_ipacl/
H A Dmac_ipacl.c170 tok = strsep(&element, ",");
176 tok = strsep(&element, ",");
182 tok = strsep(&element, ",");
187 tok = strsep(&element, ",");
194 tok = strsep(&element, "/");
253 while ((element = strsep(&string, "@")) != NULL) {
/freebsd-current/lib/libsysdecode/tests/
H A Dsysdecode_test.c57 for (tok = buf; (next = strsep(&buf, ",")), tok != NULL; tok = next) {
69 for (tok = buf; (next = strsep(&buf, ",")), tok != NULL;
/freebsd-current/sys/contrib/rdma/krping/
H A Dgetopt.c37 if ((token = strsep(options, ",")) == NULL)
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dstring.h224 #define strsep isc_string_separate macro
/freebsd-current/lib/libgssapi/
H A Dgss_mech_switch.c212 name = strsep(&p, "\t\n ");
214 oid = strsep(&p, "\t\n ");
216 lib = strsep(&p, "\t\n ");
218 kobj = strsep(&p, "\t\n ");
/freebsd-current/usr.sbin/apmd/contrib/
H A Dpccardq.c185 if ((sl = strsep(&s, "~")) == NULL)
189 if ((_manuf = strsep(&s, "~")) == NULL)
191 if ((_version = strsep(&s, "~")) == NULL)
193 if ((_device = strsep(&s, "~")) == NULL)
/freebsd-current/usr.bin/chpass/
H A Dedit.c155 p = strsep(&bp, ",");
161 p = strsep(&bp, ",");
167 p = strsep(&bp, ",");
173 p = strsep(&bp, ",");
/freebsd-current/usr.sbin/tzsetup/
H A Dtzsetup.c249 cname = strsep(&cp, "/");
328 t = strsep(&s, "\t");
336 name = strsep(&s, "\t"); /* 3-let */
339 name = strsep(&s, "\t"); /* numeric */
488 country_list = strsep(&line, "\t");
495 tlc = strsep(&country_list, ",");
505 country_list = strsep(&line, "\t");
506 /* coord = */ strsep(&line, "\t"); /* Unused */
507 file = strsep(&line, "\t");
512 tlc = strsep(
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-esp.c521 init = strsep(&line, " \t");
522 icookie = strsep(&line, " \t");
523 rcookie = strsep(&line, " \t");
524 authkey = strsep(&line, " \t");
525 enckey = strsep(&line, " \t");
582 spikey = strsep(&line, " \t");
638 spistr = strsep(&spikey, "@");
705 if ((line = strsep(&p, "\n,")) == NULL) {
/freebsd-current/sys/kern/
H A Dsubr_boot.c180 n = strsep(&vv, "=");
201 while ((v = strsep(&cmdline, delim)) != NULL) {
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c274 name = strsep(&p, "\t\n ");
276 oid = strsep(&p, "\t\n ");
278 lib = strsep(&p, "\t\n ");
280 kobj = strsep(&p, "\t\n ");
/freebsd-current/sys/security/mac_portacl/
H A Dmac_portacl.c182 idtype = strsep(&element, ":");
187 id = strsep(&element, ":");
205 protocol = strsep(&element, ":");
246 while ((element = strsep(&string, ",")) != NULL) {
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dopenbsd-compat.h59 char *strsep(char **, const char *);
/freebsd-current/usr.bin/finger/
H A Dutil.c340 if (!(p = strsep(&bp, ",")))
358 pn->office = ((p = strsep(&bp, ",")) && *p) ?
360 pn->officephone = ((p = strsep(&bp, ",")) && *p) ?
362 pn->homephone = ((p = strsep(&bp, ",")) && *p) ?
/freebsd-current/bin/stty/
H A Dgfmt.c75 p = strsep(&s, ":\0");

Completed in 572 milliseconds

1234567891011>>