OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:perror
(Results
151 - 175
of
852
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c
27
#define error(x, y, z)
perror
(z) /* Throw out meaningless arguments */
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
814
perror
("recvfrom(ctrl_iface)");
1023
perror
("mkdir[ctrl_interface]");
1031
perror
("chown[ctrl_interface]");
1041
perror
("socket(PF_UNIX)");
1062
perror
("unlink[ctrl_iface]");
1070
perror
("hostapd-ctrl-iface: bind(PF_UNIX)");
1088
perror
("chown[ctrl_interface/ifname]");
1093
perror
("chmod[ctrl_interface/ifname]");
1138
perror
("rmdir[ctrl_interface]");
1188
perror
("recvfrom(ctrl_iface)")
[
all
...]
/external/wpa_supplicant_8/src/utils/
edit_simple.c
34
perror
("read");
/ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c
22
* Description: the windows32 version of
perror
()
/system/core/toolbox/
mount.c
160
perror
("open backing file failed");
165
perror
("open loop device failed");
170
perror
("ioctl LOOP_SET_FD failed");
208
perror
("mount");
ifconfig.c
85
perror
(ifr.ifr_name);
91
perror
(ifr.ifr_name);
97
perror
(ifr.ifr_name);
/external/chromium/third_party/libevent/test/
bench.c
154
perror
("setrlimit");
162
perror
("malloc");
174
perror
("pipe");
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
151
perror
("cannot create socket");
179
perror
("sendto failed");
189
perror
("recv failed");
/external/iproute2/netem/
maketable.c
36
perror
("double alloc");
101
perror
("table alloc");
208
perror
(argv[1]);
/system/core/libion/
ion_test.c
144
perror
("master recv msg 2");
151
perror
("master recv 1");
172
perror
("child recv msg 1");
/external/strace/
strace.c
465
perror
("attach: ptrace(PTRACE_ATTACH, ...)");
480
perror
("attach: ptrace(PTRACE_ATTACH, ...)");
523
perror
("strace: exec");
578
perror
("strace: fork");
606
perror
("strace: ptrace(PTRACE_TRACEME, ...)");
628
perror
("initgroups");
632
perror
("setregid");
636
perror
("setreuid");
674
perror
("strace: exec");
725
perror
("test_ptrace_setoptions")
[
all
...]
/external/chromium/net/base/
ssl_false_start_blacklist_process.cc
133
perror
("open");
138
perror
("fseek");
145
perror
("fseek");
154
perror
("fread");
230
perror
("opening output file");
/external/e2fsprogs/misc/
filefrag.c
107
perror
("FIBMAP");
281
perror
("open");
286
perror
("statfs");
294
perror
("stat");
317
perror
("FIGETBSZ");
/hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c
35
perror
("Error opening file for reading");
40
perror
("Error stating file");
46
perror
("Error mmapping the file");
136
perror
("Error opening file for reading");
190
perror
("Error opening file for reading");
/external/iproute2/ip/
iplink.c
520
perror
("Cannot create control socket");
536
perror
("SIOCGIFFLAGS");
545
perror
("SIOCSIFFLAGS");
564
perror
("SIOCSIFNAME");
585
perror
("SIOCSIFXQLEN");
607
perror
("SIOCSIFMTU");
625
perror
("socket(PF_PACKET)");
632
perror
("SIOCGIFINDEX");
642
perror
("bind");
649
perror
("getsockname")
[
all
...]
/external/oprofile/opjitconv/
opjitconv.c
130
perror
("opjitconv:fstat on dumpfile");
137
perror
("opjitconv:mmap\n");
350
perror
("opjitconv:fstat on .jo file");
375
perror
("opjitconv: setegid to special user failed");
381
perror
("opjitconv: seteuid to special user failed");
389
perror
("opjitconv: seteuid to original user failed");
395
perror
("opjitconv: setegid to original user failed");
/external/qemu/telephony/
sysdeps_posix.c
449
perror
("select");
552
perror
("socket");
559
perror
("setsockopt(SO_REUSEADDR)");
572
perror
("bind");
579
perror
("listen");
596
perror
( "accept" );
635
perror
( "connect" );
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_udp.c
169
perror
("recvfrom(ctrl_iface)");
288
perror
("socket(PF_INET)");
297
perror
("bind(AF_INET)");
379
perror
("sendto(CTRL_IFACE monitor)");
448
perror
("recvfrom(ctrl_iface)");
526
perror
("socket(PF_INET)");
535
perror
("bind(AF_INET)");
/external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_udp.c
163
perror
("recvfrom(ctrl_iface)");
287
perror
("socket(PF_INET)");
304
perror
("bind(AF_INET)");
390
perror
("sendto(CTRL_IFACE monitor)");
459
perror
("recvfrom(ctrl_iface)");
542
perror
("socket(PF_INET)");
560
perror
("bind(AF_INET)");
/external/yaffs2/yaffs2/utils/
mkyaffs2image.c
393
perror
("malloc");
400
perror
("selabel_lookup");
480
perror
("Error opening file");
595
perror
(argv[optind + 2]);
661
perror
("malloc");
666
perror
("selabel_lookup");
683
perror
("operation incomplete");
/ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h
524
# define
perror
rpl_perror
528
extern void
perror
(const char *string);
531
# undef
perror
532
# define
perror
(s) \
533
(GL_LINK_WARNING ("
perror
is not always POSIX compliant - " \
534
"use gnulib module
perror
for portability"), \
535
perror
(s))
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_test.c
146
perror
("sendto(test_socket)");
169
perror
("sendto(test_socket)");
177
perror
("sendto(test_socket)");
302
perror
("sendto(test_socket)");
310
perror
("sendto(test_socket)");
348
perror
("sendto(test_socket)");
356
perror
("sendto(test_socket)");
553
perror
("recvfrom(test_socket)");
678
perror
("socket(PF_UNIX)");
689
perror
("bind(PF_UNIX)")
[
all
...]
/external/iproute2/misc/
arpd.c
646
perror
("malloc");
652
perror
("socket");
663
perror
("ioctl(SIOCGIFINDEX)");
672
perror
("db_open");
688
perror
("fopen");
718
perror
("hash->put");
754
perror
("socket");
765
perror
("bind");
771
perror
("rtnl_open");
779
perror
("arpd: daemon")
[
all
...]
/system/core/logcat/
logcat.cpp
132
perror
("while rotating log files");
142
perror
("couldn't open output file");
185
perror
("output error");
193
perror
("output error");
226
perror
("output error");
292
perror
("logcat read");
384
perror
("couldn't open output file");
743
perror
("ioctl");
753
perror
("ioctl");
759
perror
("ioctl")
[
all
...]
/external/ping/
ping.c
453
perror
("ping: sendmsg");
672
perror
("ping: recvmsg");
1038
perror
("\rWARNING: setsockopt(ICMP_FILTER)");
[
all
...]
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>