Home
last modified time | relevance | path

Searched refs:parse_map (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/usr.sbin/autofs/
H A Dcommon.h110 void parse_map(struct node *parent, const char *map, const char *args,
H A Dautomountd.c217 parse_map(parent, map, key, &wildcards); in handle_request()
H A Dcommon.c515 parse_map(child, child->n_map, NULL, NULL); in node_expand_maps()
1013 parse_map(struct node *parent, const char *map, const char *key, in parse_map() function