Home
last modified time | relevance | path

Searched refs:checked_strdup (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dcommon.c72 checked_strdup(const char *s) in checked_strdup() function
138 copy = tofree = checked_strdup(path + 1); in create_directory()
140 partial = checked_strdup("/"); in create_directory()
168 n->n_key = checked_strdup("/"); in node_new_root()
169 n->n_options = checked_strdup(""); in node_new_root()
343 expanded = checked_strdup(string); in expand_ampersand()
429 expanded->n_key = checked_strdup(key); in node_expand_wildcard()
578 path = node_path_x(n, checked_strdup("")); in node_path()
613 return (node_options_x(n, checked_strdup(""))); in node_options()
750 key = checked_strdup(executable_key); in parse_map_yyin()
[all …]
H A Dautomountd.c107 picked = checked_strdup(pair + strlen(option)); in pick_option()
205 key = checked_strdup(adr->adr_path); in handle_request()
210 parent = node_new_map(root, checked_strdup(adr->adr_prefix), in handle_request()
211 NULL, checked_strdup(map), in handle_request()
212 checked_strdup("[kernel request]"), lineno); in handle_request()
217 key = checked_strdup(adr->adr_key); in handle_request()
326 fstype = checked_strdup("nfs"); in handle_request()
H A Ddefined.c87 expanded = checked_strdup(string); in defined_expand()
229 d->d_name = checked_strdup(name); in defined_add()
230 d->d_value = checked_strdup(value); in defined_add()
H A Dpopen.c94 argv[0] = checked_strdup(argv0); in auto_popen()
110 cur->command = checked_strdup(command); in auto_popen()
H A Dlog.c69 peer_name = checked_strdup(name); in log_set_peer_name()
82 peer_addr = checked_strdup(addr); in log_set_peer_addr()
H A Dcommon.h71 char *checked_strdup(const char *);
/freebsd/lib/libiscsiutil/
H A Dkeys.c93 keys->keys_names[i] = checked_strdup(name); in keys_load()
94 keys->keys_values[i] = checked_strdup(value); in keys_load()
171 keys->keys_names[i] = checked_strdup(name); in keys_add()
172 keys->keys_values[i] = checked_strdup(value); in keys_add()
H A Dlog.c67 peer_name = checked_strdup(name); in log_set_peer_name()
80 peer_addr = checked_strdup(addr); in log_set_peer_addr()
H A Dutils.c36 checked_strdup(const char *s) in checked_strdup() function
H A Dlibiscsiutil.h168 char *checked_strdup(const char *);
H A Dchap.c337 rchap->rchap_secret = checked_strdup(secret); in rchap_new()
/freebsd/usr.sbin/ctld/
H A Dctld.c257 auth->a_user = checked_strdup(user); in auth_new_chap()
258 auth->a_secret = checked_strdup(secret); in auth_new_chap()
286 auth->a_user = checked_strdup(user); in auth_new_chap_mutual()
287 auth->a_secret = checked_strdup(secret); in auth_new_chap_mutual()
288 auth->a_mutual_user = checked_strdup(user2); in auth_new_chap_mutual()
289 auth->a_mutual_secret = checked_strdup(secret2); in auth_new_chap_mutual()
305 an->an_initiator_name = checked_strdup(name); in auth_name_new()
363 ap->ap_initiator_portal = checked_strdup(portal); in auth_portal_new()
364 mask = str = checked_strdup(portal); in auth_portal_new()
496 ag->ag_name = checked_strdup(name); in auth_group_new()
[all …]
H A Dlogin.c194 tofree = str = checked_strdup(list); in login_list_contains()
212 tofree = str = checked_strdup(list); in login_list_prefers()
470 conn->conn_initiator_alias = checked_strdup(value); in login_negotiate_key()
881 conn->conn_initiator_name = checked_strdup(initiator_name); in login()
893 conn->conn_initiator_alias = checked_strdup(initiator_alias); in login()
H A Dkernel.c223 str = checked_strdup(sbuf_data(devlist->cur_sb[devlist->level])); in cctl_end_element()
270 nv->name = checked_strdup(name); in cctl_end_element()
345 str = checked_strdup(sbuf_data(devlist->cur_sb[devlist->level])); in cctl_end_pelement()
396 nv->name = checked_strdup(name); in cctl_end_pelement()
546 name = checked_strdup(port->port_name); in conf_new_from_kernel()
/freebsd/usr.sbin/uefisign/
H A Duefisign.c60 checked_strdup(const char *s) in checked_strdup() function
352 certpath = checked_strdup(optarg); in main()
358 keypath = checked_strdup(optarg); in main()
364 outpath = checked_strdup(optarg); in main()
/freebsd/usr.sbin/fstyp/
H A Dfstyp.h47 char *checked_strdup(const char *s);
H A Dfstyp.c112 checked_strdup(const char *s) in checked_strdup() function
/freebsd/usr.sbin/iscsid/
H A Discsid.c156 tofree = arg = checked_strdup(address); in resolve_addr()
H A Dlogin.c312 tofree = str = checked_strdup(list); in login_list_prefers()