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

/freebsd-11-stable/usr.bin/getent/
H A DMakefile3 PROG= getent
/freebsd-11-stable/etc/autofs/
H A Dspecial_hosts7 out=`getent hosts`
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dmisc-proto.h64 int getent(char *, const char *);
H A Dgetent.c32 __FBSDID("$FreeBSD: stable/11/contrib/telnet/libtelnet/getent.c 351432 2019-08-23 17:40:47Z emaste $");
36 static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
50 getent(char *cp __unused, const char *name) function
/freebsd-11-stable/lib/libtelnet/
H A DMakefile14 SRCS= genget.c getent.c misc.c
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dadvcap.c87 int getent(char *, char *, const char *);
104 return (getent(bp, name, conffile));
108 getent(char *bp, char *name, const char *cfile) function
206 if (getent(tcbuf, tcname, conffile) != 1) {
/freebsd-11-stable/usr.bin/telnet/
H A DMakefile29 SRCS+= genget.c getent.c misc.c
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound.spec65 getent group unbound >/dev/null || groupadd -r unbound
66 getent passwd unbound >/dev/null || \
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-user-config78 pwdhome=$(getent passwd $UID | awk -F: '{ print $6; }')
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c59 #define MAX_RECURSION 32 /* maximum getent recursion */
82 static int getent (char **, size_t *, char **, int, const char *, int, char *);
212 return (getent(buf, &dummy, db_array, -1, name, 0, NULL));
234 getent(char **cap, size_t *len, char **db_array, int fd, function
511 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
825 * Last argument of getent here should be nbuf if we want true
827 * With NULL, getent will return the first entry found
831 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL);
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c57 #define MAX_RECURSION 32 /* maximum getent recursion */
69 static int getent(char **, u_int *, char **, int, const char *, int, char *);
165 return (getent(buf, &dummy, db_array, -1, name, 0, NULL));
187 getent(char **cap, u_int *len, char **db_array, int fd, const char *name, function
428 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
759 * Last argument of getent here should be nbuf if we want true
761 * With NULL, getent will return the first entry found
765 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL);
/freebsd-11-stable/usr.bin/
H A DMakefile57 getent \
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch860 RGID=$( getent group | awk -F: -v group="$GROUP" '
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c901 if (getent(defent, "default") == 1) {
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend236 usr.bin/getent \

Completed in 278 milliseconds