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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
strerror.m4 0 # strerror.m4 serial 2
9 AC_REPLACE_FUNCS(strerror)
15 # Prerequisites of lib/strerror.c.
  /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/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));
getenforce.c 20 strerror(errno));
  /device/moto/wingray/taudio/
tctl.c 82 FAILIF(cfd < 0, "could not open control: %s\n", strerror(errno));
98 "Cannot set output device %d: %s\n", cfg.id, strerror(errno));
103 "Cannot get output device %d: %s\n", cfg.id, strerror(errno));
110 "Cannot set volume to %d: %s\n", output, strerror(errno));
114 "Cannot get volume: %s\n", strerror(errno));
121 "Cannot set input volume to %d: %s\n", output, strerror(errno));
125 "Cannot get input volume: %s\n", strerror(errno));
143 "Cannot set input device %d: %s\n", cfg.id, strerror(errno));
148 "Cannot get input device %d: %s\n", cfg.id, strerror(errno));
160 FAILIF(recfd < 0, "could not open for recording: %s\n", strerror(errno))
    [all...]
tplay.c 47 FAILIF(ifd < 0, "could not open %s: %s\n", name, strerror(errno));
50 FAILIF(ofd < 0, "could not open output: %s\n", strerror(errno));
53 FAILIF(ofd_c < 0, "could not open output control: %s\n", strerror(errno));
57 "Could not get output config: %s\n", strerror(errno));
75 FAILIF(nr < 0, "Could not read from %s: %s\n", name, strerror(errno));
77 FAILIF(nw < 0, "Could not copy to output: %s\n", strerror(errno));
82 "Could not get error count: %s\n", strerror(errno));
  /external/clang/test/Sema/
format-string-percentm.c 3 // PR 4142 - support glibc extension to printf: '%m' (which prints strerror(errno)).
  /hardware/msm7k/librpc/
ops.c 19 E("error opening %s: %s\n", router, strerror(errno));
25 if(close(handle) < 0) E("error: %s\n", strerror(errno));
32 E("error reading RPC packet: %d (%s)\n", errno, strerror(errno));
50 E("error writing RPC packet: %d (%s)\n", errno, strerror(errno));
  /external/openssh/openbsd-compat/
port-solaris.c 57 "contract: %s", __func__, strerror(errno));
62 "status: %s", __func__, strerror(errno));
67 __func__, strerror(errno));
82 CT_TEMPLATE, strerror(errno));
92 "(pgrponly): %s", __func__, strerror(errno));
97 "fatal events: %s", __func__, strerror(errno));
102 "critical events: %s", __func__, strerror(errno));
107 "informative events: %s", __func__, strerror(errno));
114 "template: %s", __func__, strerror(errno));
135 "template: %s", __func__, strerror(errno))
    [all...]
  /external/dropbear/
sshpty.c 59 "pty_allocate: openpty: %.100s", strerror(errno));
80 "pty_allocate: _getpty: %.100s", strerror(errno));
107 "pty_allocate: /dev/ptmx: %.100s", strerror(errno));
112 "grantpt: %.100s", strerror(errno));
117 "unlockpt: %.100s", strerror(errno));
132 "error opening pts %.100s: %.100s", namebuf, strerror(errno));
143 "ioctl I_PUSH ptem: %.100s", strerror(errno));
147 "ioctl I_PUSH ldterm: %.100s", strerror(errno));
152 "ioctl I_PUSH ttcompat: %.100s", strerror(errno));
165 "Could not open /dev/ptc: %.100s", strerror(errno))
    [all...]
  /external/openssh/
uidswap.c 92 fatal("getgroups: %.100s", strerror(errno));
97 fatal("getgroups: %.100s", strerror(errno));
107 strerror(errno));
111 fatal("getgroups: %.100s", strerror(errno));
116 fatal("getgroups: %.100s", strerror(errno));
124 fatal("setgroups: %.100s", strerror(errno));
128 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
131 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
135 strerror(errno));
138 strerror(errno))
    [all...]
  /external/bluetooth/bluez/test/
test-textfile.c 72 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
76 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
86 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
89 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
92 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
95 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
113 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
132 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
141 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
159 fprintf(stderr, "%s (%d)\n", strerror(errno), errno)
    [all...]
  /system/vold/
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_RECBUFFORCE 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));
91 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
  /external/clang/test/CodeGen/
asm-label.c 4 char *strerror(int) asm("alias");
9 strerror(-1);
  /external/dbus/cmake/modules/
CheckForAbstractSockets.c 16 fprintf (stderr, "socket() failed: %s\n", strerror (errno));
28 strerror (errno));
  /external/libsepol/utils/
chkcon.c 27 argv[1], strerror(errno));
32 argv[1], strerror(errno));
  /system/netd/
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));
122 ALOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
133 ALOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
145 ALOGE("Unable to stop quota NetlinkHandler: %s", strerror(errno));
  /external/bison/lib/
strerror.c 0 /* strerror.c --- ANSI C compatible system error routine
29 implementations define strerror and they don't need this strerror
37 strerror (int n) function
  /external/chromium/base/
safe_strerror_posix.h 14 // This file declares safe, portable alternatives to the POSIX strerror()
15 // function. strerror() is inherently unsafe in multi-threaded apps and should
20 // Thread-safe strerror function with dependable semantics that never fails.
32 // Use this instead of strerror(). Note though that safe_strerror_r will be

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>