Searched refs:strerror (Results 1 - 25 of 1853) sorted by relevance

1234567891011>>

/external/libpcap/lbl/
H A Dos-solaris2.h23 char *strerror(int);
/external/tcpdump/lbl/
H A Dos-solaris2.h26 char *strerror(int);
/external/clang/test/CodeGen/
H A Dasm-label.c4 char *strerror(int) asm("alias");
9 strerror(-1);
/external/flac/include/share/
H A Dmacros.h44 fprintf (stderr, "%s : %s\n", #x, strerror (errno)) ; \
/external/libchrome/base/synchronization/
H A Dread_write_lock_posix.cc16 DCHECK_EQ(result, 0) << ". " << strerror(result);
21 DCHECK_EQ(result, 0) << ". " << strerror(result);
26 DCHECK_EQ(result, 0) << ". " << strerror(result);
31 DCHECK_EQ(result, 0) << ". " << strerror(result);
36 DCHECK_EQ(result, 0) << ". " << strerror(result);
H A Dlock_impl_posix.cc33 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
37 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
43 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
46 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
48 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
53 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
58 DCHECK(rv == 0 || rv == EBUSY) << ". " << strerror(rv);
65 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
70 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-1.c55 fprintf(stderr, "pthread_attr_init(): %s\n", strerror(ret));
64 strerror(ret));
70 fprintf(stderr, "pthread_create(): %s\n", strerror(ret));
81 strerror(ret));
90 strerror(ret));
H A D1-2.c43 fprintf(stderr, "pthread_create(): %s\n", strerror(ret));
52 strerror(ret));
H A D2-1.c43 fprintf(stderr, "ptread_create(): %s\n", strerror(ret));
50 printf("Test FAILED (pthread_join(): %s)\n", strerror(ret));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
H A D2-1.c46 printf(ERROR_PREFIX "pthread_getattr_np: %s", strerror(rc));
50 printf(ERROR_PREFIX "pthread_attr_getstack: %s", strerror(rc));
73 printf(ERROR_PREFIX "pthread_attr_init: %s", strerror(rc));
80 printf(ERROR_PREFIX "pthread_attr_getstack: %s", strerror(rc));
95 printf(ERROR_PREFIX "posix_memalign: %s\n", strerror(rc));
101 strerror(rc));
107 strerror(rc));
112 printf(ERROR_PREFIX "pthread_create: %s\n", strerror(rc));
117 printf(ERROR_PREFIX "pthread_join: %s\n", strerror(rc));
122 printf(ERROR_PREFIX "pthread_attr_destroy: %s\n", strerror(r
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D30-1.c126 errno, strerror(errno), EINVAL, strerror(EINVAL));
143 errno, strerror(errno), EINVAL, strerror(EINVAL));
160 errno, strerror(errno), EINVAL, strerror(EINVAL));
179 errno, strerror(errno), EINVAL, strerror(EINVAL));
196 errno, strerror(errno), EINVAL, strerror(EINVA
[all...]
/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dtest_execve.c43 ksft_exit_fail_msg("vsnprintf failed - %s\n", strerror(errno));
54 filename, strerror(errno));
62 filename, strerror(errno));
67 filename, strerror(errno));
107 strerror(errno));
109 ksft_exit_fail_msg("setresuid - %s\n", strerror(errno));
118 "capng_apply - %s\n", strerror(errno));
134 strerror(errno));
143 ksft_exit_fail_msg("getcwd - %s\n", strerror(errno));
147 strerror(errn
[all...]
/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c41 strerror(errno));
47 strerror(errno));
52 ksft_print_msg("raise(SIGSTOP) failed: %s\n", strerror(errno));
66 ksft_print_msg("fork() failed: %s\n", strerror(errno));
74 ksft_print_msg("waitpid() failed: %s\n", strerror(errno));
78 ksft_print_msg("child did not stop: %s\n", strerror(errno));
83 strerror(errno));
91 strerror(errno));
94 strerror(errno));
100 ksft_print_msg("waitpid() failed: $s\n", strerror(errn
[all...]
/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill04.c94 TCID, TEST_ERRNO, strerror(TEST_ERRNO),
105 strerror(TEST_ERRNO));
109 strerror(TEST_ERRNO), 3, strerror(3));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_init/
H A D1-1.c42 "return code %d, %s\n", rc, strerror(rc));
49 " return code: %d, %s\n", rc, strerror(rc));
63 "return code %d, %s\n", rc, strerror(rc));
75 " return code: %d, %s\n", rc, strerror(rc));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
H A D1-1.c37 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
49 strerror(error));
56 printf("pthread_mutex_init failed: %s\n", strerror(error));
64 strerror(error));
H A D3-2.c41 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
52 strerror(error));
59 printf("pthread_mutex_init failed: %s\n", strerror(error));
71 "expected: %s\n", strerror(error));
H A D3-3.c42 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
54 strerror(error));
61 printf("pthread_mutex_init failed: %s\n", strerror(error));
73 "expected: %s\n", strerror(error));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/
H A D1-1.c37 printf("pthread_mutexattr_init failed: %s\n", strerror(error));
49 strerror(error));
56 printf("pthread_mutex_init failed: %s\n", strerror(error));
64 strerror(error));
/external/ltp/testcases/kernel/syscalls/rmdir/
H A Drmdir05.c96 strerror(TEST_ERRNO));
102 strerror(TEST_ERRNO), EBUSY);
133 strerror(TEST_ERRNO));
138 strerror(TEST_ERRNO), EFAULT);
160 strerror(TEST_ERRNO));
165 strerror(TEST_ERRNO), EFAULT);
181 dir_name, errno, strerror(errno));
189 dir_name, TEST_ERRNO, strerror(TEST_ERRNO));
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D2-1.c45 printf(ERROR_PREFIX "pthread_getattr_np: %s\n", strerror(rc));
50 strerror(rc));
87 printf(ERROR_PREFIX "posix_memalign: %s", strerror(rc));
94 strerror(rc));
101 strerror(rc));
107 printf(ERROR_PREFIX "pthread_create: %s\n", strerror(rc));
113 printf(ERROR_PREFIX "pthread_join: %s\n", strerror(rc));
119 printf(ERROR_PREFIX "pthread_attr_destroy :%s\n", strerror(rc));
H A D1-1.c60 "allocating the stack memory: %s", strerror(rc));
67 strerror(rc));
74 strerror(rc));
82 strerror(rc));
88 printf(ERROR_PREFIX "pthread_join: %s", strerror(rc));
94 printf(ERROR_PREFIX "pthread_attr_destroy: %s", strerror(rc));
/external/ltp/testcases/open_posix_testsuite/include/
H A Dsafe_helpers.h27 __FILE__, ret, strerror(ret), __LINE__, #op); \
38 __FILE__, ret, strerror(errno), __LINE__, #op); \
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D11-1.c39 strerror(errno), errno);
55 strerror(errno), errno);
78 strerror(errno), errno);
84 strerror(errno), errno);
90 printf("Fork failed: %s (%d)\n", strerror(errno), errno);
98 printf("Wait failed: %s (%d)\n", strerror(errno), errno);
/external/ltp/testcases/kernel/fs/stream/
H A Dstream05.c79 strerror(errno));
87 strerror(errno));
93 strerror(errno));
112 strerror(errno));
138 strerror(errno));
143 strerror(errno));
150 strerror(errno));
166 tst_resm(TFAIL, "clearerr failed: %s", strerror(errno));
185 strerror(errno));
192 strerror(errn
[all...]

Completed in 1819 milliseconds

1234567891011>>