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

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/lbl/
os-solaris2.h 23 char *strerror(int);
  /external/clang/test/CodeGen/
asm-label.c 4 char *strerror(int) asm("alias");
9 strerror(-1);
  /external/tcpdump/lbl/
os-solaris2.h 26 char *strerror(int);
  /prebuilts/ndk/r11/sources/android/support/src/musl-locale/
strerror_l.c 6 return strerror(err);
  /prebuilts/ndk/r13/sources/android/support/src/musl-locale/
strerror_l.c 6 return strerror(err);
  /system/core/base/
errors_unix.cpp 25 return strerror(error_code);
  /toolchain/binutils/binutils-2.25/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 20 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);
  /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...]
  /device/generic/goldfish/include/
qemud.h 54 D("QEMUD pipe is not available for %s: %s", name, strerror(errno));
60 D("no qemud control socket: %s", strerror(errno));
67 strerror(errno));
96 D("can't write qemud frame header: %s", strerror(errno));
101 D("can4t write qemud frame payload: %s", strerror(errno));
114 D("can't read qemud frame header: %s", strerror(errno));
126 D("can't read qemud frame payload: %s", strerror(errno));
  /external/bison/lib/
strerror.c 0 /* 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 if they care about thread-safety. *
    [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));
  /external/openssh/openbsd-compat/
port-irix.c 62 strerror(errno));
68 strerror(errno));
78 (int)projid, pw->pw_name, strerror(errno));
84 debug("error setting satid: %.100s", strerror(errno));
  /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...]

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>