Searched refs:tmproot (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/autofs/ |
H A D | common.c | 288 struct node *n, *n2, *tmp, *tmp2, *tmproot; in node_expand_includes() local 307 tmproot = node_new_root(); in node_expand_includes() 309 parse_master_yyin(tmproot, n->n_key); in node_expand_includes() 311 parse_map_yyin(tmproot, n->n_key, NULL); in node_expand_includes() 325 &tmproot->n_children, nodehead, n_next, tmp2) { in node_expand_includes() 330 node_delete(tmproot); in node_expand_includes()
|