Searched refs:fx_file_truncate (Results 1 – 5 of 5) sorted by relevance
413 status = fx_file_truncate(&my_file, available_bytes/2); in ftest_0_entry()426 status = fx_file_truncate(FX_NULL, 0); in ftest_0_entry()443 status = fx_file_truncate(&my_file, 0); in ftest_0_entry()
668 fx_file_truncate(&my_file, 26); in ftest_1_entry()
1182 #define fx_file_truncate(f, s) fx_file_extended_truncate(f, (ULONG64)s); macro1238 #define fx_file_truncate _fx_file_truncate macro1334 #define fx_file_truncate _fxe_file_truncate macro1444 UINT fx_file_truncate(FX_FILE *file_ptr, ULONG size);
69 ${CMAKE_CURRENT_LIST_DIR}/src/fx_file_truncate.c
464 fx_file_truncate.c