Home
last modified time | relevance | path

Searched refs:gethostent (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/lib/libc/asr/
Dsethostent.c32 gethostent(void) in gethostent() function
/openbsd/src/gnu/usr.bin/perl/
Dreentr.h1133 # undef gethostent
1134 # if !defined(gethostent) && GETHOSTENT_R_PROTO == REENTRANT_PROTO_I_SBWRE
1135 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st… macro
1137 # if !defined(gethostent) && GETHOSTENT_R_PROTO == REENTRANT_PROTO_I_SBIE
1138 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st… macro
1140 # if !defined(gethostent) && GETHOSTENT_R_PROTO == REENTRANT_PROTO_S_SBIE
1141 # define gethostent() (gethostent_r(&PL_reentrant_buffer->_hostent_struct, PL_reentrant_buff… macro
1143 # if !defined(gethostent) && GETHOSTENT_R_PROTO == REENTRANT_PROTO_S_SBI
1144 # define gethostent() (gethostent_r(&PL_reentrant_buffer->_hostent_struct, PL_reentrant_buff… macro
1146 # if !defined(gethostent) && GETHOSTENT_R_PROTO == REENTRANT_PROTO_I_SBI
[all …]
Dreentr.c453 retptr = gethostent(); break; in Perl_reentrant_retry()
DXSUB.h627 # define gethostent PerlSock_gethostent macro
Diperlsys.h1370 # define PerlSock_gethostent gethostent
Dconfig_h.SH1620 * This symbol, if defined, indicates that the gethostent() routine is function
4772 * is available to gethostent re-entrantly.
/openbsd/src/lib/libc/hidden/
Dnetdb.h42 PROTO_DEPRECATED(gethostent);
/openbsd/src/include/
Dnetdb.h279 struct hostent *gethostent(void);
/openbsd/src/gnu/usr.bin/perl/lib/B/
DDeparse-core.t526 gethostent 0 -
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlclib.pod476 gethostent() localtime() vfprintf()
808 gethostent() nanl() vprintf()
1046 gethostent() ~gethostent_r()
1127 endhostent() gethostent() sethostent()
Dperl5243delta.pod210 C<gethostent> and similar functions now perform a null check internally, to
/openbsd/src/lib/libc/
DSymbols.list1128 gethostent
/openbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dop668 # gethostent not present
685 gethostent ; # OP_GHOSTENT
701 gethostent ; # OP_GHOSTENT
720 Useless use of gethostent in void context at - line 28.
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h450 extern struct hostent * gethostent(/* ??? */);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h450 extern struct hostent * gethostent(/* ??? */);
/openbsd/src/gnu/usr.bin/perl/regen/
Dopcodes517 ghostent gethostent ck_null 0
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D500500099 gethostent # Z added by devel/scanprov
/openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1106 TEST(MemorySanitizer, gethostent) { in TEST() argument
1108 struct hostent *he = gethostent(); in TEST()
/openbsd/src/gnu/usr.bin/perl/plan9/
Dconfig_h.sample1409 * This symbol, if defined, indicates that the gethostent() routine is
1445 * prototypes for gethostent(), gethostbyname(), and
3767 * is available to gethostent re-entrantly.
Dconfig.plan91461 * This symbol, if defined, indicates that the gethostent() routine is
1497 * prototypes for gethostent(), gethostbyname(), and
3931 * is available to gethostent re-entrantly.
/openbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H1585 * This symbol, if defined, indicates that the gethostent() routine is
4275 * prototypes for gethostent(), gethostbyname(), and
4566 * is available to gethostent re-entrantly.
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc1585 * This symbol, if defined, indicates that the gethostent() routine is
4433 * prototypes for gethostent(), gethostbyname(), and
4737 * is available to gethostent re-entrantly.
Dconfig_H.gc1585 * This symbol, if defined, indicates that the gethostent() routine is
4433 * prototypes for gethostent(), gethostbyname(), and
4737 * is available to gethostent re-entrantly.
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c751 DeclFuncByORD(struct hostent *, gethostent, ORD_GETHOSTENT, (void), ())
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc2911 INTERCEPTOR(struct __sanitizer_hostent *, gethostent, int fake) {
2913 COMMON_INTERCEPTOR_ENTER(ctx, gethostent, fake);
2914 struct __sanitizer_hostent *res = REAL(gethostent)(fake);
2919 COMMON_INTERCEPT_FUNCTION(gethostent); \

12