Searched refs:getent (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/getent/
H A DMakefile28 PROG= getent
47 getent.o
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c72 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/lib/libshell/common/tests/
H A Dsun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh80 getent passwd root >/dev/null || err_exit "getent passwd root failed" # safeguard to make sure we get a warning if user root is missing
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh113 for i in `getent passwd $arg | nawk -F: '{print $6}'`
H A Dcheck-hostname.sh44 # Check the `getent hosts $1` output, skipping the 1st entry (IP address).
47 for host in `getent hosts $1 | awk '{for (f=2; f <= NF; f++) print $f}'`
93 myipaddr=`getent hosts $myhost | head -1 | awk '{print $1}'`
136 # 1. gethostbyname (simulate with getent hosts)
/illumos-gate/usr/src/cmd/acct/
H A Dlastlogin.sh46 getent passwd | sed "s/\([^:]*\).*/00-00-00 \1/" |\
/illumos-gate/usr/src/tools/scripts/
H A Dhgsetup.sh126 possible_fqhns=$(getent hosts $my_hostname | cut -f 2-)
133 name=${name:=$(getent passwd $login | awk -F: '{print $5}')}
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprinter.c168 getent(be, a) function
192 getent,
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetspent.c140 * getent request from nscd
166 getent(be, a) function
199 * getent request from nscd
229 getent,
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c176 getent(be, a) function
239 getent,
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp.sh69 servers=`getent ipnodes $ypsvr | \
71 servers_6=`getent ipnodes $ypsvr | \
/illumos-gate/usr/src/cmd/
H A DMakefile180 getent \
588 getent \
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h109 int getent; /* used by getent */ member in struct:nscd_nsw_state
212 * nscd cookies used for setent/getent/endent
H A Dnscd_getentctx.c47 * internal structure representing a nscd getent context
69 * Create the internal getent context database to keep track of the
70 * getent contexts currently being used.
98 * Add a getent context to the internal context database.
137 * Check to see if a getent context can be found in the internal
138 * getent context database.
161 (me, "getent context %p, cookie# %lld, to_delete %d\n",
208 * Check to see if the getent session associated with a getent context had
209 * been aborted. If so, return the getent contex
[all...]
H A Dnscd_frontend.c515 * 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);
H A Dnscd_nswstate.c80 if (s->getent == 1)
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c43 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);
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh232 *) _.port="$(getent services "${_.protocol}" | sed 's/[^0-9]*//;s/\/.*//')" ;;
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh475 ipaddr=$(getent hosts $hostname|cut -f1)
506 ipaddr=$(getent hosts $hostname|cut -f1)
807 ipaddr=$(getent hosts $hostname|cut -f1)
1265 set -A ip $(getent hosts $(cat /etc/nodename))
/illumos-gate/usr/src/man/man1m/
H A DMakefile156 getent.1m \
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1707 LDAP_SERVER_LIST=`getent hosts ${IDS_SERVER} | awk '{print $1}'`

Completed in 99 milliseconds