Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 25 of 148) sorted by relevance

123456

/dragonfly/lib/libc/gen/
H A Dpw_scan.c61 if (!(pw->pw_name = strsep(&bp, ":"))) /* login */ in __pw_scan()
67 if (!(pw->pw_passwd = strsep(&bp, ":"))) /* passwd */ in __pw_scan()
72 if (!(p = strsep(&bp, ":"))) /* uid */ in __pw_scan()
96 if (!(p = strsep(&bp, ":"))) /* gid */ in __pw_scan()
116 if (!(pw->pw_class = strsep(&bp, ":"))) /* class */ in __pw_scan()
121 if (!(p = strsep(&bp, ":"))) /* change */ in __pw_scan()
127 if (!(p = strsep(&bp, ":"))) /* expire */ in __pw_scan()
133 if (!(pw->pw_gecos = strsep(&bp, ":"))) /* gecos */ in __pw_scan()
138 if (!(pw->pw_dir = strsep(&bp, ":"))) /* directory */ in __pw_scan()
143 if (!(pw->pw_shell = strsep(&bp, ":"))) /* shell */ in __pw_scan()
[all …]
H A Dfstab.c125 _fs_fstab.fs_spec = gdplookup(strsep(&p, ":\n")); in fstabscan()
126 _fs_fstab.fs_file = strsep(&p, ":\n"); in fstabscan()
128 _fs_fstab.fs_type = strsep(&p, ":\n"); in fstabscan()
136 if ((cp = strsep(&p, ":\n")) != NULL) { in fstabscan()
138 if ((cp = strsep(&p, ":\n")) != NULL) { in fstabscan()
147 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0') in fstabscan()
153 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0') in fstabscan()
157 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0') in fstabscan()
160 while ((cp = strsep(&p, " \t\n")) != NULL && *cp == '\0') in fstabscan()
178 for (typexx = 0, cp = strsep(&p, ","); cp; in fstabscan()
[all …]
/dragonfly/usr.sbin/mtree/
H A Dgetid.c251 _gr_group.gr_name = strsep(&bp, ":\n"); in grmatchline()
254 _gr_group.gr_passwd = strsep(&bp, ":\n"); in grmatchline()
255 if (!(cp = strsep(&bp, ":\n"))) in grmatchline()
398 _pw_passwd.pw_name = strsep(&bp, ":\n"); /* name */ in pwmatchline()
402 _pw_passwd.pw_passwd = strsep(&bp, ":\n"); /* passwd */ in pwmatchline()
404 if (!(cp = strsep(&bp, ":\n"))) /* uid */ in pwmatchline()
413 if (!(cp = strsep(&bp, ":\n"))) /* gid */ in pwmatchline()
420 if (!(ep = strsep(&bp, ":"))) /* class */ in pwmatchline()
422 if (!(ep = strsep(&bp, ":"))) /* change */ in pwmatchline()
424 if (!(ep = strsep(&bp, ":"))) /* expire */ in pwmatchline()
[all …]
H A Dmtree.c136 while ((p = strsep(&optarg, " \t,")) != NULL) in main()
141 while ((p = strsep(&optarg, " \t,")) != NULL) in main()
188 while ((p = strsep(&optarg, " \t,")) != NULL) in main()
/dragonfly/lib/libposix1e/
H A Dacl_from_text.c142 while ((line = strsep(&cur, "\n"))) { in acl_from_text()
145 notcomment = strsep(&comment, "#"); in acl_from_text()
148 while ((entry = strsep(&notcomment, ","))) { in acl_from_text()
150 tag = strsep(&entry, ":"); in acl_from_text()
166 qualifier = strsep(&entry, ":"); in acl_from_text()
175 permission = strsep(&entry, ":"); in acl_from_text()
/dragonfly/usr.sbin/mailwrapper/
H A Dmailwrapper.c123 if ((from = strsep(&cp, WS)) == NULL) in main()
128 if ((to = strsep(&cp, WS)) == NULL) in main()
132 for (ap = strsep(&cp, WS); ap != NULL; in main()
133 ap = strsep(&cp, WS)) in main()
/dragonfly/lib/libc/rpc/
H A Dnetnamer.c91 p = strsep(&res, ":"); in netname2user()
95 p = strsep(&res, "\n,"); in netname2user()
101 p = strsep(&res, "\n,"); in netname2user()
300 mkey = strsep(&res, "\t "); in getnetid()
307 mval = strsep(&res, " \t#\n"); in getnetid()
H A Dgetpublickey.c140 mkey = strsep(&res, "\t "); in getpublicandprivatekey()
147 mval = strsep(&res, " \t#\n"); in getpublicandprivatekey()
/dragonfly/crypto/openssh/
H A Dmatch.c280 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0'; in match_list()
281 (p = strsep(&sp, SEP)), i++) { in match_list()
289 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0'; in match_list()
290 (p = strsep(&cp, SEP)), i++) { in match_list()
334 while ((cp = strsep(&tmp, ",")) != NULL) { in filter_list()
H A Ddh.c81 arg = strsep(&cp, " "); /* type */ in parse_prime()
90 arg = strsep(&cp, " "); /* tests */ in parse_prime()
100 arg = strsep(&cp, " "); /* tries */ in parse_prime()
108 strsize = strsep(&cp, " "); /* size */ in parse_prime()
117 gen = strsep(&cp, " "); /* gen */ in parse_prime()
120 prime = strsep(&cp, " "); /* prime */ in parse_prime()
H A Daddrmatch.c62 while ((cp = strsep(&list, ",")) != NULL) { in addr_match_list()
122 while ((cp = strsep(&list, ",")) != NULL) { in addr_match_cidr_list()
/dragonfly/libexec/mknetid/
H A Dparse_group.c119 if ((_gr_group.gr_name = strsep(&bp, ":\n")) == NULL) in grscan()
129 if ((_gr_group.gr_passwd = strsep(&bp, ":\n")) == NULL) in grscan()
131 if (!(cp = strsep(&bp, ":\n"))) in grscan()
/dragonfly/contrib/tcpdump/
H A Dprint-esp.c519 init = strsep(&line, " \t"); in esp_print_decode_ikeline()
520 icookie = strsep(&line, " \t"); in esp_print_decode_ikeline()
521 rcookie = strsep(&line, " \t"); in esp_print_decode_ikeline()
522 authkey = strsep(&line, " \t"); in esp_print_decode_ikeline()
523 enckey = strsep(&line, " \t"); in esp_print_decode_ikeline()
580 spikey = strsep(&line, " \t"); in esp_print_decode_onesecret()
636 spistr = strsep(&spikey, "@"); in esp_print_decode_onesecret()
703 if ((line = strsep(&p, "\n,")) == NULL) { in esp_decodesecret_print()
/dragonfly/sbin/hammer/
H A Dcmd_remote.c62 str = strsep(&env, " \t\r\n"); in hammer_cmd_sshremote()
74 av[ac] = strsep(&env, " \t\r\n"); in hammer_cmd_sshremote()
/dragonfly/usr.bin/chpass/
H A Dedit.c152 p = strsep(&bp, ","); in display()
158 p = strsep(&bp, ","); in display()
164 p = strsep(&bp, ","); in display()
170 p = strsep(&bp, ","); in display()
/dragonfly/usr.bin/tset/
H A Dwrterm.c58 while ((p = strsep(&bp, "|")) != NULL) in wrtermcap()
69 while ((p = strsep(&t, ":")) != NULL) { in wrtermcap()
/dragonfly/usr.sbin/rpc.umntall/
H A Dmounttab.c94 timep = strsep(&cp, " \t\n"); in read_mtab()
99 hostp = strsep(&cp, " \t\n"); in read_mtab()
104 dirp = strsep(&cp, " \t\n"); in read_mtab()
/dragonfly/lib/libc/net/
H A Deui64.c107 while ((cur = strsep(&line, " \t\r\n")) != NULL) { in eui64_line()
117 while ((cur = strsep(&line, " \t\r\n")) != NULL) { in eui64_line()
127 while ((cur = strsep(&line, " \t\r\n")) != NULL) { in eui64_line()
/dragonfly/libexec/dma/
H A Dconf.c127 au->login = strsep(&data, "|"); in parse_authfile()
128 au->host = strsep(&data, DP); in parse_authfile()
178 word = strsep(&data, EQS); in parse_conf()
/dragonfly/usr.bin/finger/
H A Dutil.c330 if (!(p = strsep(&bp, ","))) in userinfo()
348 pn->office = ((p = strsep(&bp, ",")) && *p) ? in userinfo()
350 pn->officephone = ((p = strsep(&bp, ",")) && *p) ? in userinfo()
352 pn->homephone = ((p = strsep(&bp, ",")) && *p) ? in userinfo()
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dstring.h853 _GL_FUNCDECL_SYS (strsep, char *,
857 _GL_CXXALIAS_SYS (strsep, char *,
859 _GL_CXXALIASWARN (strsep);
861 # undef strsep
862 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
867 # undef strsep
869 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dstring.h1048 _GL_FUNCDECL_SYS (strsep, char *,
1052 _GL_CXXALIAS_SYS (strsep, char *,
1054 _GL_CXXALIASWARN (strsep);
1056 # undef strsep
1057 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
1062 # undef strsep
1064 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstring.h1050 _GL_FUNCDECL_SYS (strsep, char *,
1054 _GL_CXXALIAS_SYS (strsep, char *,
1056 _GL_CXXALIASWARN (strsep);
1058 # undef strsep
1059 _GL_WARN_ON_USE (strsep, "strsep cannot work correctly on character strings "
1064 # undef strsep
1066 _GL_WARN_ON_USE (strsep, "strsep is unportable - "
/dragonfly/sbin/usched/
H A Dusched.c81 sched = strsep(&sched_cpustr, ":"); in main()
86 cpustr = strsep(&sched_cpustr, ""); in main()
/dragonfly/libexec/revnetgroup/
H A Dparse_netgroup.c214 gpos = strsep(&pos, ")"); in parse_netgrp()
219 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
263 spos = strsep(&pos, ", \t"); in parse_netgrp()

123456