Searched refs:msgID (Results 1 – 5 of 5) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | xsi_msg_queue_test1.cpp | 26 remove_msg_queue(int msgID) in remove_msg_queue() argument 28 return msgctl(msgID, IPC_RMID, 0); in remove_msg_queue() 46 int msgID = msgget(IPC_PRIVATE, S_IRUSR | S_IWUSR); in test_msgget() local 47 assert_posix_bool_success(msgID != -1); in test_msgget() 51 status_t status = remove_msg_queue(msgID); in test_msgget() 56 msgID = msgget(KEY, IPC_CREAT | IPC_EXCL | S_IRUSR | S_IWUSR in test_msgget() 63 assert_equals(msgID, returnID); in test_msgget() 72 status = remove_msg_queue(msgID); in test_msgget() 77 msgID = msgget(KEY, IPC_EXCL | S_IRUSR | S_IWUSR in test_msgget() 83 status = remove_msg_queue(msgID); in test_msgget() [all …]
|
/haiku/src/tests/kits/interface/menu/menuworld/ |
H A D | ViewLayoutFactory.h | 54 uint32 msgID, BPoint pos, 57 uint32 msgID, BPoint pos,
|
H A D | ViewLayoutFactory.cpp | 36 uint32 msgID, BPoint pos, corner posRef) in MakeButton() argument 40 new BMessage(msgID)); in MakeButton() 47 const char* label, uint32 msgID, BPoint pos, corner posRef) in MakeCheckBox() argument 51 new BMessage(msgID)); in MakeCheckBox()
|
/haiku/src/system/libroot/posix/ |
H A D | cat.cpp | 18 catgets(nl_catd cat, int setID, int msgID, const char *defaultMessage) in catgets() argument
|
/haiku/headers/posix/ |
H A D | nl_types.h | 21 extern char* catgets(nl_catd cat, int setID, int msgID,
|