Lines Matching refs:lineno

64 int safe_msgget(const char *file, const int lineno, key_t key, int msgflg)
71 tst_brk_(file, lineno, TBROK | TERRNO, "msgget(%i, %x) failed",
74 tst_brk_(file, lineno, TBROK | TERRNO,
82 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
90 tst_brk_(file, lineno, TBROK | TERRNO,
94 tst_brk_(file, lineno, TBROK | TERRNO,
102 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
110 tst_brk_(file, lineno, TBROK | TERRNO,
114 tst_brk_(file, lineno, TBROK | TERRNO,
122 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd,
130 tst_brk_(file, lineno, TBROK | TERRNO,
133 tst_brk_(file, lineno, TBROK | TERRNO,
141 int safe_shmget(const char *file, const int lineno, key_t key, size_t size,
149 tst_brk_(file, lineno, TBROK | TERRNO,
152 tst_brk_(file, lineno, TBROK | TERRNO,
160 void *safe_shmat(const char *file, const int lineno, int shmid,
168 tst_brk_(file, lineno, TBROK | TERRNO,
175 int safe_shmdt(const char *file, const int lineno, const void *shmaddr)
182 tst_brk_(file, lineno, TBROK | TERRNO, "shmdt(%p) failed",
185 tst_brk_(file, lineno, TBROK | TERRNO,
192 int safe_shmctl(const char *file, const int lineno, int shmid, int cmd,
200 tst_brk_(file, lineno, TBROK | TERRNO,
203 tst_brk_(file, lineno, TBROK | TERRNO,
211 int safe_semget(const char *file, const int lineno, key_t key, int nsems,
219 tst_brk_(file, lineno, TBROK | TERRNO,
222 tst_brk_(file, lineno, TBROK | TERRNO,
230 int safe_semctl(const char *file, const int lineno, int semid, int semnum,
255 tst_brk_(file, lineno, TBROK | TERRNO,
258 tst_brk_(file, lineno, TBROK | TERRNO,
266 int safe_semop(const char *file, const int lineno, int semid, struct sembuf *sops,
273 tst_brk_(file, lineno, TBROK | TERRNO,
276 tst_brk_(file, lineno, TBROK | TERRNO,