Searched refs:node_new (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/usr.sbin/autofs/ |
H A D | common.c | 164 node_new(struct node *parent, char *key, char *options, char *location, in node_new() function 234 n = node_new(parent, o->n_key, o->n_options, o->n_location, in node_duplicate() 765 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_yyin() 807 node = node_new(parent, key, options, NULL, map, lineno); in parse_map_yyin() 865 node_new(node, mountpoint, options2, location, in parse_map_yyin() 917 node_new(parent, key, NULL, NULL, map, lineno); in parse_map_keys_yyin()
|
H A D | common.h | 95 struct node *node_new(struct node *parent, char *key, char *options,
|