Searched refs:fsystems (Results 1 – 2 of 2) sorted by relevance
85 static FILE *fsystems; variable447 if (fsystems) in sysreset()448 (void) fclose(fsystems); in sysreset()449 fsystems = NULL; in sysreset()493 if (fsystems == NULL) in getsysline()498 while (fgets(buf, len, fsystems) != NULL) in getsysline()515 if (fsystems != NULL) { in nextsystems()516 (void) fclose(fsystems); in nextsystems()522 if ((fsystems = fopen(Systems[nsystems], "rF")) != NULL) in nextsystems()
75 static FILE *fsystems; variable423 if (fsystems) in sysreset()424 fclose(fsystems); in sysreset()425 fsystems = NULL; in sysreset()475 if (fsystems == NULL)483 while (getaline(fsystems, buf) != NULL)504 if (fsystems != NULL) { in nextsystems()505 (void) fclose(fsystems); in nextsystems()511 if ((fsystems = fopen(Systems[nsystems], "r")) != NULL) in nextsystems()