Searched refs:strerror (Results 1 - 25 of 1849) 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/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.cc20 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
22 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
24 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
26 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
35 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
40 DCHECK(rv == 0 || rv == EBUSY) << ". " << strerror(rv);
46 DCHECK_EQ(rv, 0) << ". " << strerror(rv);
51 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/openssh/openbsd-compat/
H A Dport-solaris.c55 "contract: %s", __func__, strerror(errno));
60 "status: %s", __func__, strerror(errno));
65 __func__, strerror(errno));
80 CT_TEMPLATE, strerror(errno));
90 "(pgrponly): %s", __func__, strerror(errno));
95 "fatal events: %s", __func__, strerror(errno));
100 "critical events: %s", __func__, strerror(errno));
105 "informative events: %s", __func__, strerror(errno));
112 "template: %s", __func__, strerror(errno));
133 "template: %s", __func__, strerror(errn
[all...]
H A Dport-irix.c62 strerror(errno));
68 strerror(errno));
78 (int)projid, pw->pw_name, strerror(errno));
84 debug("error setting satid: %.100s", strerror(errno));
H A Dbsd-setres_id.c40 error("setregid %u: %.100s", rgid, strerror(errno));
47 error("setegid %u: %.100s", (u_int)egid, strerror(errno));
53 error("setgid %u: %.100s", rgid, strerror(errno));
75 error("setreuid %u: %.100s", ruid, strerror(errno));
84 error("seteuid %u: %.100s", euid, strerror(errno));
91 error("setuid %u: %.100s", ruid, strerror(errno));
/external/bison/lib/
H A Dstrerror.c0 /* strerror.c --- POSIX compatible system error routine
29 #include "strerror-override.h"
36 strerror (int n) function
37 #undef strerror macro
42 /* Cast away const, due to the historical signature of strerror;
48 msg = strerror (n);
50 /* Our strerror_r implementation might use the system's strerror
51 buffer, so all other clients of strerror have to see the error
53 even if the system strerror is, but portable programs shouldn't
54 be using strerror i
[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/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/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...]
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl09.c166 TEST_ERRNO, strerror(TEST_ERRNO));
187 strerror(TEST_ERRNO));
217 strerror(errno));
220 fname, errno, strerror(errno));
224 errno, strerror(errno));
241 strerror(errno));
244 errno, strerror(errno));

Completed in 1010 milliseconds

1234567891011>>