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

/netbsd-current/usr.sbin/fstyp/
H A Dfstyp.h58 char *checked_strdup(const char *);
H A Dfstyp.c130 checked_strdup(const char *s) function
/netbsd-current/usr.sbin/autofs/
H A Dcommon.c65 checked_strdup(const char *s) function
133 copy = tofree = checked_strdup(path + 1);
135 partial = checked_strdup("/");
163 n->n_key = checked_strdup("/");
164 n->n_options = checked_strdup("");
339 expanded = checked_strdup(string);
425 expanded->n_key = checked_strdup(key);
570 path = node_path_x(n, checked_strdup(""));
605 return node_options_x(n, checked_strdup(""));
742 key = checked_strdup(executable_ke
[all...]
H A Dautomountd.c103 picked = checked_strdup(pair + olen);
201 key = checked_strdup(adr->adr_path);
206 parent = node_new_map(root, checked_strdup(adr->adr_prefix),
207 NULL, checked_strdup(map),
208 checked_strdup("[kernel request]"), lineno);
213 key = checked_strdup(adr->adr_key);
322 fstype = checked_strdup("nfs");
H A Ddefined.c80 expanded = checked_strdup(string);
223 d->d_name = checked_strdup(name);
224 d->d_value = checked_strdup(value);
H A Dcommon.h79 char *checked_strdup(const char *);
H A Dlog.c76 peer_name = checked_strdup(name);
89 peer_addr = checked_strdup(addr);
H A Dpopen.c100 argv[0] = checked_strdup(argv0);
116 cur->command = checked_strdup(command);

Completed in 215 milliseconds