Searched refs:_PATH_CONSTTY (Results 1 – 3 of 3) sorted by relevance
63 #define _PATH_CONSTTY "/dev/constty" macro
63 { _PATH_CONSTTY, PATH_DEV | PATH_ROOT },
684 if (access(_PATH_CONSTTY, F_OK) == 0) in single_user()685 setctty(_PATH_CONSTTY); in single_user()