Searched refs:_PATH_TTYS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/include/ | ||
| H A D | ttyent.h | 38 #define _PATH_TTYS "/etc/ttys" macro |
| /freebsd-12.1/lib/libc/gen/ | ||
| H A D | getttyent.c | 273 } else if ( (tf = fopen(_PATH_TTYS, "re")) ) in setttyent() |