Searched defs:innetgr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetnetgrent.c39 * innetgr() is implemented on top of something called __multi_innetgr(),
40 * which replaces each (char *) argument of innetgr() with a counted vector
42 * innetgr() operations on each possible 4-tuple picked from the arguments,
69 * innetgr() more-or-less fits the getXXXbyYYY mould, but for the others:
87 * In the SunOS 4.x (YP) version of this code, innetgr() did not
125 innetgr(group, host, user, domain) function
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent.c72 innetgr(INNETGR_ARGS) { function
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_netdb.h170 /* innetgr is in libsocket.so.1 */
171 #define innetgr res_innetgr macro
172 int innetgr __P((const char *, const char *, const char *, const char *));
/illumos-gate/usr/src/man/man3c/
H A DMakefile878 innetgr.3c \
1780 innetgr.3c := LINKSRC = getnetgrent.3c

Completed in 64 milliseconds