Home
last modified time | relevance | path

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

/openbsd/include/
H A Dpaths.h77 #define _PATH_VAREMPTY "/var/empty/" macro
/openbsd/usr.sbin/lpd/
H A Dcontrol.c75 if (chroot(_PATH_VAREMPTY) == -1) in control()
H A Dfrontend.c86 if (chroot(_PATH_VAREMPTY) == -1) in frontend()