Home
last modified time | relevance | path

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

1234

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
169 parsep1 = strsep(&timep1, ":"); in einfo_compare_version()
170 parsep2 = strsep(&timep2, ":"); in einfo_compare_version()
173 parsep1 = strsep(&verstr1, ",-"); in einfo_compare_version()
174 parsep2 = strsep(&verstr2, ",-"); in einfo_compare_version()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/which/
H A Dwhich.c106 while ((d = strsep(&q, ":")) != NULL) { in main()
158 while ((d = strsep(&path, ":")) != NULL) { in print_matches()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c105 lpcdev = strsep(&str, ","); in lpc_device_parse()
108 romfile = strsep(&str, ","); in lpc_device_parse()
114 varfile = strsep(&str, ","); in lpc_device_parse()
135 tpm_type = strsep(&str, ","); in lpc_device_parse()
141 tpm_path = strsep(&str, ","); in lpc_device_parse()
H A Dpci_virtio_9p.c248 while ((token = strsep(&tokens, ",")) != NULL) { in pci_vt9p_legacy_config()
256 sharename = strsep(&token, "="); in pci_vt9p_legacy_config()
/illumos-gate/usr/src/cmd/sendmail/db/
H A DMakefile55 xa_map.o strsep.o
139 strsep%.o: $(srcdir)/clib/strsep%.c
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrsep.c56 strsep(char **stringp, const char *delim) { in strsep() function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrsep.c66 strsep(char **stringp, const char *delim) in strsep() function
H A Dpsecflags.c55 while ((flag = strsep(&s, ",")) != NULL) { in secflags_parse()
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrsep.c51 strsep(char **stringp, const char *delim) in strsep() function
/illumos-gate/usr/src/cmd/sendmail/db/clib/
H A Dstrsep.c74 strsep(stringp, delim) in strsep() function
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c305 gpos = strsep(&pos, ")"); in parse_netgrp()
307 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
330 spos = strsep(&pos, ", \t"); in parse_netgrp()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dclib_ext.h54 char *strsep __P((char **, const char *));
/illumos-gate/usr/src/common/util/
H A Dstring.h66 extern char *strsep(char **, const char *);
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dsunw_port_after.h76 extern char *strsep(char **, const char *);
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/boot/include/
H A Dstring.h112 char *strsep(char **, const char *);
/illumos-gate/usr/src/boot/common/
H A Dconsole.c321 curpos = strsep(&next, " ,"); in cons_check()
395 curpos = strsep(&next, " ,"); in cons_change()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dstring.h146 char *strsep(char **, const char *);
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c107 curpos = strsep(&next, " ,"); in bi_getboothowto()
/illumos-gate/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()

1234