Home
last modified time | relevance | path

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

/netbsd/src/include/
Dpaths.h63 #define _PATH_CONSTTY "/dev/constty" macro
/netbsd/src/tests/include/
Dt_paths.c63 { _PATH_CONSTTY, PATH_DEV | PATH_ROOT },
/netbsd/src/sbin/init/
Dinit.c684 if (access(_PATH_CONSTTY, F_OK) == 0) in single_user()
685 setctty(_PATH_CONSTTY); in single_user()