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