Searched refs:Hostname (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/regress/
H A Dcfginclude.sh11 Hostname aa
14 Hostname bb
19 Hostname cc
25 Hostname dd
28 Hostname ee
33 Hostname ff
45 Hostname aaa
48 Hostname bbb
51 Hostname ccc
54 Hostname dd
[all...]
H A Dtest-exec.sh450 Hostname 127.0.0.1
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h67 static bool processStillExecuting(StringRef Hostname, int PID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp67 StringRef Hostname; local
69 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " ");
73 auto Owner = std::make_pair(std::string(Hostname), PID);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c75 char Hostname[COMPILER_RT_MAX_HOSTLEN]; member in struct:lprofFilename
708 char *Hostname = &lprofCurFilename.Hostname[0]; local
741 if (COMPILER_RT_GETHOSTNAME(Hostname, COMPILER_RT_MAX_HOSTLEN)) {
834 lprofCurFilename.NumHosts * (strlen(lprofCurFilename.Hostname) - 2);
865 HostNameLength = strlen(lprofCurFilename.Hostname);
873 memcpy(FilenameBuf + J, lprofCurFilename.Hostname, HostNameLength);
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl48 use Sys::Hostname;

Completed in 180 milliseconds