Home
last modified time | relevance | path

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

123

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Ddh.c59 arg = strsep(&cp, " "); /* type */ in parse_prime()
62 arg = strsep(&cp, " "); /* tests */ in parse_prime()
65 arg = strsep(&cp, " "); /* tries */ in parse_prime()
68 strsize = strsep(&cp, " "); /* size */ in parse_prime()
74 gen = strsep(&cp, " "); /* gen */ in parse_prime()
77 prime = strsep(&cp, " "); /* prime */ in parse_prime()
H A Dmatch.c243 for ((p = strsep(&sp, SEP)), i=0; p && *p != '\0'; in match_list()
244 (p = strsep(&sp, SEP)), i++) { in match_list()
252 for ((p = strsep(&cp, SEP)), i=0; p && *p != '\0'; in match_list()
253 (p = strsep(&cp, SEP)), i++) { in match_list()
H A Dcompat.c212 for ((p = strsep(&q, SEP)); p && *p != '\0'; (p = strsep(&q, SEP))) { in proto_spec()
243 while ((cp = strsep(&tmp, ",")) != NULL) { in compat_cipher_proposal()
H A Dmac.c151 for ((p = strsep(&cp, MAC_SEP)); p && *p != '\0'; in mac_valid()
152 (p = strsep(&cp, MAC_SEP))) { in mac_valid()
/titanic_50/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c137 if ((from = strsep(&cp, WS)) == NULL || cp == NULL) in main()
142 if ((to = strsep(&cp, WS)) == NULL) in main()
146 for (ap = strsep(&cp, WS); ap != NULL; in main()
147 ap = strsep(&cp, WS)) { in main()
/titanic_50/usr/src/lib/passwdutil/
H A Dnis_attr.c108 pwd->pw_name = strsep(&nis, ":"); in nis_to_pwd()
109 pwd->pw_passwd = strsep(&nis, ":"); in nis_to_pwd()
110 pwd->pw_uid = atoi(strsep(&nis, ":")); in nis_to_pwd()
111 pwd->pw_gid = atoi(strsep(&nis, ":")); in nis_to_pwd()
112 pwd->pw_gecos = strsep(&nis, ":"); in nis_to_pwd()
113 pwd->pw_dir = strsep(&nis, ":"); in nis_to_pwd()
362 (void) strsep(&p, ":"); in nis_getpwnam()
363 nisbuf->pwd->pw_passwd = strsep(&p, ":"); in nis_getpwnam()
/titanic_50/usr/src/cmd/touch/
H A Dtouch.c308 year = strsep(&p, "-"); in parse_datetime()
309 month = strsep(&p, "-"); in parse_datetime()
310 day = strsep(&p, "T "); in parse_datetime()
311 hour = strsep(&p, ":"); in parse_datetime()
312 minute = strsep(&p, ":"); in parse_datetime()
313 second = strsep(&p, ".,"); in parse_datetime()
/titanic_50/usr/src/cmd/boot/common/
H A Dbblk_einfo.c76 parsep1 = strsep(&verstr1, "."); in einfo_compare_dotted_version()
77 parsep2 = strsep(&verstr2, "."); in einfo_compare_dotted_version()
158 parsep1 = strsep(&verstr1, ",:-"); in einfo_compare_version()
159 parsep2 = strsep(&verstr2, ",:-"); in einfo_compare_version()
/titanic_50/usr/src/cmd/sendmail/db/
H A DMakefile55 xa_map.o strsep.o
139 strsep%.o: $(srcdir)/clib/strsep%.c
/titanic_50/usr/src/lib/libc/port/gen/
H A Dstrsep.c66 strsep(char **stringp, const char *delim) in strsep() function
/titanic_50/usr/src/lib/libresolv2/common/bsd/
H A Dstrsep.c61 strsep(char **stringp, const char *delim) { in strsep() function
/titanic_50/usr/src/cmd/sendmail/db/clib/
H A Dstrsep.c74 strsep(stringp, delim) in strsep() function
/titanic_50/usr/src/cmd/mandoc/
H A Dconfig.h55 extern char *strsep(char **, const char *);
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c309 gpos = strsep(&pos, ")"); in parse_netgrp()
311 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
334 spos = strsep(&pos, ", \t"); in parse_netgrp()
/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h54 char *strsep __P((char **, const char *));
/titanic_50/usr/src/common/util/
H A Dstring.h62 extern char *strsep(char **, const char *);
/titanic_50/usr/src/lib/libresolv2/include/
H A Dsunw_port_after.h76 extern char *strsep(char **, const char *);
/titanic_50/usr/src/common/fs/
H A Dbootfsops.c105 for (last = strsep(&s, "/"), q = oc = out; last != NULL; in canonicalise()
106 last = strsep(&s, "/")) { in canonicalise()
/titanic_50/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c458 for (char *h = strsep(&hdrs, ";"); h != NULL; h = strsep(&hdrs, ";")) { in add_headers()
475 for (a = strsep(&atype, ";"); a != NULL; a = strsep(&atype, ";")) { in add_arg_types()
/titanic_50/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c360 tok = strsep(&ptr, "|"); in test_load_config()
367 fields[nfields] = strsep(&ptr, "|"); in test_load_config()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dstring.h144 char *strsep(char **, const char *);
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_autohome.c364 if ((si->argv[i] = strsep(&bp, " \t")) == NULL) in smb_autohome_make_entry()
485 if ((value = strsep(&bp, ",")) == NULL) in smb_autohome_parse_options()
/titanic_50/usr/src/lib/libwrap/
H A Dworkarounds.c273 while ((result = strsep(&state, sep)) && result[0] == 0)
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c518 while ((socktup = strsep(&tupstr, ",")) != NULL) { in parse_filter_params()
536 while ((valstr = strsep(&socktup, ":")) != NULL && i < 3) { in parse_filter_params()
/titanic_50/usr/src/head/
H A Dstring.h127 extern char *strsep(char **stringp, const char *delim);

123