HomeSort by: relevance | last modified time | path
    Searched refs:checked_strdup (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/fstyp/
fstyp.h 58 char *checked_strdup(const char *);
fstyp.c 130 checked_strdup(const char *s) function in typeref:typename:char *
  /src/usr.sbin/autofs/
common.c 65 checked_strdup(const char *s) function in typeref:typename:char *
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_key)
    [all...]
automountd.c 103 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");
defined.c 80 expanded = checked_strdup(string);
223 d->d_name = checked_strdup(name);
224 d->d_value = checked_strdup(value);
common.h 79 char *checked_strdup(const char *);
log.c 76 peer_name = checked_strdup(name);
89 peer_addr = checked_strdup(addr);
popen.c 100 argv[0] = checked_strdup(argv0);
116 cur->command = checked_strdup(command);

Completed in 17 milliseconds