/titanic_44/usr/src/cmd/tip/ |
H A D | remcap.c | 72 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_44/usr/src/cmd/getent/ |
H A D | Makefile | 28 PROG= getent 47 getent.o
|
/titanic_44/usr/src/cmd/sendmail/cf/sh/ |
H A D | check-hostname.sh | 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}'`
|
H A D | check-permissions.sh | 113 for i in `getent passwd $arg | nawk -F: '{print $6}'`
|
/titanic_44/usr/src/tools/scripts/ |
H A D | hgsetup.sh | 126 possible_fqhns=$(getent hosts $my_hostname | cut -f 2-) 133 name=${name:=$(getent passwd $login | awk -F: '{print $5}')}
|
/titanic_44/usr/src/lib/nsswitch/files/common/ |
H A D | getprinter.c | 168 getent(be, a) in getent() function 192 getent,
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | yp.sh | 69 servers=`getent ipnodes $ypsvr | \ 71 servers_6=`getent ipnodes $ypsvr | \
|
/titanic_44/usr/src/lib/nsswitch/nis/common/ |
H A D | getspent.c | 166 getent(be, a) in getent() function 229 getent,
|
/titanic_44/usr/src/lib/nsswitch/user/common/ |
H A D | getprinter.c | 176 getent(be, a) in getent() function 239 getent,
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh | 80 getent passwd root >/dev/null || err_exit "getent passwd root failed" # safeguard to make sure we g…
|
/titanic_44/usr/src/cmd/acct/ |
H A D | lastlogin.sh | 46 getent passwd | sed "s/\([^:]*\).*/00-00-00 \1/" |\
|
/titanic_44/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef_util.c | 43 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_44/usr/src/cmd/ |
H A D | Makefile | 182 getent \ 588 getent \
|
/titanic_44/usr/src/cmd/nscd/ |
H A D | nscd_switch.h | 109 int getent; /* used by getent */ member
|
H A D | nscd_getentctx.c | 379 gnctx->nsw_state->getent = 1; in _nscd_create_getent_ctx() 518 gnctx->nsw_state->getent = 0; in _nscd_put_getent_ctx()
|
H A D | nscd_frontend.c | 767 getent(char *argp, size_t arg_size) in getent() function 975 getent(argp, arg_size); in switcher()
|
H A D | nscd_nswstate.c | 80 if (s->getent == 1) in _nscd_free_nsw_state()
|
/titanic_44/usr/src/cmd/tsol/misc/ |
H A D | txzonemgr.sh | 475 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_44/usr/src/lib/libshell/common/scripts/ |
H A D | rssread.sh | 232 *) _.port="$(getent services "${_.protocol}" | sed 's/[^0-9]*//;s/\/.*//')" ;;
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | commands.cfg | 62 export GETENT="/usr/bin/getent"
|
/titanic_44/usr/src/man/man1m/ |
H A D | Makefile | 163 getent.1m \
|
/titanic_44/usr/src/tools/depcheck/ |
H A D | examples.txt | 188 Analyzing /usr/bin/getent:
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1m.inc | 107 file path=usr/share/man/man1m/getent.1m
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 746 open($fh1, "/usr/bin/getent project |") || fatal($!);
|
/titanic_44/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 1707 LDAP_SERVER_LIST=`getent hosts ${IDS_SERVER} | awk '{print $1}'`
|