Searched refs:_S_IWRITE (Results 1 – 9 of 9) sorted by relevance
53 # define S_IWRITE _S_IWRITE58 # define S_IWUSR _S_IWRITE62 # define S_IWGRP _S_IWRITE66 # define S_IWOTH _S_IWRITE97 # define _S_IWRITE S_IWRITE macro
107 #define _S_IWRITE 0000200 /* write permission, owner */ macro
363 statbuf->mode |= _S_IWRITE; in _dbus_stat()
574 ret = _chmod( path, _S_IREAD | _S_IWRITE ); in path_delete_file()
460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStderr()
504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
1010 fd = _sopen(f, _O_BINARY, _SH_DENYNO, _S_IREAD | _S_IWRITE); in main()