Home
last modified time | relevance | path

Searched refs:O_MASK (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/sys/
H A Dfcntl.h133 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\ macro
/netbsd/tests/lib/libc/c063/
H A Dt_o_search.c56 #if defined(__FreeBSD__) || (O_MASK & O_SEARCH) != 0
/netbsd/sys/kern/
H A Dsys_mqueue.c461 CTASSERT((O_MASK & (MQ_UNLINKED | MQ_RECEIVE)) == 0); in mqueue_create()
462 mq->mq_attrib.mq_flags = (O_MASK & oflag); in mqueue_create()