Lines Matching defs:file
19 * otherwise, applies only to this software file. Patent licenses, if
168 static void tst_res__(const char *file, const int lineno, int ttype,
177 if (file && (ttype_result != TPASS && ttype_result != TINFO))
178 len = sprintf(tmesg, "%s:%d: ", file, lineno);
245 * If a file was specified, print the current result since we have no
246 * way of retaining the file contents for comparing with future
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);