Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/xstr/
H A Dxstr.c407 FILE *strf = fopen(strings, "r"); in xsdotc() local
410 if (strf == NULL) in xsdotc()
420 c = getc(strf); in xsdotc()
421 if (ferror(strf)) { in xsdotc()
425 if (feof(strf)) { in xsdotc()
436 (void) fclose(strf); in xsdotc()
/titanic_41/usr/src/cmd/vi/misc/
H A Dxstr.c402 register FILE *strf = fopen(strings, "r"); in xsdotc() local
405 if (strf == NULL) in xsdotc()
415 c = getc(strf); in xsdotc()
416 if (ferror(strf)) { in xsdotc()
420 if (feof(strf)) { in xsdotc()
431 ignore(fclose(strf)); in xsdotc()