Searched defs:msgflg (Results 1 - 1 of 1) sorted by relevance

/external/ltp/lib/
H A Dtst_safe_sysv_ipc.c26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg) argument
30 rval = msgget(key, msgflg);
33 file, lineno, (int)key, msgflg);
40 size_t msgsz, int msgflg)
44 rval = msgsnd(msqid, msgp, msgsz, msgflg);
48 file, lineno, msqid, msgp, msgsz, msgflg);
55 size_t msgsz, long msgtyp, int msgflg)
59 rval = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg);
63 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
39 safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, size_t msgsz, int msgflg) argument
54 safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) argument

Completed in 132 milliseconds