Searched refs:innetgr (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dinnetgr.c39 innetgr(const char *netgroup, const char *machine, function
H A Diruserok.c152 hostok = innetgr((char *)&buf[2],
159 if (innetgr((char *)&buf[2],
178 userok = innetgr(user+2, NULL, (char *)ruser,
188 if (innetgr(user+2, NULL,
H A Droken.h.in674 #define innetgr rk_innetgr
676 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL innetgr(const char*, const char*,
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-nextstep.h48 int innetgr(const char *, const char *, const char *, const char *);
H A Dbsd-misc.h39 int innetgr(const char *, const char *, const char *, const char *);
H A Dbsd-misc.c72 int innetgr(const char *netgroup, const char *host, function
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dauth-rhosts.c149 if (!innetgr(host + 1, hostname, NULL, NULL) &&
150 !innetgr(host + 1, ipaddr, NULL, NULL))
157 if (!innetgr(user + 1, NULL, client_user, NULL))
H A Ddefines.h663 int innetgr (const char *, const char *, const char *, const char *);
H A Dconfigure9536 innetgr \
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h187 * NCR's SVr4 has _innetgr(3) instead of innetgr(3) for some reason.
190 # define innetgr(n, h, u, d) (_innetgr(n, h, u, d)) macro
329 * HP-UX does not declare innetgr() or getdomainname().
333 int innetgr __P((const char *, const char *, const char *, const char *));
H A Dmatch.c926 if (innetgr(netgr, lhost, user, domain))
928 else if (lhost != shost && innetgr(netgr, shost, user, domain))
/macosx-10.10.1/Libinfo-459/util.subproj/
H A Drcmd.c99 extern int innetgr __P(( const char *, const char *, const char *, const char * ));
690 hostok = innetgr((char *)&buf[2],
698 if (innetgr((char *)&buf[2],
718 userok = innetgr(user+2, NULL, ruser, ypdomain);
727 if (innetgr(user+2, NULL,
/macosx-10.10.1/Heimdal-398.1.2/appl/login/
H A Dlogin_access.c184 return (innetgr(group, machine, user, mydomain));
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dnetdb.h306 int innetgr(const char *, const char *, const char *, const char *);
H A Dsearch_module.c425 int i, cat, innetgr; local
439 innetgr = si_in_netgroup(src, group, host, user, domain);
440 if (innetgr != 0) return 1;
H A Dlibinfo.c528 innetgr(const char *group, const char *host, const char *user, const char *domain) function
544 /* N.B. there is no async innetgr */
/macosx-10.10.1/Libinfo-459/xcodescripts/
H A Dinstall_files.sh181 endnetgrent.3 innetgr.3 setnetgrent.3
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dtimed.c804 if (!innetgr(goodgroup, &hostname[0], 0,0)) {

Completed in 280 milliseconds