Searched refs:strerror (Results 1 - 25 of 734) sorted by relevance

1234567891011>>

/external/libpcap/lbl/
H A Dos-solaris2.h25 char *strerror(int);
/external/clang/test/CodeGen/
H A Dasm-label.c4 char *strerror(int) asm("alias");
9 strerror(-1);
/external/tcpdump/lbl/
H A Dos-solaris2.h28 char *strerror(int);
/external/bison/lib/
H A Dstrerror.c0 /* 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 i
[all...]
/external/openssh/openbsd-compat/
H A Dport-irix.c62 strerror(errno));
68 strerror(errno));
78 (int)projid, pw->pw_name, strerror(errno));
84 debug("error setting satid: %.100s", strerror(errno));
H A Dbsd-setres_id.c42 error("setregid %u: %.100s", rgid, strerror(errno));
49 error("setegid %u: %.100s", (u_int)egid, strerror(errno));
55 error("setgid %u: %.100s", rgid, strerror(errno));
77 error("setreuid %u: %.100s", ruid, strerror(errno));
86 error("seteuid %u: %.100s", euid, strerror(errno));
93 error("setuid %u: %.100s", ruid, strerror(errno));
H A Dport-solaris.c57 "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(errn
[all...]
/external/valgrind/none/tests/
H A Dthreadederrno.c11 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));
H A Dpth_rwlock.c18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e));
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
H A Dpth_stackalign.c23 fprintf(stderr, "pthread_create: %s\n", strerror(e));
29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
/external/openssh/
H A Dsshconnect.h65 strerror(errno)); \
73 strerror(errno)); \
H A Duidswap.c93 fatal("getgroups: %.100s", strerror(errno));
98 fatal("getgroups: %.100s", strerror(errno));
107 strerror(errno));
111 fatal("getgroups: %.100s", strerror(errno));
116 fatal("getgroups: %.100s", strerror(errno));
123 fatal("setgroups: %.100s", strerror(errno));
127 debug("setgid %u: %.100s", (u_int) getegid(), strerror(errno));
130 debug("setuid %u: %.100s", (u_int) geteuid(), strerror(errno));
134 strerror(errno));
137 strerror(errn
[all...]
H A Dsshpty.c72 error("openpty: %.100s", strerror(errno));
95 error("chown %.100s 0 0 failed: %.100s", tty, strerror(errno));
97 error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno));
110 error("setsid: %.100s", strerror(errno));
127 error("%.100s: %.100s", tty, strerror(errno));
141 error("setsid: %.100s", strerror(errno));
156 error("ioctl(TIOCSCTTY): %.100s", strerror(errno));
160 error("SETPGRP %s",strerror(errno));
164 error("%.100s: %.100s", tty, strerror(errno));
172 strerror(errn
[all...]
/external/iptables/include/libiptc/
H A Dxtcshared.h17 const char *(*strerror)(int); member in struct:xtc_ops
/external/selinux/libselinux/utils/
H A Dtogglesebool.c49 strerror(errno));
59 strerror(errno));
69 strerror(errno));
78 strerror(errno));
H A Dgetseuser.c22 strerror(errno));
31 strerror(errno));
/external/selinux/policycoreutils/sestatus/
H A Dsestatus.c232 printf("unknown (%s)\n", strerror(errno));
249 printf("error (%s)\n", strerror(errno));
255 printf("malloc error (%s)\n", strerror(errno));
271 printf("error (%s)\n", strerror(errno));
284 printf("unknown (%s)\n", strerror(errno));
302 printf("error (%s)\n", strerror(errno));
315 printf("error (%s)\n", strerror(errno));
329 printf("error (%s)\n", strerror(errno));
336 printf("unknown (%s)\n", strerror(errno));
362 printf("unknown (%s)", strerror(errn
[all...]
/external/toybox/toys/other/
H A Dpwdx.c31 path = strerror(errno);
/external/libdrm/rockchip/
H A Drockchip_drm.c59 strerror(errno));
108 strerror(errno));
116 strerror(errno));
145 strerror(errno));
205 strerror(errno));
211 strerror(errno));
248 strerror(errno));
285 strerror(errno));
293 strerror(errno));
/external/parameter-framework/remote-processor/
H A DMessage.cpp155 strError += string("Size write failed: ") + strerror(errno);
162 strError += string("Msg write failed: ") + strerror(errno);
169 strError = string("Data write failed: ") + strerror(errno);
178 strError = string("Checksum write failed: ") + strerror(errno);
188 strError = string("Sync read failed: ") + strerror(errno);
207 strError = string("Size read failed: ") + strerror(errno);
214 strError = string("Msg id read failed: ") + strerror(errno);
226 strError = string("Data read failed: ") + strerror(errno);
235 strError = string("Checksum read failed: ") + strerror(errno);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_ioctl.c32 ifname, strerror(errno));
50 ifname, dev_up ? "UP" : "DOWN", strerror(errno));
72 ifname, strerror(errno));
88 ifname, strerror(errno));
114 ifname, strerror(errno));
140 brname, strerror(errno));
152 brname, strerror(errno));
174 "%s: %s", ifname, brname, strerror(errno));
196 "bridge %s: %s", ifname, brname, strerror(errno));
/external/iproute2/ip/
H A Dipnetns.c113 netns_name, etc_name, strerror(errno));
142 strerror(errno));
147 strerror(errno));
152 fprintf(stderr, "unshare failed: %s\n", strerror(errno));
157 fprintf(stderr, "umount of /sys failed: %s\n", strerror(errno));
161 fprintf(stderr, "mount of /sys failed: %s\n",strerror(errno));
170 cmd, strerror(errno));
189 netns_path, strerror(errno));
224 netns_path, strerror(errno));
230 strerror(errn
[all...]
/external/selinux/libsepol/utils/
H A Dchkcon.c27 argv[1], strerror(errno));
32 argv[1], strerror(errno));

Completed in 965 milliseconds

1234567891011>>