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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c846 int I, J, PidLength, HostNameLength, FilenamePatLength; local
865 HostNameLength = strlen(lprofCurFilename.Hostname);
873 memcpy(FilenameBuf + J, lprofCurFilename.Hostname, HostNameLength);
874 J += HostNameLength;

Completed in 110 milliseconds