Home
last modified time | relevance | path

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

/netbsd-src/include/
H A Dpaths.h74 #define _PATH_GETTYTAB "/etc/gettytab" macro
/netbsd-src/tests/include/
H A Dt_paths.c73 { _PATH_GETTYTAB, PATH_FILE },
/netbsd-src/libexec/getty/
H A Dsubr.c74 dba[0] = _PATH_GETTYTAB; in gettable()
/netbsd-src/usr.bin/getent/
H A Dgetent.c665 return handlecap(_PATH_GETTYTAB, argc, argv); in gettytab()