Searched refs:_PATH_TTYS (Results 1 – 3 of 3) sorted by relevance
/freebsd/include/ |
H A D | ttyent.h | 35 #define _PATH_TTYS "/etc/ttys" macro
|
/freebsd/lib/libc/gen/ |
H A D | getttyent.c | 269 } else if ( (tf = fopen(_PATH_TTYS, "re")) ) in setttyent()
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 2656 dnl defines the _PATH_TTYS symbol. If the corresponding file exists, but the 2659 AC_CACHE_CHECK(if _PATH_TTYS is defined in ttyent.h,cf_cv_PATH_TTYS,[ 2663 FILE *fp = fopen(_PATH_TTYS, "r"); (void)fp], 2674 …AC_DEFINE(_PATH_TTYS,$cf_ttys,[define to pathname of file containing mapping from tty name to term… 2682 AC_CACHE_CHECK(if _PATH_TTYS file exists,cf_cv_have_PATH_TTYS,[ 2689 FILE *fp = fopen(_PATH_TTYS, "r");
|