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

  /bionic/libc/bionic/
gethostname.c 33 int gethostname(char* buff, size_t buflen) function
  /external/chromium_org/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.6/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.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
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 49 /* Get all possible declarations of gethostname(). */
339 # undef gethostname macro
340 # define gethostname rpl_gethostname macro
343 extern int gethostname(char *name, size_t len);
346 # undef gethostname macro
347 # define gethostname gethostname_used_without_requesting_gnulib_module_gethostname macro
349 # undef gethostname macro
350 # define gethostname(n,l) \ macro
351 (GL_LINK_WARNING ("gethostname is unportable - " \
352 "use gnulib module gethostname for portability"),
    [all...]
  /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...]

Completed in 261 milliseconds