Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dcommon.c169 n->n_key = checked_strdup("/"); in node_new_root()
190 n->n_key = key; in node_new()
221 n->n_key = key; in node_new_map()
248 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
293 if (n->n_key[0] != '+') in node_expand_includes()
305 yyin = auto_popen(AUTO_INCLUDE_PATH, n->n_key + 1, NULL); in node_expand_includes()
310 parse_master_yyin(tmproot, n->n_key); in node_expand_includes()
312 parse_map_yyin(tmproot, n->n_key, NULL); in node_expand_includes()
318 n->n_key); in node_expand_includes()
405 strcmp(n->n_parent->n_key, "*") != 0) { in node_expand_ampersand()
[all …]
H A Dautomountd.c133 if (strcmp(node->n_key, "*") == 0) in create_subtree()
142 if (strcmp(child->n_key, "*") == 0) { in create_subtree()
H A Dcommon.h46 char *n_key; member
H A Dautomount.c219 n->n_key, mntbuf, nitems); in mount_unmount()