Home
last modified time | relevance | path

Searched refs:cfg_obj_file (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/bind9/lib/isccfg/include/isccfg/
Dcfg.h453 cfg_obj_file(const cfg_obj_t *obj);
/freebsd-9-stable/contrib/bind9/lib/bind9/
Dcheck.c237 const char *file = cfg_obj_file(global); in check_forward()
320 file = cfg_obj_file(symvalue.as_cpointer); in nameexist()
2025 file = cfg_obj_file(symvalue.as_cpointer); in fileexist()
2036 file = cfg_obj_file(symvalue.as_cpointer); in fileexist()
2110 file = cfg_obj_file(symvalue.as_cpointer); in check_keylist()
2230 const char *file = cfg_obj_file(v1); in check_servers()
2958 file = cfg_obj_file(symvalue.as_cpointer); in bind9_check_namedconf()
3034 const char *file = cfg_obj_file(acl); in bind9_check_namedconf()
3071 const char *file = cfg_obj_file(acl); in bind9_check_namedconf()
/freebsd-9-stable/contrib/bind9/lib/isccfg/
Dparser.c2472 cfg_obj_file(const cfg_obj_t *obj) { in cfg_obj_file() function
/freebsd-9-stable/contrib/bind9/
DCHANGES9064 1202. [func] New functions: cfg_obj_line() and cfg_obj_file().