Searched refs:hostf (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/inet/ |
D | rcmd.c | 525 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/ |
D | compat-gethnamaddr.c | 85 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/ |
D | tst-regex.input | 4765 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 4765 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
|