Searched refs:gethostname (Results 26 - 46 of 46) sorted by relevance

12

/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc2394 if(::gethostname(szHostName, sizeof(szHostName) - 1))
2396 WEBRTC_TRACE(kTraceWarning, kTraceTransport, -1, "gethostname failed");
2649 if (gethostname(localname, 255) != -1)
2668 WEBRTC_TRACE(kTraceWarning, kTraceTransport, -1, "gethostname failed");
/external/ltrace/etc/
H A Dlibc.so.conf390 int gethostname(+string2,ulong);
/external/chromium_org/net/base/
H A Dnet_util.cc660 int result = gethostname(buffer, sizeof(buffer));
662 DVLOG(1) << "gethostname() failed with " << result;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc34 #include <Winsock2.h> // for gethostname
349 if (0 == gethostname(hostname, sizeof(hostname))) {
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc438 int ret = gethostname(name, len);
/external/compiler-rt/test/dfsan/
H A Dcustom.c428 assert(gethostname(buf, sizeof(buf)) == 0);
/external/dhcpcd/
H A Dif-options.c810 gethostname(ifo->hostname, HOSTNAME_MAX_LEN);
/external/lldb/source/Host/common/
H A DHost.cpp1166 if (::gethostname (hostname, sizeof(hostname) - 1) == 0)
/external/ppp/pppd/
H A Doptions.c1497 gethostname(hostname, MAXNAMELEN);
H A Dmain.c330 if (gethostname(hostname, MAXNAMELEN) < 0 ) {
/external/e2fsprogs/misc/
H A De2image.c269 gethostname(hdr.fs_hostname, sizeof(hdr.fs_hostname));
/external/qemu/android/
H A Dsockets.c1570 QSOCKET_CALL(ret, gethostname(buf, sizeof(buf)));
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c433 if (pid > 0 && gethostname(hostname, sizeof(hostname)) > -1) {
/external/fio/
H A Dserver.c640 gethostname((char *) probe.hostname, sizeof(probe.hostname));
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c486 gethostname((char *)(&namelabel->c[1]), MAX_DOMAIN_LABEL);
/external/openssl/ssl/
H A Dssltest.c143 #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)
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp283 (87): old gethostname
/external/chromium_org/third_party/libevent/
H A Devdns.c2369 /* from the gethostname() call. */
2485 if (gethostname(hostname, sizeof(hostname))) return;
/external/dnsmasq/src/
H A Doption.c2907 if (gethostname(buff, MAXDNAME) == -1)
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc3062 TEST(MemorySanitizer, gethostname) {
3064 int res = gethostname(buf, 100);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c893 if (gethostname(hostname, 1024) < 0 || !MakeDomainNameFromDNSNameString(&rr.resrec.rdata->u.srv.target, hostname))

Completed in 696 milliseconds

12