Home
last modified time | relevance | path

Searched refs:errcount (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range01.c24 static int errcount, numcopies; variable
134 errcount++; in test_one()
145 errcount++; in test_one()
155 errcount++; in test_one()
184 errcount = numcopies = 0; in copy_file_range_verify()
205 if (errcount == 0) in copy_file_range_verify()
211 tc->message, errcount, numcopies); in copy_file_range_verify()
/third_party/boost/libs/spirit/classic/example/fundamental/
Derror_reporting.cpp26 static short errcount = 0; variable
42 errcount++; in operator ()()
108 if( parse(str.c_str(), g, space_p).full && !errcount ) in main()
/third_party/libxml2/
DtestOOM.c41 int errcount = 0; variable
232 errcount++; in error_func()
286 …(stdout, "error handler was called but parse completed successfully (last error #%d)\n", errcount); in check_load_file_memory_func()