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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c1074 int rc, Length, LengthBeforeAppend, SuffixLength; local
1091 LengthBeforeAppend = strlen(Filename);
1092 memcpy(FilenameBuf + LengthBeforeAppend, OrderFileSuffix, SuffixLength);
1093 FilenameBuf[LengthBeforeAppend + SuffixLength] = '\0';

Completed in 104 milliseconds