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

12345678910

/freebsd-10.1-release/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-10.1-release/lib/libc/rpc/
H A Dnetnamer.c92 p = strsep(&res, ":");
96 p = strsep(&res, "\n,");
102 p = strsep(&res, "\n,");
307 mkey = strsep(&res, "\t ");
314 mval = strsep(&res, " \t#\n");
/freebsd-10.1-release/contrib/mtree/
H A Dmtree.c153 while ((p = strsep(&optarg, " \t,")) != NULL)
158 while ((p = strsep(&optarg, " \t,")) != NULL)
201 while ((p = strsep(&optarg, " \t,")) != NULL)
/freebsd-10.1-release/crypto/openssh/
H A Dcompat.c207 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) {
239 while ((cp = strsep(&tmp, ",")) != NULL) {
/freebsd-10.1-release/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-10.1-release/lib/libc/string/
H A DSymbol.map45 strsep;
H A DMakefile.inc16 strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
34 string.3 strlcpy.3 strlen.3 strmode.3 strpbrk.3 strsep.3 \
/freebsd-10.1-release/usr.sbin/mtree/
H A Dmtree.c103 while ((p = strsep(&optarg, " \t,")) != NULL)
109 while ((p = strsep(&optarg, " \t,")) != NULL)
/freebsd-10.1-release/lib/libgssapi/
H A Dgss_mech_switch.c214 name = strsep(&p, "\t\n ");
216 oid = strsep(&p, "\t\n ");
218 lib = strsep(&p, "\t\n ");
220 kobj = strsep(&p, "\t\n ");
/freebsd-10.1-release/sys/contrib/rdma/krping/
H A Dgetopt.c37 if ((token = strsep(options, ",")) == NULL)
/freebsd-10.1-release/usr.bin/chpass/
H A Dedit.c162 p = strsep(&bp, ",");
168 p = strsep(&bp, ",");
174 p = strsep(&bp, ",");
180 p = strsep(&bp, ",");
/freebsd-10.1-release/usr.sbin/apmd/contrib/
H A Dpccardq.c186 if ((sl = strsep(&s, "~")) == NULL)
190 if ((_manuf = strsep(&s, "~")) == NULL)
192 if ((_version = strsep(&s, "~")) == NULL)
194 if ((_device = strsep(&s, "~")) == NULL)
/freebsd-10.1-release/contrib/ntp/lib/isc/include/isc/
H A Dstring.h224 #define strsep isc_string_separate macro
/freebsd-10.1-release/sys/geom/linux_lvm/
H A Dg_linux_lvm.c842 strsep(&tok2, "\""); \
845 tok1 = strsep(&tok2, "\""); \
853 key = strsep(&value, str); \
895 tok = strsep(&buf, "\n");
907 while ((tok = strsep(&buf, "\n")) != NULL) {
937 while ((tok = strsep(buf, "\n")) != NULL) { \
946 while ((tok = strsep(&buf, "\n")) != NULL) {
1005 while ((tok = strsep(buf, "\n")) != NULL) {
1060 while ((tok = strsep(buf, "\n")) != NULL) {
1116 while ((tok = strsep(bu
[all...]
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-esp.c317 init = strsep(&line, " \t");
318 icookie = strsep(&line, " \t");
319 rcookie = strsep(&line, " \t");
320 authkey = strsep(&line, " \t");
321 enckey = strsep(&line, " \t");
378 spikey = strsep(&line, " \t");
436 spistr = strsep(&spikey, "@");
502 if ((line = strsep(&p, "\n,")) == NULL) {
/freebsd-10.1-release/sys/boot/common/
H A Dconsole.c190 curpos = strsep(&next, " ,");
219 curpos = strsep(&next, " ,");
/freebsd-10.1-release/sys/mips/atheros/
H A Dar71xx_machdep.c78 while ((v = strsep(&str, " ")) != NULL) {
93 n = strsep(&v, "=");
/freebsd-10.1-release/sys/mips/beri/
H A Dberi_machdep.c142 while ((v = strsep(&cmdline, " \n")) != NULL) {
164 n = strsep(&v, "=");
/freebsd-10.1-release/bin/stty/
H A Dgfmt.c82 p = strsep(&s, ":\0");
/freebsd-10.1-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c272 name = strsep(&p, "\t\n ");
274 oid = strsep(&p, "\t\n ");
276 lib = strsep(&p, "\t\n ");
278 kobj = strsep(&p, "\t\n ");
/freebsd-10.1-release/include/
H A Dstring.h112 char *strsep(char **, const char *);
/freebsd-10.1-release/sys/security/mac_portacl/
H A Dmac_portacl.c189 idtype = strsep(&element, ":");
194 id = strsep(&element, ":");
212 protocol = strsep(&element, ":");
253 while ((element = strsep(&string, ",")) != NULL) {
/freebsd-10.1-release/usr.bin/finger/
H A Dutil.c347 if (!(p = strsep(&bp, ",")))
365 pn->office = ((p = strsep(&bp, ",")) && *p) ?
367 pn->officephone = ((p = strsep(&bp, ",")) && *p) ?
369 pn->homephone = ((p = strsep(&bp, ",")) && *p) ?
/freebsd-10.1-release/usr.bin/which/
H A Dwhich.c132 while ((d = strsep(&path, ":")) != NULL) {
/freebsd-10.1-release/lib/libc/net/
H A Deui64.c108 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
118 while ((cur = strsep(&line, " \t\r\n")) != NULL) {
128 while ((cur = strsep(&line, " \t\r\n")) != NULL) {

Completed in 209 milliseconds

12345678910