/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 34 #include <Winsock2.h> // for gethostname 349 if (0 == gethostname(hostname, sizeof(hostname))) { [all...] |
/external/compiler-rt/lib/dfsan/ |
dfsan_custom.cc | 438 int ret = gethostname(name, len);
|
/external/compiler-rt/test/dfsan/ |
custom.c | 428 assert(gethostname(buf, sizeof(buf)) == 0);
|
/external/dhcpcd/ |
if-options.c | 810 gethostname(ifo->hostname, HOSTNAME_MAX_LEN);
|
/external/lldb/source/Host/common/ |
Host.cpp | [all...] |
/external/ppp/pppd/ |
options.c | [all...] |
main.c | 330 if (gethostname(hostname, MAXNAMELEN) < 0 ) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 67 # (e.g. Mac) or fail on socket.gethostname(); fixed libc 968 return socket.gethostname() [all...] |
mailbox.py | 470 hostname = socket.gethostname() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 519 hn = socket.gethostname()
|
test_socket.py | 329 hostname = socket.gethostname() 566 my_ip_addr = socket.gethostbyname(socket.gethostname()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 67 # (e.g. Mac) or fail on socket.gethostname(); fixed libc 968 return socket.gethostname() [all...] |
mailbox.py | 470 hostname = socket.gethostname() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_import.py | 519 hn = socket.gethostname()
|
test_socket.py | 329 hostname = socket.gethostname() 566 my_ip_addr = socket.gethostbyname(socket.gethostname()) [all...] |
/ndk/sources/host-tools/make-3.81/ |
configure | [all...] |
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
udp_transport_impl.cc | [all...] |
/external/e2fsprogs/misc/ |
e2image.c | 269 gethostname(hdr.fs_hostname, sizeof(hdr.fs_hostname)); [all...] |
/external/qemu/android/ |
sockets.c | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 433 if (pid > 0 && gethostname(hostname, sizeof(hostname)) > -1) { [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssltest.c | 143 #define _BSD_SOURCE 1 /* Or gethostname won't be declared properly 189 #define _XOPEN_SOURCE_EXTENDED 1 /* Or gethostname won't be declared properly 1087 if (gethostname(localhost, sizeof localhost-1) == 0) [all...] |
/external/fio/ |
server.c | 640 gethostname((char *) probe.hostname, sizeof(probe.hostname)); [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | 486 gethostname((char *)(&namelabel->c[1]), MAX_DOMAIN_LABEL); [all...] |
/external/openssl/ssl/ |
ssltest.c | 143 #define _BSD_SOURCE 1 /* Or gethostname won't be declared properly 189 #define _XOPEN_SOURCE_EXTENDED 1 /* Or gethostname won't be declared properly 1093 if (gethostname(localhost, sizeof localhost-1) == 0) [all...] |