Searched refs:n_key (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/autofs/
H A Dcommon.c171 n->n_key = checked_strdup("/");
192 n->n_key = key;
223 n->n_key = key;
250 n = node_new(parent, o->n_key, o->n_options, o->n_location,
295 if (n->n_key[0] != '+')
307 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
312 parse_master_yyin(tmproot, n->n_key);
314 parse_map_yyin(tmproot, n->n_key, NULL);
320 n->n_key);
407 strcmp(n->n_parent->n_key, "*") !
[all...]
H A Dcommon.h48 char *n_key; member in struct:node
H A Dautomountd.c136 if (strcmp(node->n_key, "*") == 0)
145 if (strcmp(child->n_key, "*") == 0) {
H A Dautomount.c222 n->n_key, mntbuf, nitems);

Completed in 62 milliseconds