/freebsd/usr.sbin/rtadvd/ |
H A D | advcap.c | 88 int getent(char *, char *, const char *); 105 return (getent(bp, name, conffile)); in tgetent() 109 getent(char *bp, char *name, const char *cfile) in getent() function 207 if (getent(tcbuf, tcname, conffile) != 1) { in tnchktc()
|
/freebsd/lib/libc/gen/ |
H A D | getcap.c | 65 static int getent(char **, u_int *, char **, int, const char *, int, char *); 161 return (getent(buf, &dummy, db_array, -1, name, 0, NULL)); in cgetent() 183 getent(char **cap, u_int *len, char **db_array, int fd, const char *name, in getent() function 424 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent() 761 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL); in cgetnext()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcap.c | 82 static int getent (char **, size_t *, char **, int, const char *, int, char *); 212 return (getent(buf, &dummy, db_array, -1, name, 0, NULL)); in cgetent() 234 getent(char **cap, size_t *len, char **db_array, int fd, in getent() function 511 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent() 831 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL);
|
/freebsd/usr.bin/getent/ |
H A D | Makefile | 1 PROG= getent
|
/freebsd/usr.sbin/autofs/autofs/ |
H A D | special_hosts | 6 out=`getent hosts`
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | misc-proto.h | 64 int getent(char *, const char *);
|
H A D | getent.c | 46 getent(char *cp __unused, const char *name) in getent() function
|
/freebsd/lib/libtelnet/ |
H A D | Makefile | 11 SRCS= genget.c getent.c misc.c
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec | 65 getent group unbound >/dev/null || groupadd -r unbound 66 getent passwd unbound >/dev/null || \
|
H A D | unbound.spec_fedora | 171 getent group unbound >/dev/null || groupadd -r unbound 172 getent passwd unbound >/dev/null || \
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | ssh-user-config | 78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | commands.cfg | 40 getent
|
H A D | libtest.shlib | 2384 getent group $group > /dev/null 2>&1
|
/freebsd/usr.bin/ |
H A D | Makefile | 52 getent \
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | commands.txt | 83 /usr/bin/getent
|
/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch | 859 RGID=$( getent group | awk -F: -v group="$GROUP" '
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user.subr | 692 group_password_enc=$( getent group | awk -F: ' 820 group_password_enc=$( getent group | awk -F: '
|
/freebsd/targets/pseudo/userland/ |
H A D | Makefile.depend | 210 usr.bin/getent \
|