Searched defs:innetgr (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getnetgrent.c | 39 * 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 D | getnetgrent.c | 72 innetgr(INNETGR_ARGS) { function
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_netdb.h | 170 /* 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 D | Makefile | 878 innetgr.3c \ 1780 innetgr.3c := LINKSRC = getnetgrent.3c
|
Completed in 64 milliseconds