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

/osnet-11/usr/src/lib/libcurses/screen/
H A Dprint.c140 FILE *work_fp; /* Used to try and open the files */ local
172 if ((work_fp = fopen(buffer, "rF")) == NULL) {
191 if ((work_fp = fopen(buffer, "rF")) == NULL) {
206 (void) fclose(work_fp);

Completed in 21 milliseconds