Searched refs:gethostent_r (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | reentr.h | 1135 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st… 1138 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st… 1141 # define gethostent() (gethostent_r(&PL_reentrant_buffer->_hostent_struct, PL_reentrant_buff… 1144 # define gethostent() (gethostent_r(&PL_reentrant_buffer->_hostent_struct, PL_reentrant_buff… 1147 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st… 1150 # define gethostent() ((PL_reentrant_retint = gethostent_r(&PL_reentrant_buffer->_hostent_st…
|
| D | config_h.SH | 4771 * This symbol, if defined, indicates that the gethostent_r routine 4775 * This symbol encodes the prototype of gethostent_r.
|
| D | Configure | 14913 echo "Disabling gethostent_r, cannot determine prototype." >&4 ;; 14922 define) echo "gethostent_r has no prototype, not using it." >&4 ;;
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclib.pod | 477 gethostent_r() localtime_r() vfscanf() 809 gethostent_r() newlocale() vscanf() 1046 gethostent() ~gethostent_r() 1128 endhostent_r() gethostent_r() sethostent_r()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| D | msan_test.cpp | 1170 TEST(MemorySanitizer, gethostent_r) { in TEST() argument 1176 int res = gethostent_r(&he, buf, sizeof(buf), &result, &err); in TEST()
|
| /openbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config_h.sample | 3766 * This symbol, if defined, indicates that the gethostent_r routine 3770 * This symbol encodes the prototype of gethostent_r.
|
| D | config.plan9 | 3930 * This symbol, if defined, indicates that the gethostent_r routine 3934 * This symbol encodes the prototype of gethostent_r.
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 2964 INTERCEPTOR(int, gethostent_r, struct __sanitizer_hostent *ret, char *buf, 2967 COMMON_INTERCEPTOR_ENTER(ctx, gethostent_r, ret, buf, buflen, result, 2972 int res = REAL(gethostent_r)(ret, buf, buflen, result, h_errnop); 2982 COMMON_INTERCEPT_FUNCTION(gethostent_r);
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | config_H | 4565 * This symbol, if defined, indicates that the gethostent_r routine 4569 * This symbol encodes the prototype of gethostent_r.
|
| D | Glossary | 1161 which indicates to the C program that the gethostent_r() 3307 This variable encodes the prototype of gethostent_r.
|
| /openbsd/src/gnu/usr.bin/perl/win32/ |
| D | config_H.vc | 4736 * This symbol, if defined, indicates that the gethostent_r routine 4740 * This symbol encodes the prototype of gethostent_r.
|
| D | config_H.gc | 4736 * This symbol, if defined, indicates that the gethostent_r routine 4740 * This symbol encodes the prototype of gethostent_r.
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 1877 fun:gethostent_r=uninstrumented
|