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

/macosx-10.10/libtelnet-13/
H A Dmisc-proto.h68 int getent(char *, const char *);
H A Dgetent.c37 __FBSDID("$FreeBSD: src/crypto/telnet/libtelnet/getent.c,v 1.2.6.2 2002/04/13 10:59:07 markm Exp $");
46 static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93";
60 getent(char *cp __unused, const char *name) function
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dmisc-proto.h68 int getent(char *, const char *);
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dadvcap.c122 int getent(char *, char *, char *);
143 return (getent(bp, name, cp));
147 getent(bp, name, cp) function
245 if (getent(tcbuf, tcname, remotefile) != 1) {
/macosx-10.10/vim-55/src/
H A Dtermlib.c20 static int getent __ARGS((char *, char *, FILE *, int));
123 while (getent(tbuf + len, term, termcap, TBUFSZ - len))
143 getent(tbuf, term, termcap, buflen) function
/macosx-10.10/Heimdal-398.1.2/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);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcap.c59 #define MAX_RECURSION 32 /* maximum getent recursion */
71 static int getent(char **, u_int *, char **, int, const char *, int, char *, locale_t);
167 return (getent(buf, &dummy, db_array, -1, name, 0, NULL, __current_locale()));
189 getent(char **cap, u_int *len, char **db_array, int fd, const char *name, function
430 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1,
762 * Last argument of getent here should be nbuf if we want true
764 * With NULL, getent will return the first entry found
768 status = getent(bp, &dummy, db_array, -1, buf, 0, NULL, loc);
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DbenchDS.sh110 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
117 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
H A Dbench.sh115 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
122 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
H A Dcoreos_bench.sh123 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
130 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
H A Dembd_bench.sh122 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
129 p_ipaddr=`getent hosts $hostname | awk '{print $1}'`
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool598 userid=`(getent passwd ${username}) 2>/dev/null | \
627 groupid=`(getent passwd ${username}) 2>/dev/null | \
654 groupname=`(getent group) 2>/dev/null | \
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dtelnetd.c974 if (getent(defent, "default") == 1) {

Completed in 175 milliseconds