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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.c194 n->n_location = location;
247 n = node_new(parent, o->n_key, o->n_options, o->n_location,
389 * Expand "&" in n_location. If the key is NULL, try to use
401 if (n->n_location != NULL) {
405 n->n_location = expand_ampersand(n->n_location,
409 n->n_location = expand_ampersand(n->n_location, key);
443 if (n->n_location != NULL) {
444 n->n_location
[all...]
H A Dcommon.h48 char *n_location; member in struct:node
H A Dautomountd.c256 if (node->n_location == NULL) {
348 node->n_location, adr->adr_path, NULL);

Completed in 81 milliseconds