HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 201 - 225 of 3163) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/linux-kselftest/tools/testing/selftests/media_tests/
media_device_open.c 71 printf("Media Device open errno %s\n", strerror(errno));
77 printf("Media Device Info errno %s\n", strerror(errno));
  /external/ltp/lib/
tst_process_state.c 60 proc_path, strerror(errno));
67 proc_path, strerror(errno));
  /external/ltp/testcases/kernel/fs/mongo/
mongo_read.c 42 printf("Open failed (%s)\n", strerror(errno));
49 printf("Read failed (%s)\n", strerror(errno));
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
msgsnd04.c 96 TEST_ERRNO, strerror(TEST_ERRNO));
101 TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/ipc/semget/
semget06.c 96 strerror(TEST_ERRNO));
100 TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/ipc/semop/
semop03.c 104 strerror(TEST_ERRNO));
109 strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/ipc/shmget/
shmget04.c 91 "%d : %s", TEST_ERRNO, strerror(TEST_ERRNO));
96 TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek02.c 164 strerror(TEST_ERRNO));
169 strerror(TEST_ERRNO), EBADF);
lseek10.c 224 TEMP_FILE1, FILE_MODE, errno, strerror(errno));
231 TEMP_FILE1, errno, strerror(errno));
255 TEMP_FILE2, FILE_MODE, errno, strerror(errno));
262 TEMP_FILE2, errno, strerror(errno));
280 TEMP_FILE3, FILE_MODE, errno, strerror(errno));
287 TEMP_FILE3, errno, strerror(errno));
305 TEMP_FILE1, errno, strerror(errno));
310 TEMP_FILE2, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir08.c 158 fname, TEST_ERRNO, strerror(TEST_ERRNO));
165 fname, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir04.c 155 errno, strerror(errno));
165 fname, TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/kernel/syscalls/setgroups/
setgroups01.c 162 len, TEST_ERRNO, strerror(TEST_ERRNO));
191 len, errno, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/sethostname/
sethostname01.c 105 TEST_ERRNO, strerror(TEST_ERRNO));
152 " hostname to \"%s\": %s", hname, strerror(errno));
  /external/ltp/testcases/kernel/syscalls/sigpending/
sigpending02.c 101 strerror(TEST_ERRNO));
105 TEST_ERRNO, strerror(TEST_ERRNO));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
2-2.c 52 printf(TNAME " Error at open(): %s\n", strerror(errno));
59 printf(TNAME " Error at aio_cancel(): %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
3-1.c 83 strerror(errno));
90 strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
23-1.c 36 printf("Error at pipe(): %s\n", strerror(errno));
51 strerror(errno));
32-1.c 37 printf("Error at open(): %s\n", strerror(errno));
51 printf("Test FAILED: Expected EINVAL got %s\n", strerror(errno));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
1-1.c 39 fprintf(stderr, "pthread_create(): %s\n", strerror(ret));
52 fprintf(stderr, "pthread_join(): %s\n", strerror(ret));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
testfrmw.h 41 __FILE__, x, strerror(x), __LINE__, s); \
71 x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
testfrmw.h 37 #include <string.h> /* for the strerror() routine */
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
testfrmw.h 37 #include <string.h> /* for the strerror() routine */
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
testfrmw.h 37 #include <string.h> /* for the strerror() routine */
42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
testfrmw.h 37 #include <string.h> /* for the strerror() routine */
42 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
64 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
testfrmw.h 37 #include <string.h> /* for the strerror() routine */
43 { output("Test %s unresolved: got %i (%s) on line %i (%s)\n", __FILE__, x, strerror(x), __LINE__, s); \
65 { output("Test unresolved: got %i (%s) on line %i (%s)\n", x, strerror(x), __LINE__, s); \

Completed in 894 milliseconds

1 2 3 4 5 6 7 891011>>