Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c14 static char *TTYFILE = "/etc/ttytab"; variable
40 t->tf = fopen(TTYFILE, "r"); in setttyent()
120 if ((t->tf = fopen(TTYFILE, "r")) == NULL) in getttyent()