OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perror
(Results
226 - 250
of
858
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/wpa_supplicant_8/src/drivers/
driver_wext.c
91
perror
("ioctl[SIOCGIWAP]");
121
perror
("ioctl[SIOCSIWAP]");
147
perror
("ioctl[SIOCGIWESSID]");
205
perror
("ioctl[SIOCSIWESSID]");
231
perror
("ioctl[SIOCSIWFREQ]");
812
perror
("socket(PF_INET,SOCK_DGRAM)");
1038
perror
("ioctl[SIOCSIWSCAN]");
1096
perror
("ioctl[SIOCGIWSCAN]");
[
all
...]
driver_madwifi.c
193
perror
(opnames[idx]);
195
perror
("ioctl[unknown???]");
212
perror
("ioctl[IEEE80211_IOCTL_SETPARAM]");
818
perror
("ioctl[SIOCSIWFREQ]");
1046
perror
("ioctl[SIOCGIWRANGE]");
1152
perror
("socket[PF_INET,SOCK_DGRAM]");
1160
perror
("ioctl(SIOCGIFINDEX)");
1195
perror
("ioctl[SIOCSIWMODE]");
[
all
...]
/external/bluetooth/bluez/tools/
dfutool.c
337
perror
("Can't access firmware");
344
perror
("Unable to allocate file buffer");
349
perror
("Can't open firmware");
355
perror
("Can't load firmware");
438
perror
("Can't access firmware");
445
perror
("Unable to allocate file buffer");
450
perror
("Can't open firmware");
456
perror
("Can't load firmware");
/external/dropbear/libtomcrypt/demos/
encrypt.c
129
perror
("Can't open input for reading");
135
perror
("Can't open output for writing");
/external/iproute2/ip/
rtmon.c
152
perror
("Cannot fopen");
160
perror
("Cannot send dump request");
/external/ipsec-tools/src/racoon/
kmpstat.c
127
perror
("send");
169
perror
("recv");
/external/oprofile/gui/
oprof_start_util.cpp
68
perror
("oprofiled: /proc directory could not be opened. ");
89
perror
("oprofiled: Unable to determine clock ticks per second. ");
/external/webkit/Tools/DumpRenderTree/chromium/
TestEventPrinter.cpp
147
perror
(fileName);
151
perror
(fileName);
/external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c
336
perror
("sendmsg(l2 rx)");
468
perror
("recvfrom");
620
perror
("socket(PF_UNIX)");
638
perror
("unlink[ctrl_iface]");
646
perror
("bind(PF_UNIX)");
661
perror
("chmod");
693
perror
("sendmsg(wpas_socket)");
908
perror
("sendmsg(wpas_socket)");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio
72
#undef
perror
119
using ::
perror
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio
72
#undef
perror
119
using ::
perror
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
cstdio
73
#undef
perror
120
using ::
perror
;
/sdk/emulator/opengl/host/tools/emugen/
main.cpp
104
perror
(filename.c_str());
116
perror
(attribFileName.c_str());
/external/bison/lib/
bitset_stats.c
259
perror
(_("Could not read stats file."));
264
perror
(_("Could not read stats file."));
287
perror
(_("Could not write stats file."));
289
perror
(_("Could not write stats file."));
292
perror
(_("Could not open stats file for writing."));
/external/e2fsprogs/misc/
uuidd.c
57
perror
(msg);
68
perror
("fork");
289
perror
("dup");
344
perror
("accept");
350
perror
("read");
/external/srtp/test/
rtpw.c
279
perror
("");
290
perror
("");
402
perror
("");
451
perror
(NULL);
520
perror
("");
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c
104
perror
(ifr.ifr_name);
306
perror
("socket");
312
perror
(ifr.ifr_name);
326
perror
("socket(PF_PACKET, SOCK_RAW, ntohs(ETH_P_802_2))");
341
perror
("bind(netlink)");
driver_madwifi.c
145
perror
(opnames[idx]);
147
perror
("ioctl[unknown???]");
167
perror
("ioctl[IEEE80211_IOCTL_SETPARAM]");
186
perror
("ioctl[IEEE80211_IOCTL_SETOPTIE]");
442
perror
("ioctl[SIOCSIWSCAN]");
/external/yaffs2/yaffs2/utils/
mkyaffs2image.c
388
perror
("selabel_lookup");
466
perror
("Error opening file");
581
perror
(argv[optind + 2]);
640
perror
("selabel_lookup");
654
perror
("operation incomplete");
/external/mdnsresponder/mDNSPosix/
mDNSPosix.c
627
if (*sktPtr < 0) { err = errno;
perror
((intfAddr->sa_family == AF_INET) ? "socket AF_INET" : "socket AF_INET6"); }
639
if (err < 0) { err = errno;
perror
("setsockopt - SO_REUSExxxx"); }
651
if (err < 0) { err = errno;
perror
("setsockopt - IP_PKTINFO"); }
655
if (err < 0) { err = errno;
perror
("setsockopt - IP_RECVDSTADDR"); }
661
if (err < 0) { err = errno;
perror
("setsockopt - IP_RECVIF"); }
681
if (err < 0) { err = errno;
perror
("setsockopt - IP_ADD_MEMBERSHIP"); }
688
if (err < 0) { err = errno;
perror
("setsockopt - IP_MULTICAST_IF"); }
695
if (err < 0) { err = errno;
perror
("setsockopt - IP_TTL"); }
705
if (err < 0) { err = errno;
perror
("setsockopt - IP_MULTICAST_TTL"); }
715
if (err < 0) { err = errno;
perror
("bind"); fflush(stderr);
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c
459
perror
("sendmsg(l2 rx)");
602
perror
("recvfrom");
760
perror
("socket(PF_UNIX)");
778
perror
("unlink[ctrl_iface]");
786
perror
("bind(PF_UNIX)");
801
perror
("chmod");
833
perror
("sendmsg(wpas_socket)");
1048
perror
("sendmsg(wpas_socket)");
1093
perror
("sendmsg(wpas_socket)");
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
818
perror
("recvfrom(ctrl_iface)");
1001
perror
("mkdir[ctrl_interface]");
1009
perror
("chown[ctrl_interface]");
1019
perror
("socket(PF_UNIX)");
1040
perror
("unlink[ctrl_iface]");
1048
perror
("bind(PF_UNIX)");
1066
perror
("chown[ctrl_interface/ifname]");
1071
perror
("chmod[ctrl_interface/ifname]");
1116
perror
("rmdir[ctrl_interface]");
Completed in 1754 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>