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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.c288 struct node *n, *n2, *tmp, *tmp2, *tmproot; local
307 tmproot = node_new_root();
309 parse_master_yyin(tmproot, n->n_key);
311 parse_map_yyin(tmproot, n->n_key, NULL);
321 * Entries to be included are now in tmproot. We need to merge
325 &tmproot->n_children, nodehead, n_next, tmp2) {
330 node_delete(tmproot);

Completed in 60 milliseconds