Home
last modified time | relevance | path

Searched refs:getprotoent (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dt_getprotoent.c62 while ((p = getprotoent()) != NULL && i <= 10) { in ATF_TC_BODY()
70 while ((p = getprotoent()) != NULL && i <= 10) { in ATF_TC_BODY()
178 while ((p = getprotoent()) != NULL && i <= 60) { in ATF_TC_BODY()
198 p = getprotoent(); in ATF_TC_BODY()
201 p = getprotoent(); in ATF_TC_BODY()
204 p = getprotoent(); in ATF_TC_BODY()
209 p = getprotoent(); in ATF_TC_BODY()
212 p = getprotoent(); in ATF_TC_BODY()
215 p = getprotoent(); in ATF_TC_BODY()
H A Dh_protoent.c93 while ((prp = getprotoent()) != NULL) in main()
/freebsd/lib/libc/net/
H A DMakefile.inc10 getproto.c getprotoent.c getprotoname.c getservent.c \
40 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 \
88 MLINKS+=getprotoent.3 endprotoent.3 \
89 getprotoent.3 getprotobyname.3 \
90 getprotoent.3 getprotobynumber.3 \
91 getprotoent.3 setprotoent.3
H A DSymbol.map45 getprotoent;
H A Dgetprotoent.c539 getprotoent(void) in getprotoent() function
/freebsd/lib/libc/tests/nss/
H A Dgetproto_test.c276 while ((pe = getprotoent()) != NULL) { in protoent_fill_test_data()
488 ATF_TC_WITHOUT_HEAD(getprotoent);
489 ATF_TC_BODY(getprotoent, tc) in ATF_TC_BODY() argument
544 ATF_TP_ADD_TC(tp, getprotoent); in ATF_TP_ADD_TCS()
/freebsd/include/
H A Dnetdb.h242 struct protoent *getprotoent(void);
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok182 getprotoent
/freebsd/usr.bin/getent/
H A Dgetent.c433 while ((pe = getprotoent()) != NULL) in protocols()
/freebsd/usr.bin/netstat/
H A Dmain.c910 while ((p = getprotoent()) != NULL) { in name2protox()
/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c1032 while ((pp = getprotoent()) != NULL) { in res_buildprotolist()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c259 while (getprotoent() != NULL) in init_protos()
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c371 while ((p = getprotoent()) != NULL) in init_tabs()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7658 INTERCEPTOR(struct __sanitizer_protoent *, getprotoent,) {
7660 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent,);
7661 struct __sanitizer_protoent *p = REAL(getprotoent)();
7687 COMMON_INTERCEPT_FUNCTION(getprotoent); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1921 fun:getprotoent=uninstrumented