Home
last modified time | relevance | path

Searched refs:gethostent_r (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dreentr.h1135 # 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…
Dconfig_h.SH4771 * This symbol, if defined, indicates that the gethostent_r routine
4775 * This symbol encodes the prototype of gethostent_r.
DConfigure14913 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/
Dperlclib.pod477 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/
Dmsan_test.cpp1170 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/
Dconfig_h.sample3766 * This symbol, if defined, indicates that the gethostent_r routine
3770 * This symbol encodes the prototype of gethostent_r.
Dconfig.plan93930 * 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/
Dsanitizer_common_interceptors.inc2964 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/
Dconfig_H4565 * This symbol, if defined, indicates that the gethostent_r routine
4569 * This symbol encodes the prototype of gethostent_r.
DGlossary1161 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/
Dconfig_H.vc4736 * This symbol, if defined, indicates that the gethostent_r routine
4740 * This symbol encodes the prototype of gethostent_r.
Dconfig_H.gc4736 * 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/
Dlibc_ubuntu1404_abilist.txt1877 fun:gethostent_r=uninstrumented