Searched refs:S_IWRITE (Results 1 – 15 of 15) sorted by relevance
265 #ifndef S_IWRITE266 #define S_IWRITE 0000200 macro
288 S_IREAD | S_IWRITE); in make_a_file()387 outh = yaffs_open(fn, O_CREAT | O_RDWR | O_TRUNC, S_IREAD | S_IWRITE); in cmd_yaffs_mwrite_file()
866 if (writeRequested && !(obj->yst_mode & S_IWRITE)) in yaffs_open_sharing()2271 if ((amode & W_OK) && !(obj->yst_mode & S_IWRITE)) in yaffs_access()
42 #define mkstemp(t) open(mktemp(t), MKTEMP_X|O_RDWR|O_TRUNC|O_CREAT, S_IREAD|S_IWRITE)
55 #define S_IWRITE _S_IWRITE macro
176 # define S_IWRITE S_IWUSR macro
28 newmode = origmode | stat.S_IWRITE | stat.S_IREAD
401 newmode = origmode | stat.S_IWRITE | stat.S_IREAD445 newmode = origmode | stat.S_IWRITE | stat.S_IREAD
3881 * S_IWRITE: Permission Bits. (line 26)
2771 ‘S_IWRITE’2773 Write permission bit for the owner of the file. Usually 0200. ‘S_IWRITE’
9939 ‘S_IWRITE’