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

1 2 3 4 5 6 7 8

  /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/toybox/toys/lsb/
hostname.c 28 if (gethostname(toybuf, sizeof(toybuf))) perror_exit("get failed");
  /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);
  /external/strace/
hostname.c 12 SYS_FUNC(gethostname)
  /bionic/libc/bionic/
gethostname.cpp 34 int gethostname(char* buf, size_t n) { function
  /development/tools/axl/
udpEater.py 33 hostname = socket.gethostname()
  /external/autotest/site_utils/
check_hung_proc.py 27 STATS_KEY = 'hung_processes.%s' % socket.gethostname().replace('.', '_')
prodcertstatus_checker.py 31 host = socket.gethostname()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
message.py 24 from socket import gethostname namespace
51 self['Host'] = gethostname()
  /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/autotest/contrib/
db_optimize.py 25 STATS_KEY = 'db_optimize.%s' % socket.gethostname()
  /external/autotest/server/
autoupdate_utils.py 26 self.devserver_url = 'http://%s:%s' % (socket.gethostname(),
  /external/autotest/site_utils/rpm_control_system/
rpm_dispatcher.py 225 address = socket.gethostbyname(socket.gethostname())
249 address = socket.gethostbyname(socket.gethostname())
rpm_logging_config.py 21 socket.gethostname())
  /external/autotest/client/common_lib/cros/graphite/
autotest_stats.py 28 hostname = socket.gethostname()
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 51 std::string my_hostname = GetHostName();
58 std::string my_hostname = GetHostName();
101 std::string GetHostName() {
103 if (gethostname(buffer, 256) != 0) {
  /external/libweave/examples/provider/
file_config_store.cc 37 gethostname(host_name, HOST_NAME_MAX);
  /external/bison/darwin-lib/
unistd.h 26 are completely included before we replace gethostname. */
46 /* Get all possible declarations of gethostname(). */
103 NonStop Kernel declares gethostname in <netdb.h>, not in <unistd.h>. */
1048 # undef gethostname macro
1049 # define gethostname macro
1051 # undef gethostname macro
    [all...]
  /external/bison/lib/
unistd.in.h 25 are completely included before we replace gethostname. */
45 /* Get all possible declarations of gethostname(). */
102 NonStop Kernel declares gethostname in <netdb.h>, not in <unistd.h>. */
718 # undef gethostname
719 # define gethostname rpl_gethostname
721 _GL_FUNCDECL_RPL (gethostname, int, (char *name, size_t len)
723 _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len));
726 _GL_FUNCDECL_SYS (gethostname, int, (char *name, size_t len)
732 _GL_CXXALIAS_SYS_CAST (gethostname, int, (char *name, size_t len));
734 _GL_CXXALIASWARN (gethostname);
    [all...]
  /external/bison/linux-lib/
unistd.h 26 are completely included before we replace gethostname. */
46 /* Get all possible declarations of gethostname(). */
103 NonStop Kernel declares gethostname in <netdb.h>, not in <unistd.h>. */
1048 # undef gethostname macro
1049 # define gethostname macro
1051 # undef gethostname macro
    [all...]
  /external/avahi/avahi-core/
domain-util.c 91 if (gethostname(ret_s, size) >= 0) {
  /external/v8/tools/gyp/pylib/gyp/
MSVSUserFile.py 9 import socket # for gethostname namespace
103 'RemoteMachine': socket.gethostname(),
  /prebuilts/go/darwin-x86/src/syscall/
asm_solaris_amd64.s 47 TEXT ·gethostname(SB),NOSPLIT,$0

Completed in 769 milliseconds

1 2 3 4 5 6 7 8