Home
last modified time | relevance | path

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

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