Lines Matching defs:ftemp
542 static FILE *ftemp = NULL;554 if (ftemp) {555 (void)fclose(ftemp);556 ftemp = NULL;568 if (ftemp == NULL) {597 ftemp = fopen(temp, "r");599 if (ftemp == NULL) {608 if (fgets(buf, sizeof(buf), ftemp) == NULL) {609 (void)fclose(ftemp);610 ftemp = NULL;