Lines Matching refs:lineno
145 static void tst_res__(const char *file, const int lineno, int ttype, in tst_res__() argument
155 len = sprintf(tmesg, "%s:%d: ", file, lineno); in tst_res__()
441 static void tst_brk__(const char *file, const int lineno, int ttype, in tst_brk__() argument
463 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_brk__()
466 tst_res__(file, lineno, ttype, in tst_brk__()
470 tst_res__(file, lineno, TBROK, in tst_brk__()
490 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_() argument
498 tst_res_(file, lineno, ttype, "%s", tmesg); in tst_resm_()
500 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_()
503 void tst_resm_hexd_(const char *file, const int lineno, int ttype, in tst_resm_hexd_() argument
506 NO_NEWLIB_ASSERT(file, lineno); in tst_resm_hexd_()
521 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_()
534 tst_res__(file, lineno, ttype, "%s", tmesg); in tst_resm_hexd_()
542 void tst_brkm_(const char *file, const int lineno, int ttype, in tst_brkm_() argument
551 tst_brk_(file, lineno, TBROK, in tst_brkm_()
555 tst_brk_(file, lineno, ttype, "%s", tmesg); in tst_brkm_()
557 tst_brk__(file, lineno, ttype, func, "%s", tmesg); in tst_brkm_()