Searched refs:getnetgrent (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 79 getnetgrent.c \ 243 getnetgrent.3 \ 411 MLINKS+=getnetgrent.3 endnetgrent.3 \ 412 getnetgrent.3 getnetgrent_r.3 \ 413 getnetgrent.3 innetgr.3 \ 414 getnetgrent.3 setnetgrent.3
|
H A D | Symbol.map | 159 getnetgrent;
|
H A D | getnetgrent.c | 941 getnetgrent(char **hostp, char **userp, char **domp) function
|
H A D | getpwent.c | 1802 rv = getnetgrent(&host, &user, &domain); in compat_passwd() 1897 while (getnetgrent(&host, &user, &domain) != in compat_passwd()
|
/freebsd/include/ |
H A D | netdb.h | 278 int getnetgrent(char **, char **, char **);
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tcpdchk.c | 442 if (getnetgrent(&machinep, &userp, &domainp) == 0) in check_host()
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 598 while (getnetgrent(&host, &user, &domain) != 0) { in netgroup()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 1779 netgrp = getnetgrent(&hst, &usr, &dom); in get_exportlist_one() 1800 } while (netgrp && getnetgrent(&hst, &usr, &dom)); in get_exportlist_one()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1902 fun:getnetgrent=uninstrumented
|