Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/dial/
H A Dsysfiles.c75 static int nsystems; /* index into list of Systems files */ variable
133 return (access(Systems[nsystems], R_OK)); in sysaccess()
139 return (eaccess(Systems[nsystems], R_OK)); in sysaccess()
166 nsystems = 0; in scansys()
450 nsystems = 0; in sysreset()
517 nsystems++; in nextsystems()
519 nsystems = 0; in nextsystems()
521 for (; Systems[nsystems] != NULL; nsystems++) in nextsystems()
522 if ((fsystems = fopen(Systems[nsystems], "rF")) != NULL) in nextsystems()
702 return (Systems[nsystems]); in currsys()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.c63 static int nsystems; /* index into list of Systems files */ variable
131 return(access(Systems[nsystems], R_OK));
137 return(eaccess(Systems[nsystems], R_OK));
426 nsystems = 0; in sysreset()
506 nsystems++; in nextsystems()
508 nsystems = 0; in nextsystems()
510 for ( ; Systems[nsystems] != NULL; nsystems++) in nextsystems()
511 if ((fsystems = fopen(Systems[nsystems], "r")) != NULL) in nextsystems()
718 return(Systems[nsystems]); in currsys()