HomeSort by relevance Sort by last modified time
    Searched refs:gethostname (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/curl/tests/libtest/
sethostname.c 30 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) function
sethostname.h 40 gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen);
  /external/curl/lib/
curl_gethostname.c 28 * Curl_gethostname() is a wrapper around gethostname() which allows
43 * mechanism which intercepts, and might override, the gethostname()
74 err = gethostname(name, namelen);
79 /* The call to system's gethostname() might get intercepted by the
83 err = gethostname(name, namelen);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostname.c 47 gethostname.c
51 Map FreeBSD gethostname call to EFI Interface
59 gethostname( function
  /external/grpc-grpc/src/core/lib/iomgr/
gethostname_host_name_max.cc 21 #include "src/core/lib/iomgr/gethostname.h"
33 if (gethostname(hostname, HOST_NAME_MAX) != 0) {
gethostname_sysconf.cc 21 #include "src/core/lib/iomgr/gethostname.h"
33 if (gethostname(hostname, host_name_max) != 0) {
  /external/toybox/toys/lsb/
hostname.c 46 if (gethostname(toybuf, sizeof(toybuf)-1) || !*toybuf)
57 if (gethostname(toybuf, sizeof(toybuf)-1)) perror_exit("gethostname");
  /bionic/libc/bionic/
gethostname.cpp 34 int gethostname(char* buf, size_t n) { function
  /external/ltp/testcases/kernel/containers/utsname/
utstest.c 21 P1: A=gethostname
22 P2: B=gethostname
27 P2: (wait); B=gethostname
31 P1: A=gethostname; unshare(utsname); sethostname(newname); C=gethostname
32 P2: B=gethostname; (wait); (wait); D=gethostname
36 P1: A=gethostname; unshare(utsname); (wait); C=gethostname
37 P2: B=gethostname; (wait); sethostname(newname); D=gethostnam
    [all...]
  /development/tools/axl/
udpEater.py 33 hostname = socket.gethostname()
  /external/ltp/testcases/kernel/syscalls/gethostname/
gethostname01.c 42 * TEST TITLE : Basic test for gethostname(2)
62 * 1.) gethostname(2) returns...(See Description)
88 * This is a Phase I test for the gethostname(2) system call. It is intended
91 * gethostname(2).
136 TEST(gethostname(hname, sizeof(hname)));
139 tst_resm(TFAIL | TTERRNO, "gethostname failed");
143 tst_resm(TPASS, "gethostname returned %ld",
  /external/strace/
hostname.c 27 SYS_FUNC(gethostname)
  /external/tensorflow/tensorflow/stream_executor/lib/
process_state.cc 33 gethostname(hostname, sizeof hostname);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetHostName/
SetHostName.c 82 AppStatus = gethostname ( &mBuffer[0], sizeof ( mBuffer ));
  /external/ltp/testcases/kernel/syscalls/sethostname/
sethostname01.c 132 if ((ret = gethostname(hname, sizeof(hname))) < 0) {
133 tst_brkm(TBROK, NULL, "gethostname() failed while getting"
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_auth_authunix_create/
rpc_authunix_create.c 75 rslt = gethostname(hostname, 256);
77 fprintf(stderr, "gethostname() failed\n");
  /external/webrtc/webrtc/examples/peerconnection/client/
defaults.cc 55 if (gethostname(computer_name, arraysize(computer_name)) == 0) {
  /external/autotest/scheduler/
email_manager.py 59 body += "%s / %s / %s\n%s" % (socket.gethostname(),
69 subject = 'Scheduler notifications from ' + socket.gethostname()
  /external/linux-kselftest/tools/testing/selftests/bpf/
tcp_server.py 38 HostName = socket.gethostname()
42 host = socket.gethostname()
tcp_client.py 33 HostName = socket.gethostname()
  /external/autotest/site_utils/rpm_control_system/
rpm_dispatcher.py 72 self._frontend_server = 'http://%s:%d' % (socket.gethostname(),
230 address = socket.gethostbyname(socket.gethostname())
255 address = socket.gethostbyname(socket.gethostname())
rpm_dispatcher_unittest.py 42 frontend_uri = 'http://%s:%d' % (socket.gethostname(), FRONT_END_PORT)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
ftp.py 82 r.bind((gethostbyname(gethostname()), port))
91 hostname = gethostname()
  /external/python/cpython2/Demo/sockets/
ftp.py 82 r.bind((gethostbyname(gethostname()), port))
91 hostname = gethostname()
  /external/autotest/contrib/
db_optimize.py 26 STATS_KEY = 'db_optimize.%s' % socket.gethostname()

Completed in 1664 milliseconds

1 2 3 4 5 6 7