Searched refs:strf (Results 1 – 2 of 2) sorted by relevance
407 FILE *strf = fopen(strings, "r"); in xsdotc() local410 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()
402 register FILE *strf = fopen(strings, "r"); in xsdotc() local405 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()