Searched refs:tst_resm_ (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/lib/ |
D | safe_file_ops.c | 79 tst_resm_(file, lineno, TWARN, "Failed to open FILE '%s'", in file_scanf() 91 tst_resm_(file, lineno, TWARN, in file_scanf() 97 tst_resm_(file, lineno, TWARN, in file_scanf() 104 tst_resm_(file, lineno, TWARN, "Failed to close FILE '%s'", in file_scanf() 113 tst_resm_(file, lineno, TWARN, "Failed to close FILE '%s'", in file_scanf() 221 tst_resm_(file, lineno, TWARN, "Failed to open FILE '%s'", in file_printf() 229 tst_resm_(file, lineno, TWARN, "Failed to print to FILE '%s'", in file_printf() 237 tst_resm_(file, lineno, TWARN, "Failed to close FILE '%s'", in file_printf() 246 tst_resm_(file, lineno, TWARN, "Failed to close FILE '%s'", in file_printf()
|
D | tst_mkfs.c | 48 tst_resm_(file, lineno, TINFO, in tst_mkfs_() 96 tst_resm_(file, lineno, TINFO, in tst_mkfs_()
|
D | tst_res.c | 523 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_() function
|
D | safe_macros.c | 623 tst_resm_(file, lineno, TINFO, in safe_sysconf() 864 tst_resm_(file, lineno, TINFO, "Trying FUSE..."); in safe_mount()
|
D | safe_net.c | 353 tst_resm_(file, lineno, TINFO, in safe_bind()
|
/third_party/ltp/lib/newlib_tests/ |
D | test02.c | 12 void tst_resm_(char *, int, int, char *); 23 tst_resm_(__FILE__, __LINE__, TINFO, "info message"); in do_test() 24 tst_resm_(__FILE__, __LINE__, TPASS, "passed message"); in do_test()
|
/third_party/ltp/include/old/ |
D | test.h | 118 void tst_resm_(const char *file, const int lineno, int ttype, 122 tst_resm_(__FILE__, __LINE__, (ttype), \
|