Lines Matching refs:lineno
199 static void print_result(const char *file, const int lineno, int ttype,
247 ret = snprintf(str, size, "%s:%i: ", file, lineno);
264 tst_res_(file, lineno, TWARN,
272 tst_res_(file, lineno, TWARN,
291 void tst_vres_(const char *file, const int lineno, int ttype, const char *fmt,
294 print_result(file, lineno, ttype, fmt, va);
299 void tst_vbrk_(const char *file, const int lineno, int ttype, const char *fmt,
302 static void (*tst_brk_handler)(const char *file, const int lineno, int ttype,
305 static void tst_cvres(const char *file, const int lineno, int ttype,
313 print_result(file, lineno, ttype, fmt, va);
329 void tst_vbrk_(const char *file, const int lineno, int ttype, const char *fmt,
332 print_result(file, lineno, ttype, fmt, va);
350 void tst_res_(const char *file, const int lineno, int ttype,
356 tst_vres_(file, lineno, ttype, fmt, va);
360 void tst_brk_(const char *file, const int lineno, int ttype,
366 tst_brk_handler(file, lineno, ttype, fmt, va);
426 pid_t safe_fork(const char *filename, unsigned int lineno)
437 tst_brk_(filename, lineno, TBROK | TERRNO, "fork() failed");
448 pid_t safe_clone(const char *file, const int lineno,
460 tst_brk_(file, lineno, TBROK | TERRNO, "clone3 failed");
463 tst_brk_(file, lineno, TBROK | TERRNO, "clone failed");