Home
last modified time | relevance | path

Searched refs:mq_open_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dmqueue.cc32 int mq = mq_open_("/cap_mq", O_RDWR|O_CREAT, 0644, NULL);
63 EXPECT_CAPMODE(mq_open_("/cap_mw", O_RDWR|O_CREAT, 0644, NULL));
H A Dsyscalls.h89 #define mq_open_ __sys_kmq_open macro
224 #define mq_open_ mq_open macro