Lines Matching defs:lineno
28 static inline int safe_mq_open(const char *file, const int lineno,
54 tst_brk_(file, lineno, TBROK | TERRNO,
58 tst_brk_(file, lineno, TBROK | TERRNO,
65 static inline int safe_mq_close(const char *file, const int lineno,
73 tst_brk_(file, lineno, TBROK | TERRNO,
76 tst_brk_(file, lineno, TBROK | TERRNO,
83 static inline int safe_mq_unlink(const char *file, const int lineno,
91 tst_brk_(file, lineno, TBROK | TERRNO,
94 tst_brk_(file, lineno, TBROK | TERRNO,
101 static inline int safe_mq_notify(const char *file, const int lineno,
109 tst_brk_(file, lineno, TBROK | TERRNO, "mq_notify() failed");
114 static inline int safe_mq_send(const char *file, const int lineno,
123 tst_brk_(file, lineno, TBROK | TERRNO,