| /openbsd/src/lib/libc/asr/ |
| D | sethostent.c | 32 gethostent(void) in gethostent() function
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | reentr.h | 1133 # 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 …]
|
| D | reentr.c | 453 retptr = gethostent(); break; in Perl_reentrant_retry()
|
| D | XSUB.h | 627 # define gethostent PerlSock_gethostent macro
|
| D | iperlsys.h | 1370 # define PerlSock_gethostent gethostent
|
| D | config_h.SH | 1620 * This symbol, if defined, indicates that the gethostent() routine is function 4772 * is available to gethostent re-entrantly.
|
| /openbsd/src/lib/libc/hidden/ |
| D | netdb.h | 42 PROTO_DEPRECATED(gethostent);
|
| /openbsd/src/include/ |
| D | netdb.h | 279 struct hostent *gethostent(void);
|
| /openbsd/src/gnu/usr.bin/perl/lib/B/ |
| D | Deparse-core.t | 526 gethostent 0 -
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 476 gethostent() localtime() vfprintf() 808 gethostent() nanl() vprintf() 1046 gethostent() ~gethostent_r() 1127 endhostent() gethostent() sethostent()
|
| D | perl5243delta.pod | 210 C<gethostent> and similar functions now perform a null check internally, to
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1128 gethostent
|
| /openbsd/src/gnu/usr.bin/perl/t/lib/warnings/ |
| D | op | 668 # 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/ |
| D | sys-protos.h | 450 extern struct hostent * gethostent(/* ??? */);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | sys-protos.h | 450 extern struct hostent * gethostent(/* ??? */);
|
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | opcodes | 517 ghostent gethostent ck_null 0
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5005000 | 99 gethostent # Z added by devel/scanprov
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 1106 TEST(MemorySanitizer, gethostent) { in TEST() argument 1108 struct hostent *he = gethostent(); in TEST()
|
| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config_h.sample | 1409 * This symbol, if defined, indicates that the gethostent() routine is 1445 * prototypes for gethostent(), gethostbyname(), and 3767 * is available to gethostent re-entrantly.
|
| D | config.plan9 | 1461 * 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/ |
| D | config_H | 1585 * 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/ |
| D | config_H.vc | 1585 * This symbol, if defined, indicates that the gethostent() routine is 4433 * prototypes for gethostent(), gethostbyname(), and 4737 * is available to gethostent re-entrantly.
|
| D | config_H.gc | 1585 * 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/ |
| D | os2.c | 751 DeclFuncByORD(struct hostent *, gethostent, ORD_GETHOSTENT, (void), ())
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 2911 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); \
|