Symbol: Perror
lib/libc/resolv/res_send.c
1018
Perror(statp, stderr, "kevent", errno);
lib/libc/resolv/res_send.c
1021
Perror(statp, stderr, "select", errno);
lib/libc/resolv/res_send.c
1023
Perror(statp, stderr, "poll", errno);
lib/libc/resolv/res_send.c
1042
Perror(statp, stderr, "recvfrom", errno);
lib/libc/resolv/res_send.c
149
static void Perror(const res_state, FILE *, const char *, int);
lib/libc/resolv/res_send.c
330
Perror(statp, stderr, "kqueue", errno);
lib/libc/resolv/res_send.c
683
Perror(statp, stderr, "socket(vc)", errno);
lib/libc/resolv/res_send.c
687
Perror(statp, stderr, "socket(vc)", errno);
lib/libc/resolv/res_send.c
730
Perror(statp, stderr, "write failed", errno);
lib/libc/resolv/res_send.c
751
Perror(statp, stderr, "read failed", errno);
lib/libc/resolv/res_send.c
800
Perror(statp, stderr, "read(vc)", errno);
lib/libc/resolv/res_send.c
896
Perror(statp, stderr, "socket(dg)", errno);
lib/libc/resolv/res_send.c
900
Perror(statp, stderr, "socket(dg)", errno);
lib/libc/resolv/res_send.c
953
Perror(statp, stderr, "send", errno);
sbin/ifconfig/ifconfig.c
1052
Perror("ioctl (SIOCGIFFLAGS)");
sbin/ifconfig/ifconfig.c
1081
Perror(vname);
sbin/ifconfig/ifconfig.c
1095
Perror("ioctl (SIOCGIFCAP)");
sbin/ifconfig/ifconfig.c
1106
Perror(vname);
sbin/ifconfig/ifconfig.c
908
Perror("ioctl (SIOCDIFADDR)");
sbin/ifconfig/ifconfig.c
922
Perror("ioctl (SIOCAIFADDR)");
sbin/ifconfig/ifconfig.h
153
void Perror(const char *cmd) __dead2;
usr.sbin/gifconfig/gifconfig.c
384
Perror("ioctl (SIOCSIFPHYADDR)");
usr.sbin/gifconfig/gifconfig.c
416
Perror("ioctl (SIOCGIFFLAGS)");
usr.sbin/gifconfig/gifconfig.c
430
Perror(vname);