Home
last modified time | relevance | path

Searched refs:node_new (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/autofs/
H A Dcommon.c177 node_new(struct node *parent, char *key, char *options, char *location, in node_new() function
247 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
778 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_yyin()
820 node = node_new(parent, key, options, NULL, map, lineno); in parse_map_yyin()
878 node_new(node, mountpoint, options2, location, in parse_map_yyin()
930 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_keys_yyin()
H A Dcommon.h76 struct node *node_new(struct node *parent, char *key, char *options,