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

1 2 3 4 5 6 7 8 91011>>

  /external/libpcap/lbl/
os-solaris2.h 25 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 28 char *strerror(int);
  /ndk/sources/android/support/src/musl-locale/
strerror_l.c 6 return strerror(err);
  /bionic/libc/bionic/
strerror.cpp 34 GLOBAL_INIT_THREAD_LOCAL_BUFFER(strerror); variable
36 char* strerror(int error_number) { function
43 LOCAL_INIT_THREAD_LOCAL_BUFFER(char*, strerror, NL_TEXTMAX);
  /external/chromium_org/base/synchronization/
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/extras/tests/bionic/libc/common/
test_semaphore.c 54 printf( "thread 1: could not wait for semaphore: %s\n", strerror(errno) );
61 printf( "thread 2: could not post semaphore: %s\n", strerror(errno) );
74 printf( "thread 2: could not wait for semaphore: %s\n", strerror(errno) );
81 printf( "thread 2: could not post semaphore: %s\n", strerror(errno) );
95 printf( "thread 3: could not wait for semaphore: %s\n", strerror(errno) );
117 printf( "could not initialize semaphore: %s\n", strerror(errno) );
123 printf("could not create thread %d: %s\n", nn+1, 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...]
  /system/vold/
NetlinkManager.cpp 62 SLOGE("Unable to create uevent socket: %s", strerror(errno));
67 SLOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
72 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
77 SLOGE("Unable to bind uevent socket: %s", strerror(errno));
83 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
98 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
Loop.cpp 52 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
67 strerror(errno));
96 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
111 strerror(errno));
146 SLOGE("Error creating loop device node (%s)", strerror(errno));
152 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
164 strerror(errno));
180 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
186 SLOGE("Error setting up loopback interface (%s)", strerror(errno));
199 SLOGE("Error setting loopback status (%s)", strerror(errno))
    [all...]
Devmapper.cpp 45 SLOGE("Error allocating memory (%s)", strerror(errno));
52 SLOGE("Error allocating memory (%s)", strerror(errno));
59 SLOGE("Error opening devmapper (%s)", strerror(errno));
69 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno));
93 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno));
136 SLOGE("Error allocating memory (%s)", strerror(errno));
142 SLOGE("Error opening devmapper (%s)", strerror(errno));
152 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno));
170 SLOGE("Error allocating memory (%s)", strerror(errno));
176 SLOGE("Error opening devmapper (%s)", strerror(errno))
    [all...]
  /hardware/libhardware/include/hardware/
qemud.h 75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno));
81 D("no qemud control socket: %s", strerror(errno));
88 strerror(errno));
117 D("can't write qemud frame header: %s", strerror(errno));
122 D("can4t write qemud frame payload: %s", strerror(errno));
135 D("can't read qemud frame header: %s", strerror(errno));
147 D("can't read qemud frame payload: %s", strerror(errno));
  /system/netd/server/
main.cpp 62 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno));
71 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno));
77 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno));
83 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno));
91 ALOGE("Unable to start CommandListener (%s)", strerror(errno));
NetlinkManager.cpp 66 ALOGE("Unable to create netlink socket: %s", strerror(errno));
71 ALOGE("Unable to set uevent socket SO_RCVBUFFORCE option: %s", strerror(errno));
77 SLOGE("Unable to set uevent socket SO_PASSCRED option: %s", strerror(errno));
83 ALOGE("Unable to bind netlink socket: %s", strerror(errno));
90 ALOGE("Unable to start NetlinkHandler: %s", strerror(errno));
127 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
138 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
150 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
  /hardware/qcom/display/msm8226/liboverlay/
mdpWrapper.h 124 strerror(errno));
133 strerror(errno));
142 strerror(errno));
151 strerror(errno));
160 strerror(errno));
169 strerror(errno));
178 "err=%s", strerror(errno));
187 strerror(errno));
196 strerror(errno));
205 strerror(errno))
    [all...]
  /external/valgrind/main/none/tests/
threadederrno.c 11 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
18 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
30 printf("f = %ld, errno = %d (%s)\n", (long)f, errno, strerror(errno));
pth_rwlock.c 18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e));
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
pth_stackalign.c 23 fprintf(stderr, "pthread_create: %s\n", strerror(e));
29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
  /system/core/init/
watchdogd.c 52 ERROR("watchdogd: Failed to open %s: %s\n", DEV_NAME, strerror(errno));
58 ERROR("watchdogd: Failed to set timeout to %d: %s\n", timeout, strerror(errno));
61 ERROR("watchdogd: Failed to get timeout: %s\n", strerror(errno));
  /external/bluetooth/bluedroid/osi/src/
semaphore.c 43 ALOGE("%s unable to allocate semaphore: %s", __func__, strerror(errno));
63 ALOGE("%s unable to wait on semaphore: %s", __func__, strerror(errno));
72 ALOGE("%s unable to get flags for semaphore fd: %s", __func__, strerror(errno));
76 ALOGE("%s unable to set O_NONBLOCK for semaphore fd: %s", __func__, strerror(errno));
85 ALOGE("%s unable to resetore flags for semaphore fd: %s", __func__, strerror(errno));
94 ALOGE("%s unable to post to semaphore: %s", __func__, strerror(errno));
  /external/qemu/distrib/sdl-1.2.15/src/loadso/beos/
SDL_sysloadso.c 40 SDL_SetError(strerror((int) library_id));
54 SDL_SetError(strerror(rc));
  /frameworks/base/cmds/idmap/
idmap.cpp 136 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
141 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
157 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
162 ALOGD("error: failed to read apk %s: %s\n", overlay_apk_path, strerror(errno));
178 ALOGD("error: no read access to %s: %s\n", overlay_dir, strerror(errno));
183 ALOGD("error: failed to read apk %s: %s\n", target_apk_path, strerror(errno));
188 ALOGD("error: no write access to %s: %s\n", idmap_dir, strerror(errno));
199 ALOGD("error: failed to read idmap %s: %s\n", idmap_path, strerror(errno));
  /hardware/qcom/display/msm8974/liboverlay/
mdpWrapper.h 122 strerror(errno));
132 strerror(errno));
142 strerror(errno));
152 strerror(errno));
162 strerror(errno));
172 strerror(errno));
182 strerror(errno));
192 strerror(errno));
202 strerror(errno));
212 strerror(errno))
    [all...]
  /system/core/toolbox/
runcon.c 19 fprintf(stderr, "Could not set context to %s: %s\n", argv[1], strerror(errno));
26 fprintf(stderr, "Could not exec %s: %s\n", argv[0], strerror(errno));
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 44 ALOGE("open %s: %s", filename.c_str(), strerror(errno));
50 ALOGE("fstat %s: %s", filename.c_str(), strerror(errno));
63 ALOGE("mmap %s: %s", filename.c_str(), strerror(errno));
68 ALOGE("munmap %s: %s", filename.c_str(), strerror(errno));

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>