Searched refs:Perror (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libc/resolv/ |
| H A D | res_send.c | 331 Perror(statp, stderr, "kqueue", errno); in res_nsend() 678 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 682 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 717 Perror(statp, stderr, "write failed", errno); in send_vc() 734 Perror(statp, stderr, "read failed", errno); in send_vc() 780 Perror(statp, stderr, "read(vc)", errno); in send_vc() 917 Perror(statp, stderr, "send", errno); in send_dg() 978 Perror(statp, stderr, "kevent", errno); in send_dg() 981 Perror(statp, stderr, "select", errno); in send_dg() 983 Perror(statp, stderr, "poll", errno); in send_dg() [all …]
|
| H A D | res_debug.h | 29 # define Perror(statp, file, string, error) /*empty*/ macro
|
| /freebsd-13.1/contrib/gdtoa/ |
| H A D | stdio1.h | 63 extern void Perror ANSI((const char*)); 96 #define perror Perror
|
| H A D | printf.c0 | 1570 Perror
|
| /freebsd-13.1/sbin/ifconfig/ |
| H A D | ifconfig.c | 1029 Perror("ioctl (SIOCDIFADDR)"); in ifconfig() 1043 Perror("ioctl (SIOCAIFADDR)"); in ifconfig() 1196 Perror("ioctl (SIOCGIFFLAGS)"); in getifflags() 1227 Perror(vname); in setifflags() 1236 Perror("ioctl (SIOCGIFCAP)"); in setifcap() 1251 Perror(vname); in setifcap() 1489 Perror(const char *cmd) in Perror() function
|
| H A D | ifconfig.h | 149 void Perror(const char *cmd);
|