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