Home
last modified time | relevance | path

Searched refs:setprotoent_r (Results 1 – 25 of 49) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A Dgetprotoent_r.c53 __weak_alias(setprotoent_r,_setprotoent_r) in __weak_alias()
57 setprotoent_r(int f, struct protoent_data *pd) in __weak_alias()
H A Dprotoent.h49 void setprotoent_r(int, struct protoent_data *);
H A Dgetprotobynumber_r.c56 setprotoent_r(pd->stayopen, pd); in __weak_alias()
H A Dgetprotoent.c59 setprotoent_r(f, &_protoent_data); in setprotoent()
H A Dgetprotobyname_r.c62 setprotoent_r(pd->stayopen, pd); in __weak_alias()
/dports/dns/libbind/libbind-6.0/irs/
H A Dgetprotoent_r.c107 setprotoent_r(int stay_open, PROTO_R_ENT_ARGS) in setprotoent_r() function
109 setprotoent_r(int stay_open) in setprotoent_r()
/dports/dns/libbind/libbind-6.0/include/
H A Dnetdb.h465 int setprotoent_r __P((int, struct protoent_data *));
541 void setprotoent_r __P((int));
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dnetdb.h312 void setprotoent_r(int, struct protoent_data *);
/dports/dns/bind911/bind-9.11.37/lib/lwres/win32/include/lwres/
H A Dnetdb.h335 #define setprotoent_r lwres_setprotoent_r macro
/dports/dns/bind911/bind-9.11.37/lib/lwres/include/lwres/
H A Dnetdb.h.in341 #define setprotoent_r lwres_setprotoent_r macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h509 #define setprotoent_r _setprotoent_r
/dports/lang/perl5.30/perl-5.30.3/
H A Dreentr.h1367 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0)
1370 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data)
H A Dconfig_h.SH5010 * This symbol, if defined, indicates that the setprotoent_r routine
5014 * This symbol encodes the prototype of setprotoent_r.
/dports/lang/perl5.32/perl-5.32.1/
H A Dreentr.h1588 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0)
1591 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data)
H A Dconfig_h.SH5020 * This symbol, if defined, indicates that the setprotoent_r routine
5024 * This symbol encodes the prototype of setprotoent_r.
/dports/lang/perl5.34/perl-5.34.0/
H A Dreentr.h1594 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0)
1597 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dreentr.h1594 # define setprotoent(a) (setprotoent_r(a, &PL_reentrant_buffer->_protoent_data) == 0 ? 1 : 0)
1597 # define setprotoent(a) setprotoent_r(a, &PL_reentrant_buffer->_protoent_data)
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/
H A Dnamespace.h603 #define setprotoent_r _setprotoent_r macro
/dports/dns/libbind/libbind-6.0/
H A Dconfigure.in2386 AC_CHECK_FUNC(setprotoent_r,
2394 void setprotoent_r __P((int));
2406 int setprotoent_r (int, struct protoent_data *);
H A Dconfigure31889 /* Define setprotoent_r to an innocuous variant, in case <limits.h> declares setprotoent_r.
31894 which can conflict with char setprotoent_r (); below.
31912 char setprotoent_r ();
31923 return setprotoent_r ();
31972 void setprotoent_r __P((int));
32018 int setprotoent_r (int, struct protoent_data *);
/dports/lang/perl5.32/perl-5.32.1/plan9/
H A Dconfig_h.sample3930 * This symbol, if defined, indicates that the setprotoent_r routine
3934 * This symbol encodes the prototype of setprotoent_r.
H A Dconfig.plan93994 * This symbol, if defined, indicates that the setprotoent_r routine
3998 * This symbol encodes the prototype of setprotoent_r.
/dports/lang/perl5.34/perl-5.34.0/plan9/
H A Dconfig_h.sample3929 * This symbol, if defined, indicates that the setprotoent_r routine
3933 * This symbol encodes the prototype of setprotoent_r.
/dports/lang/perl5.30/perl-5.30.3/plan9/
H A Dconfig_h.sample3930 * This symbol, if defined, indicates that the setprotoent_r routine
3934 * This symbol encodes the prototype of setprotoent_r.
H A Dconfig.plan93994 * This symbol, if defined, indicates that the setprotoent_r routine
3998 * This symbol encodes the prototype of setprotoent_r.

12