Searched defs:COMPILER_RT_FTRUNCATE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h23 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro
31 #define COMPILER_RT_FTRUNCATE(f,l) ftruncate(fileno(f),l) macro

Completed in 49 milliseconds