Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Droot.h64 void root_allow_add (const char *, const char *configPath);
67 struct config *get_root_allow_config (const char *arg, const char *configPath);
Droot.c280 root_allow_add (const char *arg, const char *configPath) in root_allow_add() argument
287 n->data = parse_config (arg, configPath); in root_allow_add()
330 get_root_allow_config (const char *arg, const char *configPath) in get_root_allow_config() argument
342 return parse_config (arg, configPath); in get_root_allow_config()
DChangeLog338 (parse_config): Accept configPath arg, update expand_path calls, and
341 * root.c (root_allow_add, get_root_allow_config): Accept new configPath