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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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...]
  /external/bluetooth/bluez/common/
test_textfile.c 69 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
73 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
83 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);
110 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
129 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
138 fprintf(stderr, "%s (%d)\n", strerror(errno), errno);
156 fprintf(stderr, "%s (%d)\n", strerror(errno), errno)
    [all...]
  /device/htc/common/updater/
bootloader.c 55 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
62 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
86 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
93 if (r != size) LOGE("Can't read %s\n(%s)\n", MISC_NAME, strerror(errno));
107 LOGE("Can't open %s\n(%s)\n", MISC_NAME, strerror(errno));
111 LOGE("Can't write %s\n(%s)\n", MISC_NAME, strerror(errno));
116 LOGE("Can't finish %s\n(%s)\n", MISC_NAME, strerror(errno));
168 LOGE("Can't open %s\n(%s)\n", CACHE_NAME, strerror(errno));
181 LOGE("Can't write header to %s\n(%s)\n", CACHE_NAME, strerror(errno));
203 CACHE_NAME, strerror(errno))
    [all...]
  /system/netd/
NetlinkManager.cpp 61 LOGE("Unable to create uevent socket: %s", strerror(errno));
66 LOGE("Unable to set uevent socket options: %s", strerror(errno));
71 LOGE("Unable to bind uevent socket: %s", strerror(errno));
77 LOGE("Unable to start NetlinkHandler: %s", strerror(errno));
85 LOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
  /system/vold/
NetlinkManager.cpp 61 SLOGE("Unable to create uevent socket: %s", strerror(errno));
66 SLOGE("Unable to set uevent socket options: %s", strerror(errno));
71 SLOGE("Unable to bind uevent socket: %s", strerror(errno));
77 SLOGE("Unable to start NetlinkHandler: %s", strerror(errno));
85 SLOGE("Unable to stop NetlinkHandler: %s", strerror(errno));
Loop.cpp 48 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
63 strerror(errno));
91 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
106 strerror(errno));
141 SLOGE("Error creating loop device node (%s)", strerror(errno));
147 SLOGE("Unable to open %s (%s)", filename, strerror(errno));
159 strerror(errno));
175 SLOGE("Unable to open %s (%s)", loopFile, strerror(errno));
181 SLOGE("Error setting up loopback interface (%s)", strerror(errno));
193 SLOGE("Error setting loopback status (%s)", strerror(errno))
    [all...]
Devmapper.cpp 41 SLOGE("Error allocating memory (%s)", strerror(errno));
48 SLOGE("Error allocating memory (%s)", strerror(errno));
55 SLOGE("Error opening devmapper (%s)", strerror(errno));
65 SLOGE("DM_LIST_DEVICES ioctl failed (%s)", strerror(errno));
89 SLOGE("DM_DEV_STATUS ioctl failed (%s)", strerror(errno));
130 SLOGE("Error allocating memory (%s)", strerror(errno));
136 SLOGE("Error opening devmapper (%s)", strerror(errno));
146 SLOGE("DM_DEV_STATUS ioctl failed for lookup (%s)", strerror(errno));
164 SLOGE("Error allocating memory (%s)", strerror(errno));
170 SLOGE("Error opening devmapper (%s)", strerror(errno))
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
proc_main.c 64 fprintf(stderr, "/dev/console open failed: %d(%s)\n", errno, strerror(errno) );
69 fprintf(f, "dup2(hfile, 1) failed: %d(%s)\n", errno, strerror(errno) );
73 fprintf(f, "dup2(hfile, 2) failed: %d(%s)\n", errno, strerror(errno) );
87 fprintf(stderr, "dup2(1, hfile_output) failed: %d(%s)\n", errno, strerror(errno) );
91 fprintf(stderr, "dup2(2, hfile_output) failed: %d(%s)\n", errno, strerror(errno) );
  /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));
  /hardware/libhardware/include/hardware/
qemud.h 73 D("no qemud control socket: %s", strerror(errno));
80 strerror(errno));
108 D("can't write qemud frame header: %s", strerror(errno));
113 D("can4t write qemud frame payload: %s", strerror(errno));
126 D("can't read qemud frame header: %s", strerror(errno));
138 D("can't read qemud frame payload: %s", strerror(errno));
  /build/tools/apriori/
prelink_info.c 41 fname, strerror(errno), errno);
50 fd, strerror(errno), errno);
56 fd, strerror(errno), errno);
67 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), errno);
77 fname, strerror(errno), errno);
82 fd, strerror(errno), errno);
99 fd, strerror(errno), errno);
103 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), errno);
  /build/tools/iself/
iself.c 24 fname, strerror(errno), errno);
28 fname, strerror(errno), errno);
  /build/tools/soslim/
prelink_info.c 41 fname, strerror(errno), errno);
50 fd, strerror(errno), errno);
56 fd, strerror(errno), errno);
67 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), errno);
77 fname, strerror(errno), errno);
82 fd, strerror(errno), errno);
99 fd, strerror(errno), errno);
103 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), errno);
  /external/opencore/oscl/oscl/osclerror/src/
oscl_errno.inl 36 return (strerror(errNum));
  /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));
  /build/tools/isprelinked/
prelink_info.c 41 fname, strerror(errno), errno);
50 fd, strerror(errno), errno);
56 fd, strerror(errno), errno);
67 FAILIF(close(fd) < 0, "close(%d): %s (%d)!\n", fd, strerror(errno), 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/WebKit/android/wds/client/
ClientUtils.h 40 #define log_errno(str) LOGE("%s: %s", str, 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));

Completed in 464 milliseconds

1 2 3 4 5 6 7 8 91011>>