Searched refs:node_new (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/autofs/ |
H A D | common.c | 172 node_new(struct node *parent, char *key, char *options, char *location, in node_new() function 242 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate() 770 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_yyin() 812 node = node_new(parent, key, options, NULL, map, lineno); in parse_map_yyin() 870 node_new(node, mountpoint, options2, location, in parse_map_yyin() 922 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_keys_yyin()
|
H A D | common.h | 84 struct node *node_new(struct node *, char *, char *, char *, const char *,
|