Searched refs:O_WRONLY (Results 1 – 3 of 3) sorted by relevance
129 if(((mqdes->f_flag & O_WRONLY) != O_WRONLY) && ((mqdes->f_flag & O_RDWR) != O_RDWR)) in mq_send()
50 #define O_WRONLY 0x0001 macro
172 case O_WRONLY: in mq_open()