/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
D | gethostbyaddr_r.c | 33 int ret = gethostbyaddr_r((void *)&a, 4, AF_INET, &h, buf, sizeof(buf), &res, &err); in gethostbyaddr_r_0100() 49 int ret = gethostbyaddr_r((void *)&a, 0, AF_INET, &h, buf, sizeof(buf), &res, &err); in gethostbyaddr_r_0200()
|
D | test_src_functionalext_supplement_manual_network.gni | 19 "gethostbyaddr_r",
|
/third_party/musl/src/network/ |
D | gethostbyaddr.c | 20 err = gethostbyaddr_r(a, l, af, h, in gethostbyaddr()
|
D | gethostbyaddr_r.c | 10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r() function
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | gethostbyaddr.c | 20 err = gethostbyaddr_r(a, l, af, h, in gethostbyaddr()
|
D | gethostbyaddr_r.c | 10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r() function
|
/third_party/node/deps/cares/m4/ |
D | cares-reentrant.m4 | 252 dnl makes function gethostbyaddr_r compiler visible. 256 AC_LANG_FUNC_LINK_TRY([gethostbyaddr_r]) 263 AC_EGREP_CPP([gethostbyaddr_r],[ 269 AC_EGREP_CPP([gethostbyaddr_r],[
|
/third_party/musl/ndk_musl_include/ |
D | netdb.h | 136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 136 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/include/ |
D | netdb.h | 161 int gethostbyaddr_r(const void *, socklen_t, int, struct hostent *, char *, size_t, struct hostent …
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
D | netdb_test.cpp | 431 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &ht, buf, sizeof(buf), &hptr1, &err); 446 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &ht2, buf2, sizeof(buf2), &hptr2, &err);
|
/third_party/musl/ |
D | libc.map.txt | 811 gethostbyaddr_r;
|
D | musl_src.gni | 917 "src/network/gethostbyaddr_r.c",
|
/third_party/python/Modules/ |
D | socketmodule.c | 5780 gethostbyaddr_r(ap, al, af, 5784 h = gethostbyaddr_r(ap, al, af, 5788 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);
|
/third_party/node/deps/cares/ |
D | configure | 8307 /* Define gethostbyaddr_r to an innocuous variant, in case <limits.h> declares gethostbyaddr_r. 8312 which can conflict with char gethostbyaddr_r (); below. */ 8323 char gethostbyaddr_r (); 8334 return gethostbyaddr_r ();
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 376 …ype' binding='global-binding' visibility='default-visibility' alias='gethostbyaddr_r' is-defined='… 2573 <!-- gethostbyaddr_r --> 2574 …<elf-symbol name='gethostbyaddr_r' type='func-type' binding='weak-binding' visibility='default-vis…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 194 …ype' binding='global-binding' visibility='default-visibility' alias='gethostbyaddr_r' is-defined='… 1293 …<elf-symbol name='gethostbyaddr_r' type='func-type' binding='weak-binding' visibility='default-vis…
|
/third_party/NuttX/ |
D | ReleaseNotes | 9412 non-standard gethostbyname_r() and gethostbyaddr_r(). This moves
|