HomeSort by: relevance | last modified time | path
    Searched refs:getent (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/getent/
Makefile 5 PROG= getent
6 LINKS= ${BINDIR}/getent ${BINDIR}/getcap
7 MLINKS= getent.1 getcap.1
  /src/etc/autofs/
special_hosts 7 out=$(getent hosts)
  /src/lib/libtelnet/
getent.c 1 /* $NetBSD: getent.c,v 1.11 2012/03/21 05:33:27 matt Exp $ */
35 static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
37 __RCSID("$NetBSD: getent.c,v 1.11 2012/03/21 05:33:27 matt Exp $");
46 int getent(char *, char *);
51 getent(char *cp, char *name) function
Makefile 13 SRCS= auth.c encrypt.c genget.c getent.c misc.c
  /src/libexec/getty/
extern.h 41 int getent(char *, char *);
  /src/etc/rc.d/
ntpd 64 getent services ntp/udp ntp/tcp \
  /src/usr.sbin/rtadvd/
advcap.c 98 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) {
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 75 getent group nsd >/dev/null || groupadd -r nsd
76 getent passwd nsd >/dev/null || \
  /src/external/gpl3/gcc/dist/contrib/
gcc-git-customization.sh 54 if type getent >/dev/null 2>&1; then
55 new_user=$(getent passwd $(whoami) | awk -F: '{ print $5 }')
  /src/lib/libc/gen/
getcap.c 85 #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);
235 * Getent implements the functions of cgetent. If fd is non-negative,
240 * Getent returns the same success/failure codes as cgetent. On success, a
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)
    [all...]
  /src/usr.bin/
Makefile 14 fsplit fstat ftp gcore genassym gencat getaddrinfo getconf getent \
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
getcap.c 58 #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));
202 * Getent implements the functions of cgetent. If fd is non-negative,
207 * Getent returns the same success/failure codes as cgetent. On success, a
220 getent(char **cap, size_t *len, char **db_array, int fd, function
503 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
  /src/external/bsd/unbound/dist/contrib/
unbound.spec 65 getent group unbound >/dev/null || groupadd -r unbound
66 getent passwd unbound >/dev/null || \
  /src/libexec/telnetd/
sys_term.c 60 int getent(char *, char *);
656 if (getent(defent, gettyname) == 1) {
telnetd.c 118 int getent(char *, const char *);
900 if (getent(defent, gettyname) == 1) {
  /src/external/gpl3/gcc.old/dist/contrib/
gcc-git-customization.sh 49 new_user=$(getent passwd $(whoami) | awk -F: '{ print $5 }')
  /src/external/bsd/openldap/dist/build/
shtool 598 userid=`(getent passwd ${username}) 2>/dev/null | \
630 groupid=`(getent passwd ${username}) 2>/dev/null | \
661 groupname=`(getent group) 2>/dev/null | \

Completed in 23 milliseconds