Searched defs:innetgr (Results 1 - 3 of 3) sorted by relevance
/osnet-11/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
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent.c | 72 innetgr(INNETGR_ARGS) { function
|
/osnet-11/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 *));
|
Completed in 21 milliseconds