Searched refs:checked_strdup (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.3-release/usr.sbin/fstyp/
H A Dfstyp.h38 char *checked_strdup(const char *s);
H A Dfstyp.c102 checked_strdup(const char *s) function
/freebsd-10.3-release/usr.sbin/autofs/
H A Dcommon.c76 checked_strdup(const char *s) function
142 copy = tofree = checked_strdup(path + 1);
144 partial = checked_strdup("");
172 n->n_key = checked_strdup("/");
173 n->n_options = checked_strdup("");
347 expanded = checked_strdup(string);
431 expanded->n_key = checked_strdup(key);
580 path = node_path_x(n, checked_strdup(""));
615 return (node_options_x(n, checked_strdup("")));
752 key = checked_strdup(executable_ke
[all...]
H A Dautomountd.c110 picked = checked_strdup(pair + strlen(option));
208 key = checked_strdup(adr->adr_path);
213 parent = node_new_map(root, checked_strdup(adr->adr_prefix),
214 NULL, checked_strdup(map),
215 checked_strdup("[kernel request]"), lineno);
220 key = checked_strdup(adr->adr_key);
329 fstype = checked_strdup("nfs");
H A Ddefined.c90 expanded = checked_strdup(string);
232 d->d_name = checked_strdup(name);
233 d->d_value = checked_strdup(value);
H A Dlog.c70 peer_name = checked_strdup(name);
83 peer_addr = checked_strdup(addr);
H A Dpopen.c95 argv[0] = checked_strdup(argv0);
111 cur->command = checked_strdup(command);
H A Dcommon.h72 char *checked_strdup(const char *);
/freebsd-10.3-release/usr.bin/iscsictl/
H A Discsictl.h113 char *checked_strdup(const char *);
H A Discsictl.c633 checked_strdup(const char *s) function
/freebsd-10.3-release/usr.sbin/ctld/
H A Dkeys.c177 keys->keys_names[i] = checked_strdup(name);
178 keys->keys_values[i] = checked_strdup(value);
H A Dlog.c70 peer_name = checked_strdup(name);
83 peer_addr = checked_strdup(addr);
H A Dctld.c73 checked_strdup(const char *s) function
256 auth->a_user = checked_strdup(user);
257 auth->a_secret = checked_strdup(secret);
285 auth->a_user = checked_strdup(user);
286 auth->a_secret = checked_strdup(secret);
287 auth->a_mutual_user = checked_strdup(user2);
288 auth->a_mutual_secret = checked_strdup(secret2);
304 an->an_initator_name = checked_strdup(name);
362 ap->ap_initator_portal = checked_strdup(portal);
363 mask = str = checked_strdup(porta
[all...]
H A Dlogin.c194 tofree = str = checked_strdup(list);
212 tofree = str = checked_strdup(list);
469 conn->conn_initiator_alias = checked_strdup(value);
813 conn->conn_initiator_name = checked_strdup(initiator_name);
825 conn->conn_initiator_alias = checked_strdup(initiator_alias);
H A Dchap.c340 rchap->rchap_secret = checked_strdup(secret);
H A Dkernel.c211 str = checked_strdup(sbuf_data(devlist->cur_sb[devlist->level]));
252 nv->name = checked_strdup(name);
327 str = checked_strdup(sbuf_data(devlist->cur_sb[devlist->level]));
370 nv->name = checked_strdup(name);
521 name = checked_strdup(port->port_name);
H A Dctld.h444 char *checked_strdup(const char *);
/freebsd-10.3-release/usr.sbin/iscsid/
H A Dkeys.c179 keys->keys_names[i] = checked_strdup(name);
180 keys->keys_values[i] = checked_strdup(value);
H A Dlog.c70 peer_name = checked_strdup(name);
83 peer_addr = checked_strdup(addr);
H A Discsid.h144 char *checked_strdup(const char *);
H A Discsid.c71 checked_strdup(const char *s) function
90 arg = checked_strdup(address);
H A Dchap.c340 rchap->rchap_secret = checked_strdup(secret);
H A Dlogin.c313 tofree = str = checked_strdup(list);
/freebsd-10.3-release/usr.sbin/uefisign/
H A Duefisign.c61 checked_strdup(const char *s) function
352 certpath = checked_strdup(optarg);
355 keypath = checked_strdup(optarg);
358 outpath = checked_strdup(optarg);

Completed in 115 milliseconds