Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Droot.h64 void root_allow_add (const char *, const char *configPath);
67 struct config *get_root_allow_config (const char *arg, const char *configPath);
H A Droot.c278 root_allow_add (const char *arg, const char *configPath) in root_allow_add() argument
285 n->data = parse_config (arg, configPath); in root_allow_add()
328 get_root_allow_config (const char *arg, const char *configPath) in get_root_allow_config() argument
340 return parse_config (arg, configPath); in get_root_allow_config()