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

  /bionic/libc/unistd/
gethostname.c 33 int gethostname(char* buff, size_t buflen) function
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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/quake/quake/src/WinQuake/
mplpc.cpp 536 gethostname(char *name, int namelen) function

Completed in 564 milliseconds