Home
last modified time | relevance | path

Searched refs:hostf (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/inet/
Drcmd.c525 FILE *hostf = NULL; in ruserok2_sa() local
529 hostf = iruserfopen (_PATH_HEQUIV, 0); in ruserok2_sa()
531 if (hostf) in ruserok2_sa()
533 isbad = __validuser2_sa (hostf, ra, ralen, luser, ruser, rhost); in ruserok2_sa()
534 fclose (hostf); in ruserok2_sa()
563 hostf = iruserfopen (pbuf, pwd->pw_uid); in ruserok2_sa()
565 if (hostf != NULL) in ruserok2_sa()
567 isbad = __validuser2_sa (hostf, ra, ralen, luser, ruser, rhost); in ruserok2_sa()
568 fclose (hostf); in ruserok2_sa()
636 __ivaliduser (FILE *hostf, uint32_t raddr, const char *luser, in __ivaliduser() argument
[all …]
/glibc-2.36/resolv/
Dcompat-gethnamaddr.c85 static FILE *hostf = NULL; variable
696 if (!hostf) in _sethtent()
697 hostf = fopen(_PATH_HOSTS, "rce" ); in _sethtent()
699 rewind(hostf); in _sethtent()
708 if (hostf && !stayopen) { in _endhtent()
709 (void) fclose(hostf); in _endhtent()
710 hostf = NULL; in _endhtent()
721 if (!hostf && !(hostf = fopen(_PATH_HOSTS, "rce" ))) { in _gethtent()
726 if (!(p = fgets(hostbuf, sizeof hostbuf, hostf))) { in _gethtent()
/glibc-2.36/posix/
Dtst-regex.input4765 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
/glibc-2.36/ChangeLog.old/
DChangeLog.84765 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.