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

/freebsd-11.0-release/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-11.0-release/lib/libc/net/
H A DMakefile.inc12 getproto.c getprotoent.c getprotoname.c getservent.c \
42 getnameinfo.3 getnetent.3 getprotoent.3 getservent.3 \
69 MLINKS+=getprotoent.3 endprotoent.3 getprotoent.3 getprotobyname.3 \
70 getprotoent.3 getprotobynumber.3 getprotoent.3 setprotoent.3
H A Dgetprotoent.c31 static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93";
34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/net/getprotoent.c 298226 2016-04-18 21:05:15Z avos $");
543 getprotoent(void) function
/freebsd-11.0-release/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-11.0-release/include/
H A Dnetdb.h241 struct protoent *getprotoent(void);
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.h235 #pragma redefine_extname getprotoent __mfwrap_getprotoent
H A Dmf-hooks2.c2126 WRAPPER2(struct protoent *, getprotoent, void)
2129 buf = getprotoent ();
H A Dconfigure4633 for ac_func in getprotoent getprotobyname getprotobynumber
/freebsd-11.0-release/usr.bin/getent/
H A Dgetent.c433 while ((pe = getprotoent()) != NULL)
/freebsd-11.0-release/usr.bin/netstat/
H A Dmain.c838 while ((p = getprotoent()) != NULL) {
/freebsd-11.0-release/lib/libc/resolv/
H A Dres_mkupdate.c1036 while ((pp = getprotoent()) != NULL) {
/freebsd-11.0-release/usr.bin/sockstat/
H A Dsockstat.c160 while (getprotoent() != NULL)
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h485 extern struct protoent * getprotoent(/* ??? */);
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipmon.c395 while ((p = getprotoent()) != NULL)

Completed in 293 milliseconds