Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtadvd/
H A Dadvcap.c88 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 Dgetcap.c65 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 Dgetcap.c82 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 DMakefile1 PROG= getent
/freebsd/usr.sbin/autofs/autofs/
H A Dspecial_hosts6 out=`getent hosts`
/freebsd/contrib/telnet/libtelnet/
H A Dmisc-proto.h64 int getent(char *, const char *);
H A Dgetent.c46 getent(char *cp __unused, const char *name) in getent() function
/freebsd/lib/libtelnet/
H A DMakefile11 SRCS= genget.c getent.c misc.c
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec65 getent group unbound >/dev/null || groupadd -r unbound
66 getent passwd unbound >/dev/null || \
H A Dunbound.spec_fedora171 getent group unbound >/dev/null || groupadd -r unbound
172 getent passwd unbound >/dev/null || \
/freebsd/crypto/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg40 getent
H A Dlibtest.shlib2384 getent group $group > /dev/null 2>&1
/freebsd/usr.bin/
H A DMakefile52 getent \
/freebsd/tests/sys/cddl/zfs/include/
H A Dcommands.txt83 /usr/bin/getent
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch859 RGID=$( getent group | awk -F: -v group="$GROUP" '
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser.subr692 group_password_enc=$( getent group | awk -F: '
820 group_password_enc=$( getent group | awk -F: '
/freebsd/targets/pseudo/userland/
H A DMakefile.depend210 usr.bin/getent \