Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c405 FILE *strf = fopen(strings, "r"); in xsdotc() local
408 if (strf == NULL) in xsdotc()
418 c = getc(strf); in xsdotc()
419 if (ferror(strf)) { in xsdotc()
423 if (feof(strf)) { in xsdotc()
434 (void) fclose(strf); in xsdotc()