Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/tests/posix/
A Dredposixcompat.h44 #undef O_WRONLY
51 #define O_WRONLY RED_O_WRONLY macro
108 #define creat( path, mode ) open( path, O_WRONLY | O_CREAT | O_TRUNC )
A Dfsstress.c414 iFd = open( pszPath, O_WRONLY ); in red_truncate()
1951 fd = open_path( &f, O_WRONLY ); in fdatasync_f()
1999 fd = open_path( &f, O_WRONLY ); in fsync_f()
2547 fd = open_path( &f, O_WRONLY ); in write_f()

Completed in 11 milliseconds