Searched defs:nsystems (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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;
506 nsystems++;
508 nsystems = 0;
510 for ( ; Systems[nsystems] != NULL; nsystems++)
511 if ((fsystems = fopen(Systems[nsystems], "r")) != NULL)
718 return(Systems[nsystems]);
[all...]
/illumos-gate/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));
139 return (eaccess(Systems[nsystems], R_OK));
166 nsystems = 0;
450 nsystems = 0;
517 nsystems++;
519 nsystems = 0;
521 for (; Systems[nsystems] != NULL; nsystems++)
522 if ((fsystems = fopen(Systems[nsystems], "r
[all...]

Completed in 435 milliseconds