Lines Matching refs:tst_res_
19 tst_res_(file, lineno, TPASS, "%s = %d", path, val);
23 tst_res_(file, lineno, TFAIL, "%s != %d got %d", path, val, sys_val);
33 tst_res_(file, lineno, TPASS, "%s = %lu", path, val);
37 tst_res_(file, lineno, TFAIL, "%s != %lu got %lu", path, val, sys_val);
49 tst_res_(file, lineno, TPASS, "%s %s = %d", path, prefix, sys_val);
53 tst_res_(file, lineno, TFAIL, "%s %s != %d got %d", path, prefix, val, sys_val);
62 tst_res_(file, lineno, TPASS, "%s = '%s'", path, val);
66 tst_res_(file, lineno, TFAIL, "%s != '%s' got '%s'", path, val, sys_val);
78 tst_res_(file, lineno, TPASS, "%s %s = '%s'", path, prefix, sys_val);
82 tst_res_(file, lineno, TFAIL, "%s %s != '%s' got '%s'", path, prefix, val, sys_val);