Searched refs:perror (Results 151 - 175 of 448) sorted by relevance

1234567891011>>

/freebsd-10-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c238 perror("socket");
359 perror(vendor_file);
367 perror(vendor_file);
397 perror("select");
458 perror("sendto server");
/freebsd-10-stable/lib/libcompat/4.3/
H A Drexec.c319 perror("rexec: socket");
332 perror(hp->h_name);
352 perror("getsockname");
363 perror("accept");
375 perror(*ahost);
/freebsd-10-stable/contrib/ipfilter/l4check/
H A Dl4check.c108 perror("ioctl(SIOCADNAT)");
123 perror("ioctl(SIOCRMNAT)");
311 perror("connect");
375 perror("select");
465 perror("open(mapfile)");
470 perror("fstat(mapfile)");
477 perror("mmap(mapfile)");
498 perror("open(configfile)");
798 perror("open(IPL_NAT)");
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c38 perror("sendto");
62 perror("sendmsg(cmd_socket)");
77 perror("select");
84 perror("recv");
442 perror("recvfrom(priv_socket)");
632 perror("socket(PF_UNIX)");
643 perror("privsep-set-params priv-sock: bind(PF_UNIX)");
657 perror("socket(PF_UNIX)");
668 perror("privsep-set-params cmd-sock: bind(PF_UNIX)");
/freebsd-10-stable/usr.sbin/bhyveload/
H A Dbhyveload.c386 perror("vm_set_register");
414 perror("vm_set_msr");
449 perror("vm_set_cr");
461 perror("vm_set_desc(gdt)");
480 perror("vm_setup_freebsd_registers");
715 perror("vm_create");
723 perror("vm_open");
730 perror("vm_reinit");
738 perror("vm_setup_memory");
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipscan_y.y397 perror("SIOCADSCA");
400 perror("SIOCADSCA");
473 perror("ioctl(SIOCGSCST)");
478 perror("kmemcpy");
527 perror("open");
553 perror("open(IPL_SCAN)");
/freebsd-10-stable/crypto/openssl/apps/
H A Ds_socket.c268 perror("socket");
277 perror("keepalive");
285 perror("connect");
365 perror("bind");
423 perror("accept");
432 if (i < 0) { perror("linger"); return(0); }
435 if (i < 0) { perror("keepalive"); return(0); }
454 perror("OPENSSL_malloc");
/freebsd-10-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c383 perror("socket(ICMPv6)");
572 perror("socket(SOCK_DGRAM)");
578 perror("socket(SOCK_RAW)");
596 perror("setresuid");
676 perror("malloc");
740 perror("setsockopt(SO_SNDBUF)");
840 perror("socket");
844 perror("connect");
849 perror("getsockname");
863 perror("bin
[all...]
/freebsd-10-stable/bin/sh/
H A Dmksyntax.c122 perror("syntax.c");
126 perror("syntax.h");
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h78 #undef perror macro
125 using ::perror;
/freebsd-10-stable/contrib/opie/
H A Dpermsfile.c140 perror("chown");
142 perror("chmod");
/freebsd-10-stable/sbin/iscontrol/
H A Dpdu.c55 perror("xmitpdu");
68 perror("recvpdu");
/freebsd-10-stable/sbin/routed/rtquery/
H A Drtquery.c285 perror("socket");
295 perror("setsockopt SO_RCVBUF");
349 perror("bind");
439 perror("recvfrom");
472 perror("select");
491 perror("gettimeofday(now)");
512 perror("gettimeofday(sent)");
533 perror(host);
/freebsd-10-stable/tools/tools/crypto/
H A Dcryptotest.c283 perror("CIOCGSESSION");
375 perror("ioctl(CIOCFSESSION)");
397 perror("kern.crypto_stats");
409 perror("kern.cryptostats");
448 perror("mmap");
460 perror("debug.crypto_timing");
500 perror("debug.crypto_timing");
502 perror("kern.cryptostats");
/freebsd-10-stable/usr.bin/dtc/
H A Dinput_buffer.cc237 perror("Failed to stat file");
244 perror("Failed to mmap file");
/freebsd-10-stable/usr.bin/systat/
H A Dpigs.c124 perror("kern.ccpu");
131 perror("kern.fscale");
/freebsd-10-stable/contrib/ntp/util/
H A Dsht.c55 perror ("shmget");
61 perror ("shmat");
H A Dntptime.c218 perror("sigaction() fails to save SIGSYS trap");
293 perror("ntp_gettime() call fails");
330 perror((errno == EPERM) ?
383 perror("sigaction() fails to restore SIGSYS trap");
/freebsd-10-stable/contrib/gcc/config/
H A Dsol2.h212 perror ("mprotect of trampoline code"); \
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dstdio.h83 using std::perror;
/freebsd-10-stable/contrib/mdocml/
H A Dmandoc.c422 perror(NULL);
437 perror(NULL);
451 perror(NULL);
476 perror(NULL);
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c836 perror("recvfrom(ctrl_iface)");
1045 perror("mkdir[ctrl_interface]");
1053 perror("chown[ctrl_interface]");
1078 perror("socket(PF_UNIX)");
1099 perror("unlink[ctrl_iface]");
1107 perror("hostapd-ctrl-iface: bind(PF_UNIX)");
1125 perror("chown[ctrl_interface/ifname]");
1130 perror("chmod[ctrl_interface/ifname]");
1175 perror("rmdir[ctrl_interface]");
1225 perror("recvfro
[all...]
/freebsd-10-stable/release/picobsd/tinyware/simple_httpd/
H A Dsimple_httpd.c112 perror("socket");
119 perror("bind socket");
137 perror("accept");
433 perror("chdir");
/freebsd-10-stable/usr.sbin/cron/cron/
H A Dexterns.h57 extern void perror(), exit(), free();
/freebsd-10-stable/contrib/ntp/parseutil/
H A Dtestdcf.c362 perror(file);
379 perror("tcgetattr");
400 perror("tcsetattr");
411 perror("TIOCM_RTS");

Completed in 387 milliseconds

1234567891011>>