HomeSort by relevance Sort by last modified time
    Searched defs:gethostname (Results 1 - 11 of 11) sorted by null

  /external/curl/tests/libtest/
sethostname.c 30 int gethostname(char *name, GETHOSTNAME_TYPE_ARG2 namelen) function
  /bionic/libc/bionic/
gethostname.cpp 34 int gethostname(char* buf, size_t n) { function
  /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/v8/tools/gyp/pylib/gyp/
MSVSUserFile.py 9 import socket # for gethostname namespace
103 'RemoteMachine': socket.gethostname(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 337 gethostname) __nonnull ((1));
341 __nonnull ((1)) __warnattr ("gethostname called with bigger buflen than "
345 __NTH (gethostname (char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 337 gethostname) __nonnull ((1));
341 __nonnull ((1)) __warnattr ("gethostname called with bigger buflen than "
345 __NTH (gethostname (char *__buf, size_t __buflen)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 337 gethostname) __nonnull ((1));
341 __nonnull ((1)) __warnattr ("gethostname called with bigger buflen than "
345 __NTH (gethostname (char *__buf, size_t __buflen)) function
  /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/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/autotest/contrib/
coverage.py 72 from socket import gethostname namespace
434 self.cache += "." + gethostname() + "." + str(os.getpid())
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 259 milliseconds