Home
last modified time | relevance | path

Searched refs:n_location (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dcommon.c194 n->n_location = location; in node_new()
247 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
401 if (n->n_location != NULL) { in node_expand_ampersand()
405 n->n_location = expand_ampersand(n->n_location, in node_expand_ampersand()
409 n->n_location = expand_ampersand(n->n_location, key); in node_expand_ampersand()
443 if (n->n_location != NULL) { in node_expand_defined()
444 n->n_location = defined_expand(n->n_location); in node_expand_defined()
445 if (n->n_location == NULL) { in node_expand_defined()
638 assert(n->n_location == NULL || n->n_map == NULL); in node_print_indent()
647 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "", in node_print_indent()
H A Dautomountd.c256 if (node->n_location == NULL) { in handle_request()
348 node->n_location, adr->adr_path, NULL); in handle_request()
H A Dcommon.h48 char *n_location; member