Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/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()
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()