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