Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/autofs/
H A Dcommon.c181 node_new(struct node *parent, char *key, char *options, char *location, in node_new() function
251 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
780 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_yyin()
822 node = node_new(parent, key, options, NULL, map, lineno); in parse_map_yyin()
880 node_new(node, mountpoint, options2, location, in parse_map_yyin()
932 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_keys_yyin()
H A Dcommon.h79 struct node *node_new(struct node *parent, char *key, char *options,