Searched refs:SEEK_SET (Results 1 – 4 of 4) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/ |
| A D | redposixcompat.h | 58 #undef SEEK_SET 61 #define SEEK_SET RED_SEEK_SET macro 70 #define L_SET SEEK_SET
|
| A D | fsstress.c | 2264 lseek64( fd, off, SEEK_SET ); in read_f() 2579 lseek64( fd, off, SEEK_SET ); in write_f()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/ |
| A D | code_signature_verification_mbedtls.c | 156 lWindowsError = fseek( pFile, 0, SEEK_SET ); /*lint !e586 in otaPal_ReadAndAssumeCertificate() 419 if( fseek( C->pFile, 0L, SEEK_SET ) == 0 ) /*lint !e586 in xValidateImageSignature()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/ |
| A D | ota_pal.c | 161 lResult = fseek( C->pFile, ulOffset, SEEK_SET ); /*lint !e586 !e713 !e9034 in otaPal_WriteBlock()
|
Completed in 21 milliseconds