Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c85 static FILE *fsystems; variable
447 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()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c75 static FILE *fsystems; variable
423 if (fsystems) in sysreset()
424 fclose(fsystems); in sysreset()
425 fsystems = NULL; in sysreset()
474 if (fsystems == NULL) in getsysline()
482 while (getaline(fsystems, buf) != 0) in getsysline()
503 if (fsystems != NULL) { in nextsystems()
504 (void) fclose(fsystems); in nextsystems()
510 if ((fsystems = fopen(Systems[nsystems], "r")) != NULL) in nextsystems()