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

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Diruserok.c89 __ivaliduser(FILE *hostf, unsigned raddr, const char *luser, argument
114 while (fgets(buf, sizeof(buf), hostf)) {
118 while ((ch = getc(hostf)) != '\n' && ch != EOF);
223 FILE *hostf; local
229 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r");
231 if (hostf) {
232 if (__ivaliduser(hostf, raddr, luser, ruser) == 0) {
233 fclose(hostf);
236 fclose(hostf);
252 hostf
[all...]
/macosx-10.10/Libinfo-459/util.subproj/
H A Drcmd.c426 FILE *hostf; local
441 hostf = superuser ? NULL : fopen(_PATH_HEQUIV, "r");
443 if (hostf) {
444 if (__ivaliduser_sa(hostf, raddr, rlen, luser, ruser) == 0) {
445 (void)fclose(hostf);
448 (void)fclose(hostf);
470 hostf = fopen(pbuf, "r");
473 if (hostf == NULL)
484 else if (fstat(fileno(hostf), &sbuf) < 0)
493 (void)fclose(hostf);
[all...]
/macosx-10.10/ksh-23/ksh/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,
/macosx-10.10/libpcap-48/libpcap/Win32/Include/
H A Dinetprivate.h48 extern int _validuser(FILE *hostf, const char *rhost,

Completed in 91 milliseconds