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

/macosx-10.9.5/Heimdal-323.92.1/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.9.5/OpenSSH-186/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.9.5/OpenSSH-186/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.9.5/sudo-72/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.9.5/Libinfo-449.1.3/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.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin_access.c184 return (innetgr(group, machine, user, mydomain));
/macosx-10.9.5/Libinfo-449.1.3/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.9.5/Libinfo-449.1.3/xcodescripts/
H A Dinstall_files.sh192 endnetgrent.3 innetgr.3 setnetgrent.3
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dtimed.c803 if (!innetgr(goodgroup, &hostname[0], 0,0)) {

Completed in 195 milliseconds