HomeSort by relevance Sort by last modified time
    Searched refs:print_test_result (Results 1 - 9 of 9) sorted by null

  /external/ltp/testcases/kernel/syscalls/getdents/
getdents02.c 53 static void print_test_result(int err, int exp_errno);
108 static void print_test_result(int err, int exp_errno) function
134 print_test_result(errno, EBADF);
150 print_test_result(errno, EINVAL);
168 print_test_result(errno, ENOTDIR);
189 print_test_result(errno, ENOENT);
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite02.c 128 static void print_test_result(int err, int exp_errno) function
153 print_test_result(errno, ESPIPE);
168 print_test_result(errno, EINVAL);
179 print_test_result(errno, EBADF);
190 print_test_result(errno, EBADF);
205 print_test_result(errno, EFAULT);
  /external/libmicrohttpd/src/testcurl/https/
test_https_get.c 125 print_test_result (errorCount, argv[0]);
test_tls_authentication.c 102 print_test_result (errorCount, argv[0]);
test_https_multi_daemon.c 125 print_test_result (errorCount, "concurent_daemon_pair");
test_https_time_out.c 140 print_test_result (errorCount, argv[0]);
tls_test_common.h 87 void print_test_result (int test_outcome, char *test_name);
test_https_session_info.c 181 print_test_result (errorCount, argv[0]);
tls_test_common.c 139 print_test_result (int test_outcome, char *test_name) function

Completed in 278 milliseconds