Searched refs:getprotoent (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_getprotoent.c62 while ((p = getprotoent()) != NULL && i <= 10) {
70 while ((p = getprotoent()) != NULL && i <= 10) {
167 atf_tc_set_md_var(tc, "descr", "getprotoent(3) returns next line?");
178 while ((p = getprotoent()) != NULL && i <= 60) {
198 p = getprotoent();
201 p = getprotoent();
204 p = getprotoent();
209 p = getprotoent();
212 p = getprotoent();
215 p = getprotoent();
[all...]
H A Dh_protoent.c93 while ((prp = getprotoent()) != NULL)
/freebsd-13-stable/lib/libc/net/
H A DMakefile.inc13 getproto.c getprotoent.c getprotoname.c getservent.c \
43 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 \
70 MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \
71 getprotoent.3 getprotobynumber.3 getprotoent.3 setprotoent.3
H A Dgetprotoent.c33 static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93";
545 getprotoent(void) function
/freebsd-13-stable/lib/libc/tests/nss/
H A Dgetproto_test.c279 while ((pe = getprotoent()) != NULL) {
394 * getprotoent(). */
491 ATF_TC_WITHOUT_HEAD(getprotoent); variable
492 ATF_TC_BODY(getprotoent, tc)
547 ATF_TP_ADD_TC(tp, getprotoent);
/freebsd-13-stable/include/
H A Dnetdb.h241 struct protoent *getprotoent(void);
/freebsd-13-stable/usr.bin/getent/
H A Dgetent.c435 while ((pe = getprotoent()) != NULL)
/freebsd-13-stable/usr.bin/netstat/
H A Dmain.c877 while ((p = getprotoent()) != NULL) {
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkupdate.c1038 while ((pp = getprotoent()) != NULL) {
/freebsd-13-stable/usr.bin/sockstat/
H A Dsockstat.c173 while (getprotoent() != NULL)
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipmon.c382 while ((p = getprotoent()) != NULL)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7334 INTERCEPTOR(struct __sanitizer_protoent *, getprotoent) {
7336 COMMON_INTERCEPTOR_ENTER(ctx, getprotoent);
7337 struct __sanitizer_protoent *p = REAL(getprotoent)();
7363 COMMON_INTERCEPT_FUNCTION(getprotoent); \

Completed in 103 milliseconds