Home
last modified time | relevance | path

Searched defs:gethostname (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/lib/libc/gen/
H A Dgethostname.c36 gethostname(char *name, size_t namelen) in gethostname() function
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dhostname.c32 gethostname(name, namelen) in gethostname() function
/openbsd-src/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h135 #define gethostname win32_gethostname macro
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dsanity.sh3892 extern int gethostname (); function
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1429 WRAPPER2(int, gethostname, char *name, size_t len) in WRAPPER2() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp870 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3565 TEST(MemorySanitizer, gethostname) { in TEST() argument