Home | History | Annotate | Download | only in lib

Lines Matching full:lineno

26 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg)
33 file, lineno, (int)key, msgflg);
39 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
48 file, lineno, msqid, msgp, msgsz, msgflg);
54 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
63 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
69 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd,
77 file, lineno, msqid, cmd, buf);
83 int safe_shmget(const char *file, const int lineno, key_t key, size_t size,
91 file, lineno, (int)key, size, shmflg);
97 void *safe_shmat(const char *file, const int lineno, int shmid,
105 file, lineno, shmid, shmaddr, shmflg);
111 int safe_shmdt(const char *file, const int lineno, const void *shmaddr)
118 file, lineno, shmaddr);
124 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd,
132 file, lineno, shmid, cmd, buf);