Searched defs:getent (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/nis/common/ |
H A D | getspent.c | 140 * getent request from nscd 166 getent(be, a) function 199 * getent request from nscd 229 getent,
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | getprinter.c | 168 getent(be, a) function 192 getent,
|
/illumos-gate/usr/src/lib/nsswitch/user/common/ |
H A D | getprinter.c | 176 getent(be, a) function 239 getent,
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | remcap.c | 72 int getent(char *, char *, char *, int); 101 return (getent(bp, name, cp, len)); 103 if ((rc1 = getent(bp, name, cp, len)) != 1) 106 rc2 = getent(lbuf, name, cp, sizeof (lbuf)); 126 getent(char *bp, char *name, char *cp, int len) function 246 if (getent(tcbuf, tcname, remotefile, sizeof (tcbuf)) != 1) { 249 else if (getent(tcbuf, tcname, SYSREMOTE, sizeof (tcbuf)) != 1)
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_switch.h | 109 int getent; /* used by getent */ member in struct:nscd_nsw_state 212 * nscd cookies used for setent/getent/endent
|
H A D | nscd_frontend.c | 515 * Validate the header of a getXbyY or setent/getent/endent request. 767 getent(char *argp, size_t arg_size) function 975 getent(argp, arg_size);
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 43 static entry_t *getent(char *provname, entrylist_t *entrylist); 131 * Called by getent(). 372 getent(char *provname, entrylist_t *entrylist) function 895 pent = getent(provname, phardlist); 897 pent = getent(provname, psoftlist);
|
Completed in 67 milliseconds