Home
last modified time | relevance | path

Searched refs:strtok_r (Results 1 – 25 of 169) sorted by last modified time

1234567

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1256 link path=usr/share/man/man3c/strtok_r.3c target=string.3c
/illumos-gate/usr/src/man/man3c/
H A DMakefile1301 strtok_r.3c \
2429 strtok_r.3c := LINKSRC = string.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2399 strtok_r;
/illumos-gate/usr/src/head/
H A Dstring.h80 extern char *strtok_r(char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c953 if ((object_type_string = strtok_r(copy, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition()
994 if ((object_name = strtok_r(NULL, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition()
1005 if ((condition_string = strtok_r(NULL, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition()
1039 (active_string = strtok_r(NULL, " \t", &lasts)) == NULL || in nwam_condition_string_to_condition()
1070 if ((object_name = strtok_r(NULL, " \t", &lasts)) == NULL) { in nwam_condition_string_to_condition()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3234 for (fwr = strtok_r(fwrev, ",", &last_fw); in nvme_config_list()
3236 fwr = strtok_r(NULL, ",", &last_fw)) { in nvme_config_list()
3253 for (nvp = strtok_r(config_list[i + 2], ",", &save_nv); in nvme_config_list()
3254 nvp != NULL; nvp = strtok_r(NULL, ",", &save_nv)) { in nvme_config_list()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1274 cn = strtok_r(buf, sep, &last); in smb_convert_encrypt_ciphers()
1286 cn = strtok_r(NULL, sep, &last); in smb_convert_encrypt_ciphers()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1567 strptr = strtok_r(buffer, ",", &rest); in verify_value()
1580 strptr = strtok_r(NULL, ",", &rest); in verify_value()
3379 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest); in SetDoorInfoToUnixCred()
3408 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest); in SetDoorInfoToUnixCred()
3449 strptr = (char *)strtok_r(bufptr, DOORLINESEP, &rest); in SetDoorInfo()
3487 strptr = (char *)strtok_r(NULL, DOORLINESEP, &rest); in SetDoorInfo()
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com584 strtok_r.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com626 strtok_r.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com599 strtok_r.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile566 strtok_r.o \
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c324 while ((arg = strtok_r(sargs, " \t", &lasts)) != NULL) { in filter_bootargs()
340 while ((arg = strtok_r(sargs, " \t", &lasts)) != NULL) { in filter_bootargs()
/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c86 extern char *strtok_r(char *, const char *, char **);
1150 evp = strtok_r(optarg, ",", &lastp); in main()
1164 evp = strtok_r(NULL, ",", &lastp); in main()
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkconf.c180 token = strtok_r(kdcs, ",", &lasts); in main()
194 } while ((token = strtok_r(NULL, ",", &lasts)) != NULL); in main()
H A Dksetpw.c117 token = strtok_r(optarg, ",\t ", &lasts); in main()
143 } while ((token = strtok_r(NULL, ",\t ", &lasts)) != in main()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c6344 field = strtok_r(token, ",", &lasts); in parse_wlan_keys()
7526 field = strtok_r(token, ",", &lasts); in do_delete_secobj()
7672 field = strtok_r(token, ",", &lasts); in do_show_secobj()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7446 if ((console = strtok_r(line, LDEV_DELIMS, &lasts)) == NULL) in read_logindevperm_file()
7449 if ((permstr = strtok_r(NULL, LDEV_DELIMS, &lasts)) == NULL) { in read_logindevperm_file()
7465 if ((dlist = strtok_r(NULL, LDEV_DELIMS, &lasts)) == NULL) { in read_logindevperm_file()
7470 dev = strtok_r(dlist, LDEV_DEV_DELIM, &devlasts); in read_logindevperm_file()
7493 dev = strtok_r(NULL, LDEV_DEV_DELIM, &devlasts); in read_logindevperm_file()
7496 drv = strtok_r(NULL, LDEV_DRVLIST_DELIMS, &lasts); in read_logindevperm_file()
7500 drv = strtok_r(NULL, LDEV_DRV_DELIMS, &lasts); in read_logindevperm_file()
7517 drv = strtok_r(NULL, LDEV_DRV_DELIMS, in read_logindevperm_file()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c939 host = strtok_r(line, WORDSEPS, &lasts); in ndp_set_file()
947 lladdr = strtok_r(NULL, WORDSEPS, &lasts); in ndp_set_file()
956 curr = strtok_r(NULL, WORDSEPS, &lasts); in ndp_set_file()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c713 token = strtok_r(base, ",", &lasts); in nfs_parse_legacy_options()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c1020 if ((token = strtok_r(buf, ",", &lasts)) == NULL) { in smbios_parse()
1050 while ((token = strtok_r(NULL, ",", &lasts)) != NULL) { in smbios_parse()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c657 while (p = (char *)strtok_r(pb, ",", &placeholder)) { in get_opts()
1205 while ((opt = strtok_r(opts, ",", &placeholder)) != NULL) { in automount_opts()
/illumos-gate/usr/src/tools/cpcgen/
H A Dcpcgen.c414 if ((brand = strtok_r(fsr, "-", &last)) == NULL || in cpcgen_parse_model()
415 (fam = strtok_r(NULL, "-", &last)) == NULL || in cpcgen_parse_model()
416 (mod = strtok_r(NULL, "-", &last)) == NULL) { in cpcgen_parse_model()
419 step = strtok_r(NULL, "-", &last); in cpcgen_parse_model()
763 if ((fstr = strtok_r(data, ",", &last)) == NULL || in cpcgen_read_intel()
764 strtok_r(NULL, ",", &last) == NULL || in cpcgen_read_intel()
765 (path = strtok_r(NULL, ",", &last)) == NULL || in cpcgen_read_intel()
766 (tstr = strtok_r(NULL, "\n", &last)) == NULL) { in cpcgen_read_intel()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5409 cp = strtok_r(NULL, TOKEN_PRIV_STR, &lasts)) { in verify_privset()
7854 right = strtok_r(tmpauths, ",", &lasts); in zonecfg_valid_auths()
7864 right = strtok_r(NULL, ",", &lasts); in zonecfg_valid_auths()
7996 cur_auth = strtok_r(authlist, ",", &lasts); in zonecfg_update_userauths()
8014 cur_auth = strtok_r(NULL, ",", &lasts); in zonecfg_update_userauths()
8047 cur_prof = strtok_r(rbac_profs, ",", &lasts); in update_profiles()
8052 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()
8064 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()
8208 cur_auth = strtok_r(NULL, ",", &lasts); in zonecfg_authorize_user_impl()
8229 right = strtok_r(auths, ",", &lasts); in zonecfg_authorize_user_impl()
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c2125 for (tok = strtok_r((char *)id, " ", &lasts); in pool_xml_exec_query()
2126 tok != NULL; tok = strtok_r(NULL, " ", &lasts)) { in pool_xml_exec_query()
2590 for (tok = strtok_r((char *)data, " ", &lasts); tok != NULL; in build_dtype_tbl()
2591 tok = strtok_r(NULL, " ", &lasts)) { in build_dtype_tbl()
2594 if ((tok = strtok_r(NULL, " ", &lasts)) == NULL) { in build_dtype_tbl()

1234567