Home
last modified time | relevance | path

Searched refs:innetgr (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dauth-rhosts.c149 if (!innetgr(host + 1, hostname, NULL, NULL) && in check_rhosts_file()
150 !innetgr(host + 1, ipaddr, NULL, NULL)) in check_rhosts_file()
157 if (!innetgr(user + 1, NULL, client_user, NULL)) in check_rhosts_file()
Ddefines.h667 int innetgr (const char *, const char *, const char *, const char *);
Dconfig.h.in530 /* Define to 1 if you have the `innetgr' function. */
Dconfigure.ac1459 innetgr \
Dconfigure9017 innetgr \
/external/openssh/openbsd-compat/
Dbsd-nextstep.h48 int innetgr(const char *, const char *, const char *, const char *);
Dbsd-misc.h39 int innetgr(const char *, const char *, const char *, const char *);
Dbsd-misc.c72 int innetgr(const char *netgroup, const char *host, in innetgr() function