Searched refs:S_IWUSR (Results 1 – 5 of 5) sorted by relevance
238 #if !S_IWUSR && S_IWRITE239 # define S_IWUSR S_IWRITE241 #if !S_IWUSR242 # define S_IWUSR 00200245 # define S_IWGRP (S_IWUSR >> 3)248 # define S_IWOTH (S_IWUSR >> 6)265 # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in __gen_tempname()273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in __gen_tempname()277 fd = __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR); in __gen_tempname()
99 if (mode & S_IWUSR) acl_text[ 4] = 'w'; in qset_acl()217 if (mode & S_IWUSR) acl_text[ 7] = 'w'; in qset_acl()
58 # define S_IWUSR _S_IWRITE macro95 # define S_IWRITE S_IWUSR266 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP | in _M_open()
220 return this->_M_open(name, openmode, S_IRUSR | S_IWUSR | S_IRGRP | in _M_open()