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

  /src/usr.sbin/autofs/
common.h 57 char *n_options; member in struct:node
automount.c 179 mount_if_not_already(n, n->n_map, n->n_options,
185 mount_if_not_already(n2, n->n_map, n->n_options,
common.c 164 n->n_options = checked_strdup("");
186 n->n_options = options;
188 n->n_options = strdup("");
217 n->n_options = options;
219 n->n_options = strdup("");
242 n = node_new(parent, o->n_key, o->n_options, o->n_location,
590 options = concat(x, ',', n->n_options);

Completed in 13 milliseconds