Searched refs:hostf (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drcmd.c321 FILE *hostf; local
342 hostf = superuser ? (FILE *)0 : fopen(_PATH_HEQUIV, "r");
344 if (hostf) {
345 if (!_validuser(hostf, fhost, luser, ruser, baselen)) {
346 (void) fclose(hostf);
350 (void) fclose(hostf);
363 if ((hostf = fopen(pbuf, "r")) == NULL) {
367 (void)fstat(fileno(hostf), &sbuf);
369 fclose(hostf);
380 _validuser(FILE *hostf, cons argument
[all...]
H A Drlib.h56 extern int _validuser(FILE *hostf, const char *rhost,

Completed in 25 milliseconds