Home | History | Annotate | Download | only in lib

Lines Matching full:lineno

158 static void tst_res__(const char *file, const int lineno, int ttype,
168 len = sprintf(tmesg, "%s:%d: ", file, lineno);
473 static void tst_brk__(const char *file, const int lineno, int ttype,
495 tst_res__(file, lineno, ttype, "%s", tmesg);
498 tst_res__(file, lineno, ttype,
502 tst_res__(file, lineno, TBROK,
522 void tst_resm_(const char *file, const int lineno, int ttype,
530 tst_res_(file, lineno, ttype, "%s", tmesg);
532 tst_res__(file, lineno, ttype, "%s", tmesg);
535 typedef void (*tst_res_func_t)(const char *file, const int lineno,
538 void tst_resm_hexd_(const char *file, const int lineno, int ttype,
559 res_func(file, lineno, ttype, "%s", tmesg);
571 res_func(file, lineno, ttype, "%s", tmesg);
577 void tst_brkm_(const char *file, const int lineno, int ttype,
586 tst_brk_(file, lineno, TBROK,
590 tst_brk_(file, lineno, ttype, "%s", tmesg);
592 tst_brk__(file, lineno, ttype, func, "%s", tmesg);