Home
last modified time | relevance | path

Searched refs:getent (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/cmd/tip/
H A Dremcap.c72 int getent(char *, char *, char *, int);
101 return (getent(bp, name, cp, len)); in tgetent()
103 if ((rc1 = getent(bp, name, cp, len)) != 1) in tgetent()
106 rc2 = getent(lbuf, name, cp, sizeof (lbuf)); in tgetent()
126 getent(char *bp, char *name, char *cp, int len) in getent() function
246 if (getent(tcbuf, tcname, remotefile, sizeof (tcbuf)) != 1) { in tnchktc()
249 else if (getent(tcbuf, tcname, SYSREMOTE, sizeof (tcbuf)) != 1) in tnchktc()
/titanic_41/usr/src/cmd/getent/
H A DMakefile28 PROG= getent
47 getent.o
/titanic_41/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh47 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}'`
H A Dcheck-permissions.sh113 for i in `getent passwd $arg | nawk -F: '{print $6}'`
/titanic_41/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}')}
/titanic_41/usr/src/lib/nsswitch/files/common/
H A Dgetprinter.c168 getent(be, a) in getent() function
192 getent,
/titanic_41/usr/src/lib/nsswitch/nis/common/
H A Dgetspent.c166 getent(be, a) in getent() function
229 getent,
/titanic_41/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c176 getent(be, a) in getent() function
239 getent,
/titanic_41/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 g…
/titanic_41/usr/src/cmd/acct/
H A Dlastlogin.sh46 getent passwd | sed "s/\([^:]*\).*/00-00-00 \1/" |\
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c43 static entry_t *getent(char *provname, entrylist_t *entrylist);
372 getent(char *provname, entrylist_t *entrylist) in getent() function
895 pent = getent(provname, phardlist); in getent_kef()
897 pent = getent(provname, psoftlist); in getent_kef()
/titanic_41/usr/src/cmd/
H A DMakefile179 getent \
586 getent \
/titanic_41/usr/src/cmd/nscd/
H A Dnscd_switch.h109 int getent; /* used by getent */ member
H A Dnscd_getentctx.c379 gnctx->nsw_state->getent = 1; in _nscd_create_getent_ctx()
518 gnctx->nsw_state->getent = 0; in _nscd_put_getent_ctx()
H A Dnscd_frontend.c767 getent(char *argp, size_t arg_size) in getent() function
975 getent(argp, arg_size); in switcher()
H A Dnscd_nswstate.c80 if (s->getent == 1) in _nscd_free_nsw_state()
/titanic_41/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))
/titanic_41/usr/src/lib/libshell/common/scripts/
H A Drssread.sh232 *) _.port="$(getent services "${_.protocol}" | sed 's/[^0-9]*//;s/\/.*//')" ;;
/titanic_41/usr/src/test/zfs-tests/include/
H A Dcommands.cfg62 export GETENT="/usr/bin/getent"
/titanic_41/usr/src/man/man1m/
H A DMakefile162 getent.1m \
/titanic_41/usr/src/tools/depcheck/
H A Dexamples.txt188 Analyzing /usr/bin/getent:
/titanic_41/usr/src/pkg/manifests/
H A DSUNWcs.man1m.inc107 file path=usr/share/man/man1m/getent.1m
H A DSUNWcs.mf758 file path=usr/bin/getent mode=0555
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t746 open($fh1, "/usr/bin/getent project |") || fatal($!);
/titanic_41/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1707 LDAP_SERVER_LIST=`getent hosts ${IDS_SERVER} | awk '{print $1}'`

12