Searched refs:_PATH_TTYS (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dttys.c51 char templ[sizeof(_PATH_TTYS) + sizeof(_X_EXTENSION) - 1];
57 if (!file_readable(_PATH_TTYS)) {
58 msgConfirm("%s not exist or not readable", _PATH_TTYS);
61 if ((fp = fopen(_PATH_TTYS, "r")) == NULL) {
62 msgConfirm("Can't open %s for read: %s", _PATH_TTYS,
66 strcpy(templ, _PATH_TTYS _X_EXTENSION);
136 msgConfirm("%s: read error: %s", _PATH_TTYS, strerror(errno));
156 if (rename(templ, _PATH_TTYS)) {
157 msgConfirm("Can't rename %s to %s: %s", templ, _PATH_TTYS,
/freebsd-9.3-release/include/
H A Dttyent.h36 #define _PATH_TTYS "/etc/ttys" macro
/freebsd-9.3-release/lib/libc/gen/
H A Dgetttyent.c249 } else if ( (tf = fopen(_PATH_TTYS, "r")) )

Completed in 39 milliseconds