Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c1441 FILE *termfile; in use_file() local
1447 if ((termfile = fopen(filename, "r")) == NULL) { in use_file()
1456 while (fgets(buffer, BUFSIZ, termfile) != NULL) { in use_file()