Home
last modified time | relevance | path

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

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dchroot.c203 return CHROOT_ALREADY_JAILED; in chroot_set_path()
269 return CHROOT_ALREADY_JAILED; in chroot_jail()
H A Dsys_error.c340 error_register(CHROOT_ALREADY_JAILED, "CHROOT_ALREADY_JAILED"); in dnscore_register_errors()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dsys_error.h179 #define CHROOT_ALREADY_JAILED CORE_ERROR_CODE(19) macro