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

/netbsd-current/usr.bin/getent/
H A DMakefile5 PROG= getent
6 LINKS= ${BINDIR}/getent ${BINDIR}/getcap
7 MLINKS= getent.1 getcap.1
/netbsd-current/etc/autofs/
H A Dspecial_hosts7 out=$(getent hosts)
/netbsd-current/lib/libtelnet/
H A Dgetent.c1 /* $NetBSD: getent.c,v 1.10 2005/02/06 05:53:07 perry Exp $ */
35 static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
37 __RCSID("$NetBSD: getent.c,v 1.10 2005/02/06 05:53:07 perry Exp $");
46 int getent(char *, char *);
51 getent(char *cp, char *name) function
H A DMakefile13 SRCS= auth.c encrypt.c genget.c getent.c misc.c
/netbsd-current/libexec/getty/
H A Dextern.h41 int getent(char *, char *);
/netbsd-current/etc/rc.d/
H A Dntpd64 getent services ntp/udp ntp/tcp \
/netbsd-current/usr.sbin/rtadvd/
H A Dadvcap.c98 int getent(char *, char *, char *);
118 return (getent(bp, name, cp));
122 getent(char *bp, char *name, char *cp) function
217 if (getent(tcbuf, tcname, remotefile) != 1) {
/netbsd-current/external/bsd/nsd/dist/contrib/
H A Dnsd.spec75 getent group nsd >/dev/null || groupadd -r nsd
76 getent passwd nsd >/dev/null || \
/netbsd-current/lib/libc/gen/
H A Dgetcap.c85 #define MAX_RECURSION 32 /* maximum getent recursion */
100 static int getent(char **, size_t *, const char * const *, int,
225 return getent(buf, &dummy, db_array, -1, name, 0, NULL);
254 getent(char **cap, size_t *len, const char * const *db_array, int fd, function
553 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
889 * Last argument of getent here should be nbuf if we want true
891 * With NULL, getent will return the first entry found
895 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c58 #define MAX_RECURSION 32 /* maximum getent recursion */
72 static int getent (char **, size_t *, char **, int, const char *, int, char *);
198 return (getent(buf, &dummy, db_array, -1, name, 0, NULL));
220 getent(char **cap, size_t *len, char **db_array, int fd, function
503 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.spec65 getent group unbound >/dev/null || groupadd -r unbound
66 getent passwd unbound >/dev/null || \
/netbsd-current/usr.bin/
H A DMakefile14 fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \
/netbsd-current/libexec/telnetd/
H A Dsys_term.c60 int getent(char *, char *);
652 if (getent(defent, gettyname) == 1) {
H A Dtelnetd.c118 int getent(char *, const char *);
898 if (getent(defent, gettyname) == 1) {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dgcc-git-customization.sh49 new_user=$(getent passwd $(whoami) | awk -F: '{ print $5 }')
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dgcc-git-customization.sh49 new_user=$(getent passwd $(whoami) | awk -F: '{ print $5 }')
/netbsd-current/external/bsd/openldap/dist/build/
H A Dshtool598 userid=`(getent passwd ${username}) 2>/dev/null | \
630 groupid=`(getent passwd ${username}) 2>/dev/null | \
661 groupname=`(getent group) 2>/dev/null | \

Completed in 302 milliseconds