Searched refs:gethostname (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/affinity/format/ |
| H A D | fields_values.c | 29 #define my_gethostname(buf, sz) gethostname(buf, sz)
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 34 if (::gethostname(hostname, sizeof(hostname) - 1) == 0) { in GetHostname()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 102 gethostname(HostName, 255); in getHostID()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_utility.cpp | 299 if (gethostname(buffer, size) || buffer[size - 2] != 0) in __kmp_expand_host_name()
|
| H A D | kmp_stats.cpp | 775 if (gethostname(&hostName[0], sizeof(hostName)) == 0) in printHeaderInfo()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-generic.c | 441 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 D | report.py | 101 host_name=socket.gethostname(),
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 858 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 D | sysinfo.cc | 451 int retVal = gethostname(hostname, HOST_NAME_MAX); in GetSystemName()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 232 fun:gethostname=custom
|
| H A D | dfsan_custom.cpp | 1006 int ret = gethostname(name, len); in __dfsw_gethostname()
|
| H A D | libc_ubuntu1404_abilist.txt | 1879 fun:gethostname=uninstrumented
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3550 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 D | custom.cpp | 982 int ret = gethostname(buf, sizeof(buf)); in test_gethostname()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2150 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 D | checkers.rst | 2390 …tchar``, ``getchar_unlocked``, ``getwd``, ``getcwd``, ``getgroups``, ``gethostname``, ``getlogin``…
|