Home
last modified time | relevance | path

Searched refs:_fx_file_truncate (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_file_truncate.c77 UINT _fx_file_truncate(FX_FILE *file_ptr, ULONG size) in _fx_file_truncate() function
Dfxe_file_truncate.c89 status = _fx_file_truncate(file_ptr, size); in _fxe_file_truncate()
/FileX-v6.4.1/common/inc/
Dfx_file.h81 UINT _fx_file_truncate(FX_FILE *file_ptr, ULONG size);
85 #define _fx_file_truncate(f, s) _fx_file_extended_truncate(f, (ULONG64)s); macro
Dfx_api.h1238 #define fx_file_truncate _fx_file_truncate