Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/autofs/
H A Dcommon.c180 node_new(struct node *parent, char *key, char *options, char *location, in node_new() function
250 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate()
781 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_yyin()
823 node = node_new(parent, key, options, NULL, map, lineno); in parse_map_yyin()
881 node_new(node, mountpoint, options2, location, in parse_map_yyin()
933 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_keys_yyin()
H A Dcommon.h78 struct node *node_new(struct node *parent, char *key, char *options,