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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostname.c 47 gethostname.c
51 Map FreeBSD gethostname call to EFI Interface
59 gethostname( function
  /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
  /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/python/cpython3/Lib/test/
mock_socket.py 140 def gethostname(): function
  /prebuilts/go/darwin-x86/src/syscall/
syscall_solaris.go 263 func gethostname() (name string, err uintptr) func
265 func Gethostname() (name string, err error) {
266 name, e1 := gethostname()
  /prebuilts/go/linux-x86/src/syscall/
syscall_solaris.go 263 func gethostname() (name string, err uintptr) func
265 func Gethostname() (name string, err error) {
266 name, e1 := gethostname()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 561 #define gethostname(...) (pthread_testcancel(), gethostname(__VA_ARGS__)) macro
    [all...]

Completed in 2862 milliseconds