Searched refs:fdevices (Results 1 – 2 of 2) sorted by relevance
86 static FILE *fdevices; variable460 if (fdevices) in devreset()461 (void) fclose(fdevices); in devreset()462 fdevices = NULL; in devreset()538 if (fdevices == NULL) in getdevline()542 if (fgets(buf, len, fdevices) != NULL) in getdevline()555 if (fdevices != NULL) { in nextdevices()556 (void) fclose(fdevices); in nextdevices()562 if ((fdevices = fopen(Devices[ndevices], "rF")) != NULL) in nextdevices()
76 static FILE *fdevices; variable437 if (fdevices) in devreset()438 fclose(fdevices); in devreset()439 fdevices = NULL; in devreset()530 if (fdevices == NULL)536 if (fgets(buf, len, fdevices) != NULL) {553 if (fdevices != NULL) { in nextdevices()554 (void) fclose(fdevices); in nextdevices()560 if ((fdevices = fopen(Devices[ndevices], "r")) != NULL) in nextdevices()