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

/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.c197 n->n_location = location;
250 n = node_new(parent, o->n_key, o->n_options, o->n_location,
392 * Expand "&" in n_location. If the key is NULL, try to use
404 if (n->n_location != NULL) {
408 n->n_location = expand_ampersand(n->n_location,
412 n->n_location = expand_ampersand(n->n_location, key);
446 if (n->n_location != NULL) {
447 n->n_location
[all...]
H A Dcommon.h50 char *n_location; member in struct:node
H A Dautomountd.c259 if (node->n_location == NULL) {
351 node->n_location, adr->adr_path, NULL);

Completed in 65 milliseconds