Searched defs:COMPILER_RT_FTRUNCATE (Results 1 – 1 of 1) sorted by relevance
21 #define COMPILER_RT_FTRUNCATE(f,l) _chsize(_fileno(f),l) macro27 #define COMPILER_RT_FTRUNCATE(f,l) ftruncate(fileno(f),l) macro