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

  /src/usr.sbin/fstyp/
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...]

Completed in 56 milliseconds