Home
last modified time | relevance | path

Searched refs:lasts (Results 1 – 25 of 88) sorted by last modified time

1234

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c997 static char *lasts; in strtok_d() local
1002 string = lasts; in strtok_d()
1013 lasts = 0; /* indicate that this is last token */ in strtok_d()
1017 lasts = r + 1; in strtok_d()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c943 char *copy, *lasts; in nwam_condition_string_to_condition() local
953 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/cmd/zoneadmd/
H A Dzoneadmd.c282 char *arg, *lasts, **argv = NULL, **argv_save; in filter_bootargs() local
324 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/krb5/kadmin/kclient/
H A Dkconf.c121 char *realm, *kdcs, *master, *domain, *token, *lasts; in main() local
180 token = strtok_r(kdcs, ",", &lasts); in main()
194 } while ((token = strtok_r(NULL, ",", &lasts)) != NULL); in main()
H A Dksetpw.c60 char *vprincstr, *ktname, *token, *lasts, *newpw; in main() local
117 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.c6323 char *field, *token, *lasts = NULL, c; in parse_wlan_keys() local
6344 field = strtok_r(token, ",", &lasts); in parse_wlan_keys()
7484 char *field, *token, *lasts = NULL, c; in do_delete_secobj() local
7526 field = strtok_r(token, ",", &lasts); in do_delete_secobj()
7610 char *field, *token, *lasts = NULL, c; in do_show_secobj() local
7672 field = strtok_r(token, ",", &lasts); in do_show_secobj()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7389 char *lasts, *devlasts, *permstr, *drv; in read_logindevperm_file() local
7446 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()
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()
7518 &lasts); in read_logindevperm_file()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndp.c919 char *line = NULL, *lasts = NULL, *curr; in ndp_set_file() local
939 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.c639 char *lasts; in nfs_parse_legacy_options() local
711 lasts = NULL; in nfs_parse_legacy_options()
713 token = strtok_r(base, ",", &lasts); in nfs_parse_legacy_options()
/illumos-gate/usr/src/cmd/bhyve/
H A Dsmbiostbl.c1008 char *buf, *lasts, *token, *typekey = NULL; in smbios_parse() local
1020 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/lib/libzonecfg/common/
H A Dlibzonecfg.c5392 char *tmp, *cp, *lasts; in verify_privset() local
7845 char *lasts; in zonecfg_valid_auths() local
7854 right = strtok_r(tmpauths, ",", &lasts); in zonecfg_valid_auths()
7864 right = strtok_r(NULL, ",", &lasts); in zonecfg_valid_auths()
7941 char *lasts; in zonecfg_update_userauths() local
8014 cur_auth = strtok_r(NULL, ",", &lasts); in zonecfg_update_userauths()
8045 char *lasts; in update_profiles() local
8064 cur_prof = strtok_r(NULL, ",", &lasts); in update_profiles()
8136 char *lasts; in zonecfg_authorize_user_impl() local
8229 right = strtok_r(auths, ",", &lasts); in zonecfg_authorize_user_impl()
[all …]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c2105 char *lasts; in pool_xml_exec_query() local
2125 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()
2571 char *lasts; in build_dtype_tbl() local
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()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c427 char *val, *lasts; in ipmgmt_db_resetprop() local
439 if ((val = strtok_r(dbpval, ",", &lasts)) != NULL) { in ipmgmt_db_resetprop()
442 while ((val = strtok_r(NULL, ",", &lasts)) != NULL) { in ipmgmt_db_resetprop()
/illumos-gate/usr/src/common/util/
H A Dstring.c720 strtok_r(char *string, const char *sepset, char **lasts) in strtok_r() argument
726 string = *lasts; in strtok_r()
737 *lasts = NULL; /* indicate this is last token */ in strtok_r()
740 *lasts = r + 1; in strtok_r()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c2221 char *lasts; in getclientsflavors_new() local
2252 while ((f = strtok_r(val, ":", &lasts)) != NULL) { in getclientsflavors_new()
2795 char *lasts; in check_client_new() local
2828 while ((f = strtok_r(val, ":", &lasts)) in check_client_new()
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1747 char *lasts; in smb_parse_optstring() local
1822 lasts = NULL; in smb_parse_optstring()
1825 token = strtok_r(base, ",", &lasts); in smb_parse_optstring()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c154 char *lasts; in ldap_explode_dns() local
168 for ( s = STRTOK( cpydn, "@.", &lasts ); s != NULL; in ldap_explode_dns()
169 s = STRTOK( NULL, "@.", &lasts ) ) { in ldap_explode_dns()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2445 char *nlp, *line, *token, *lasts, *buf; in isgrouped() local
2487 while ((token = strtok_r(line, " \t", &lasts)) != NULL) { in isgrouped()
2490 strtok_r(NULL, " \t", &lasts) != NULL) { in isgrouped()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c15746 char *token, *lasts; in tokenize() local
15753 for (token = strtok_r(str, sep, &lasts); token != NULL; in tokenize()
15754 token = strtok_r(NULL, sep, &lasts), ++n) { in tokenize()
16008 char *lasts; in add_mailto_params() local
16026 if ((p = strtok_r(hier_part, tok, &lasts)) == NULL) { in add_mailto_params()
16037 while ((p = strtok_r(NULL, tok, &lasts)) != NULL) in add_mailto_params()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dutil.c169 char *lasts; in addlib() local
180 if ((arg = strtok_r(arg, colon, &lasts)) != NULL) { in addlib()
231 } while ((arg = strtok_r(NULL, colon, &lasts)) != NULL); in addlib()
247 char *lasts; in dlflags() local
261 if ((tok = strtok_r(_arg, separate, &lasts)) != NULL) { in dlflags()
292 } while ((tok = strtok_r(NULL, separate, &lasts)) != NULL); in dlflags()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1575 char *lasts; in scsa2usb_parse_input_str() local
1580 for (input_field = strtok_r(str, "=", &lasts); in scsa2usb_parse_input_str()
1582 input_field = strtok_r(lasts, "=", &lasts)) { in scsa2usb_parse_input_str()
1584 if ((input_value = strtok_r(lasts, " ", &lasts)) == in scsa2usb_parse_input_str()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c396 char *str, *lasts; in process_prop_line() local
428 if (strtok_r(str, " \n\t", &lasts) == NULL) in process_prop_line()
442 if ((str = strtok_r(str, " \n\t", &lasts)) == NULL) in process_prop_line()
H A Dsecobj.c424 char *str, *lasts; in process_secobj_line() local
453 if (strtok_r(str, " \n\t", &lasts) == NULL) in process_secobj_line()
466 if ((str = strtok_r(str, " \n\t", &lasts)) == NULL) in process_secobj_line()
476 if ((str = strtok_r(NULL, " \n\t", &lasts)) == NULL) in process_secobj_line()
H A Dlibdlflow.c133 char *lasts = NULL; in dladm_flow_parse_db() local
139 if ((token = strtok_r(line, " \t", &lasts)) == NULL) in dladm_flow_parse_db()
146 while ((token = strtok_r(NULL, " \t", &lasts)) != NULL) { in dladm_flow_parse_db()
512 char *holder, *lasts; in i_dladm_flow_create_db() local
519 holder = strtok_r(line, " \t", &lasts); in i_dladm_flow_create_db()
H A Dlibdlaggr.c783 char *lasts; in dladm_aggr_str2policy() local
788 &lasts)) != NULL) { in dladm_aggr_str2policy()

1234