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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
asm-label.c 4 char *strerror(int) asm("alias");
8 strerror(-1);
  /external/libpcap/lbl/
os-solaris2.h 25 char *strerror(int);
  /external/tcpdump/lbl/
os-solaris2.h 28 char *strerror(int);
  /bionic/libc/string/
strerror.c 1 /* $OpenBSD: strerror.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
35 strerror(int num) function
  /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));
  /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/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...]
  /system/vold/
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));
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...]
  /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...]
  /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));
  /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/bluetooth/tools/
sock_shutdown_bug_tcp.c 38 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
43 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
56 printf("%d errno %d %s\n", __LINE__, errno, strerror(errno));
  /external/dbus/cmake/modules/
CheckForAbstractSockets.c 16 fprintf (stderr, "socket() failed: %s\n", strerror (errno));
28 strerror (errno));
  /external/qemu/distrib/sdl-1.2.12/src/loadso/beos/
SDL_sysloadso.c 40 SDL_SetError(strerror((int) library_id));
54 SDL_SetError(strerror(rc));
  /system/core/nexus/
main.cpp 50 LOGE("Unable to Run NetworkManager (%s)", strerror(errno));
55 LOGE("Unable to start CommandListener (%s)", strerror(errno));
WifiScanner.cpp 61 LOGE("Error writing to control pipe (%s)", strerror(errno));
67 LOGE("Error joining to scanner thread (%s)", strerror(errno));
91 LOGW("Error triggering scan (%s)", strerror(errno));
95 LOGE("select failed (%s) - sleeping for one scanner period", strerror(errno));
  /system/netd/
NetlinkManager.cpp 66 LOGE("Unable to create netlink socket: %s", strerror(errno));
71 LOGE("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 LOGE("Unable to bind netlink socket: %s", strerror(errno));
90 LOGE("Unable to start NetlinkHandler: %s", strerror(errno));
121 LOGE("Unable to stop uevent NetlinkHandler: %s", strerror(errno));
132 LOGE("Unable to stop route NetlinkHandler: %s", strerror(errno));
144 LOGE("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/webkit/Source/WebKit/android/wds/client/
ClientUtils.h 40 #define log_errno(str) LOGE("%s: %s", str, strerror(errno))
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 54 handle, err, strerror(-err));
65 handle, err, strerror(-err));
78 LOGW_IF(err, "lock(...) failed %d (%s)", err, strerror(-err));
88 LOGW_IF(err, "unlock(...) failed %d (%s)", err, strerror(-err));
  /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));

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>