Lines Matching defs:lineno
168 static void tst_res__(const char *file, const int lineno, int ttype,
178 len = sprintf(tmesg, "%s:%d: ", file, lineno);
483 static void tst_brk__(const char *file, const int lineno, int ttype,
505 tst_res__(file, lineno, ttype, "%s", tmesg);
508 tst_res__(file, lineno, ttype,
512 tst_res__(file, lineno, TBROK,
532 void tst_resm_(const char *file, const int lineno, int ttype,
540 tst_res_(file, lineno, ttype, "%s", tmesg);
542 tst_res__(file, lineno, ttype, "%s", tmesg);
545 typedef void (*tst_res_func_t)(const char *file, const int lineno,
548 void tst_resm_hexd_(const char *file, const int lineno, int ttype,
569 res_func(file, lineno, ttype, "%s", tmesg);
581 res_func(file, lineno, ttype, "%s", tmesg);
587 void tst_brkm__(const char *file, const int lineno, int ttype,
596 tst_brk_(file, lineno, TBROK,
600 tst_brk_(file, lineno, ttype, "%s", tmesg);
603 tst_brk__(file, lineno, ttype, func, "%s", tmesg);