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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.c168 n->n_key = checked_strdup("/");
189 n->n_key = key;
220 n->n_key = key;
247 n = node_new(parent, o->n_key, o->n_options, o->n_location,
292 if (n->n_key[0] != '+')
304 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL);
309 parse_master_yyin(tmproot, n->n_key);
311 parse_map_yyin(tmproot, n->n_key, NULL);
317 n->n_key);
404 strcmp(n->n_parent->n_key, "*") !
[all...]
H A Dcommon.h46 char *n_key; member in struct:node
H A Dautomountd.c133 if (strcmp(node->n_key, "*") == 0)
142 if (strcmp(child->n_key, "*") == 0) {
H A Dautomount.c219 n->n_key, mntbuf, nitems);

Completed in 108 milliseconds