/external/ltp/include/ |
D | tst_safe_sysv_ipc.h | 32 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \ argument 37 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \ argument
|
/external/ltp/lib/ |
D | tst_safe_sysv_ipc.c | 46 size_t msgsz, int msgflg) in safe_msgsnd() 61 size_t msgsz, long msgtyp, int msgflg) in safe_msgrcv()
|
/external/strace/tests/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/strace/tests-m32/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/strace/tests-mx32/ |
D | ipc.c | 105 const long msgsz = -3; in main() local
|
D | ipc_msgbuf.c | 40 #define msgsz sizeof(text_string) macro
|
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd02.c | 49 int msgsz; member
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1286 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1289 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1292 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1296 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1285 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1288 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1291 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1295 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|
D | netbsd_syscall_hooks.h | 1180 #define __sanitizer_syscall_pre_msgsnd(msqid, msgp, msgsz, msgflg) \ argument 1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
|