Home
last modified time | relevance | path

Searched refs:tst_resm_ (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/lib/
Dsafe_file_ops.c79 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()
Dtst_mkfs.c48 tst_resm_(file, lineno, TINFO, in tst_mkfs_()
96 tst_resm_(file, lineno, TINFO, in tst_mkfs_()
Dtst_res.c523 void tst_resm_(const char *file, const int lineno, int ttype, in tst_resm_() function
Dsafe_macros.c623 tst_resm_(file, lineno, TINFO, in safe_sysconf()
864 tst_resm_(file, lineno, TINFO, "Trying FUSE..."); in safe_mount()
Dsafe_net.c353 tst_resm_(file, lineno, TINFO, in safe_bind()
/third_party/ltp/lib/newlib_tests/
Dtest02.c12 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/
Dtest.h118 void tst_resm_(const char *file, const int lineno, int ttype,
122 tst_resm_(__FILE__, __LINE__, (ttype), \