Searched defs:_fx_file_truncate (Results 1 – 2 of 2) sorted by relevance
77 UINT _fx_file_truncate(FX_FILE *file_ptr, ULONG size) in _fx_file_truncate() function
85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s); macro