HomeSort by relevance Sort by last modified time
    Searched refs:strerror (Results 1 - 25 of 3260) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/lbl/
os-solaris2.h 23 char *strerror(int);
  /external/tcpdump/lbl/
os-solaris2.h 26 char *strerror(int);
  /external/clang/test/CodeGen/
asm-label.c 4 char *strerror(int) asm("alias");
9 strerror(-1);
  /external/flac/include/share/
macros.h 44 fprintf (stderr, "%s : %s\n", #x, strerror (errno)) ; \
  /system/core/base/
errors_unix.cpp 25 return strerror(error_code);
  /toolchain/binutils/binutils-2.27/libiberty/
xstrerror.c 1 /* xstrerror.c -- jacket routine for more robust strerror() usage.
9 Behaves exactly like the standard @code{strerror} function, but
27 extern char *strerror (int,...);
40 extern char *strerror (int);
46 /* If strerror returns NULL, we'll format the number into a static buffer. */
51 /* Like strerror, but result is never a null pointer. */
61 vmslib_strerror = (char *(*) (int,...)) strerror;
69 errstr = strerror (errnum);
  /external/libchrome/base/synchronization/
read_write_lock_posix.cc 16 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);
lock_impl_posix.cc 33 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);
  /system/core/adb/sysdeps/
errno.h 24 #define strerror adb_strerror macro
  /frameworks/rs/
rsSignal.cpp 35 ALOGE("Signal::init: mutex init failure: %s", strerror(status));
41 ALOGE("Signal::init: condition init failure: %s", strerror(status));
52 ALOGE("Signal::set: error locking for set condition: %s", strerror(status));
60 ALOGE("Signal::set: error on set condition: %s", strerror(status));
65 ALOGE("Signal::set: error unlocking for set condition: %s", strerror(status));
72 ALOGE("Signal::wait: error locking for condition: %s", strerror(status));
83 ALOGE("Signal::wait: error waiting for condition: %s", strerror(status));
88 ALOGE("Signal::wait: error unlocking for condition: %s", strerror(status));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-1.c 55 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));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
2-1.c 46 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(rc))
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
30-1.c 126 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(EINVAL))
    [all...]
  /external/linux-kselftest/tools/testing/selftests/capabilities/
test_execve.c 43 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(errno))
    [all...]
  /device/generic/goldfish/include/
qemud.h 57 D("QEMUD pipe is not available for %s: %s", name, strerror(errno));
63 D("no qemud control socket: %s", strerror(errno));
70 strerror(errno));
99 D("can't write qemud frame header: %s", strerror(errno));
104 D("can4t write qemud frame payload: %s", strerror(errno));
117 D("can't read qemud frame header: %s", strerror(errno));
129 D("can't read qemud frame payload: %s", strerror(errno));
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
step_after_suspend_test.c 41 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(errno))
    [all...]
  /external/ltp/testcases/kernel/syscalls/kill/
kill04.c 94 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/
1-1.c 42 "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/
1-1.c 37 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));
3-2.c 41 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));
3-3.c 42 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/
1-1.c 37 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));
  /frameworks/compile/mclinker/unittests/
SystemUtilsTest.cpp 35 ASSERT_TRUE(NULL != mcld::sys::strerror(0));
  /system/core/adb/sysdeps/win32/
errno.cpp 23 // Overrides strerror() to handle error codes not supported by the Windows C
26 // sysdeps.h defines strerror to adb_strerror, but in this function, we
27 // want to call the real C Runtime strerror().
28 #pragma push_macro("strerror")
29 #undef strerror macro
33 char* errmsg = strerror(-1);
37 errmsg = strerror(err);
65 // buffer used by strerror()/_strerror(). _strerror() appends the
81 // strerror() can muster (probably "Unknown error" or some
83 errmsg = strerror(err)
    [all...]
  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir05.c 96 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));

Completed in 671 milliseconds

1 2 3 4 5 6 7 8 91011>>