Searched defs:msgp (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/ |
D | 7-1-buildonly.c | 15 char *msgp; in test_mq_send_prototype() local
|
D | 6-1-buildonly.c | 16 char *msgp; in test_mq_receive_prototype() local
|
D | 9-1-buildonly.c | 17 char *msgp; in test_mq_timedreceive_prototype() local
|
D | 10-1-buildonly.c | 15 char *msgp; in test_mq_timedsend_prototype() local
|
/third_party/ltp/include/ |
D | tst_safe_sysv_ipc.h | 20 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ argument 25 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
|
/third_party/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 82 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd() 102 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv()
|