Searched refs:O_WRONLY (Results 1 – 2 of 2) sorted by relevance
44 #undef O_WRONLY51 #define O_WRONLY RED_O_WRONLY macro108 #define creat( path, mode ) open( path, O_WRONLY | O_CREAT | O_TRUNC )
414 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