Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dfields_values.c29 #define my_gethostname(buf, sz) gethostname(buf, sz)
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp34 if (::gethostname(hostname, sizeof(hostname) - 1) == 0) { in GetHostname()
/llvm-project-15.0.7/llvm/lib/Support/
H A DLockFileManager.cpp102 gethostname(HostName, 255); in getHostID()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_utility.cpp299 if (gethostname(buffer, size) || buffer[size - 2] != 0) in __kmp_expand_host_name()
H A Dkmp_stats.cpp775 if (gethostname(&hostName[0], sizeof(hostName)) == 0) in printHeaderInfo()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtaint-generic.c441 int gethostname(char *name, size_t len);
443 gethostname(name, len); in testGethostname()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py101 host_name=socket.gethostname(),
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp858 INTERCEPTOR(int, gethostname, char *name, SIZE_T len) { in INTERCEPTOR() argument
860 int res = REAL(gethostname)(name, len); in INTERCEPTOR()
1737 INTERCEPT_FUNCTION(gethostname); in InitializeInterceptors()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dsysinfo.cc451 int retVal = gethostname(hostname, HOST_NAME_MAX); in GetSystemName()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt232 fun:gethostname=custom
H A Ddfsan_custom.cpp1006 int ret = gethostname(name, len); in __dfsw_gethostname()
H A Dlibc_ubuntu1404_abilist.txt1879 fun:gethostname=uninstrumented
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3550 TEST(MemorySanitizer, gethostname) { in TEST() argument
3552 EXPECT_EQ(-1, gethostname(buf, 1)); in TEST()
3558 EXPECT_EQ(0, gethostname(buf, sizeof(buf))); in TEST()
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp982 int ret = gethostname(buf, sizeof(buf)); in test_gethostname()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2150 PRE_SYSCALL(gethostname)(void *name, long len) {}
2152 POST_SYSCALL(gethostname)(long res, void *name, long len) {
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2390 …tchar``, ``getchar_unlocked``, ``getwd``, ``getcwd``, ``getgroups``, ``gethostname``, ``getlogin``…