/ndk/sources/android/support/src/musl-locale/ |
strerror_l.c | 6 return strerror(err);
|
/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);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
strerror.m4 | 0 # strerror.m4 serial 9 11 AC_LIBOBJ([strerror]) 13 [Define this to 1 if strerror is broken.]) 23 AC_CACHE_CHECK([for working strerror function], 29 [[return !*strerror (-2);]])], 37 [[return !*strerror (-2);]])], 43 dnl The system's strerror() fails to return a string for out-of-range 48 dnl The system's strerror() cannot know about the new errno values we add 57 # Prerequisites of lib/strerror.c. 59 AC_CHECK_DECLS([strerror]) [all...] |
/external/bison/m4/ |
strerror.m4 | 0 # strerror.m4 serial 17 17 AC_CACHE_CHECK([for working strerror function], 23 [[if (!*strerror (-2)) return 1;]])], 37 dnl The system's strerror() fails to return a string for out-of-range 43 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's 44 dnl buffer, we must replace strerror. 50 dnl The system's strerror() cannot know about the new errno values we add 51 dnl to <errno.h>, or any fix for strerror(0). Replace it. 56 dnl Detect if strerror(0) passes (that is, does not set errno, and does not 57 dnl return a string that matches strerror(-1)) [all...] |
/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/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/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));
|
load_policy.c | 26 fprintf(stderr, "Could not open %s: %s\n", path, strerror(errno)); 31 fprintf(stderr, "Could not stat %s: %s\n", path, strerror(errno)); 37 fprintf(stderr, "Could not mmap %s: %s\n", path, strerror(errno)); 43 fprintf(stderr, "Could not load %s: %s\n", path, strerror(errno));
|
smd.c | 24 strerror(errno)); 32 r, strerror(errno));
|
/external/clang/test/Sema/ |
format-string-percentm.c | 4 // PR 4142 - support glibc extension to printf: '%m' (which prints strerror(errno)).
|
/system/core/libcutils/ |
fs.c | 47 ALOGE("Failed to lstat(%s): %s", path, strerror(errno)); 66 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno)); 73 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno)); 77 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno)); 87 ALOGE("Failed to read %s: %s", path, strerror(errno)); 93 ALOGE("Failed to read %s: %s", path, strerror(errno)); 97 ALOGE("Failed to parse %s: %s", path, strerror(errno)); 118 ALOGE("Failed to open %s: %s", temp, strerror(errno)); 125 ALOGE("Value %d too large: %s", value, strerror(errno)); 129 ALOGE("Failed to write %s: %s", temp, strerror(errno)) [all...] |
/system/vold/ |
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...] |
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));
|
/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/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_error.h | 18 // error->Append(strerror(errno)); 19 // error->AppendFormat("Error: %s", strerror(errno));
|
/external/libsepol/utils/ |
chkcon.c | 27 argv[1], strerror(errno)); 32 argv[1], strerror(errno));
|
/system/netd/server/ |
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));
|
main.cpp | 69 ALOGE("Unable to start NetlinkManager (%s)", strerror(errno)); 78 ALOGE("Unable to start DnsProxyListener (%s)", strerror(errno)); 84 ALOGE("Unable to start MDnsSdListener (%s)", strerror(errno)); 90 ALOGE("Unable to start FwmarkServer (%s)", strerror(errno)); 98 ALOGE("Unable to start CommandListener (%s)", strerror(errno)); 122 ALOGE("Unable to create pid file (%s)", strerror(errno)); 128 ALOGE("failed to set mode 0%o on %s (%s)", PID_FILE_MODE, PID_FILE_PATH, strerror(errno)); 135 ALOGE("Unable to write to pid file (%s)", strerror(errno));
|
/external/chromium_org/base/ |
safe_strerror_posix.h | 15 // This file declares safe, portable alternatives to the POSIX strerror() 16 // function. strerror() is inherently unsafe in multi-threaded apps and should 21 // Thread-safe strerror function with dependable semantics that never fails. 33 // Use this instead of strerror(). Note though that safe_strerror_r will be
|
/external/chromium_org/ui/ozone/platform/dri/ |
virtual_terminal_manager.cc | 30 LOG(ERROR) << "Failed to open '" << kTTYDevice << "' " << strerror(errno); 34 << " error: " << strerror(errno);; 37 LOG(ERROR) << "Failed to get VT mode: " << strerror(errno); 40 LOG(ERROR) << "Failed to set graphics mode: " << strerror(errno);
|
/external/iptables/include/libiptc/ |
xtcshared.h | 17 const char *(*strerror)(int); member in struct:xtc_ops
|
/packages/apps/Terminal/jni/ |
forkpty.cpp | 34 ALOGE("cannot open /dev/ptmx - %s", strerror(errno)); 41 ALOGE("error opening pty - %s", strerror(errno)); 47 ALOGE("unable to open slave pty - %s", strerror(errno)); 62 ALOGE("fork failed - %s", strerror(errno));
|