Searched refs:Perror (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_send.c | 328 Perror(statp, stderr, "kqueue", errno); in res_nsend() 675 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 679 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 714 Perror(statp, stderr, "write failed", errno); in send_vc() 731 Perror(statp, stderr, "read failed", errno); in send_vc() 777 Perror(statp, stderr, "read(vc)", errno); in send_vc() 914 Perror(statp, stderr, "send", errno); in send_dg() 975 Perror(statp, stderr, "kevent", errno); in send_dg() 978 Perror(statp, stderr, "select", errno); in send_dg() 980 Perror(statp, stderr, "poll", errno); in send_dg() [all …]
|
| H A D | res_debug.h | 27 # define Perror(statp, file, string, error) /*empty*/ macro
|
| /freebsd-14.2/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-14.2/sbin/ifconfig/ |
| H A D | ifconfig.c | 654 Perror("jail not found"); in main() 1421 Perror(vname); in clearifflags() 1437 Perror(vname); in setifflags() 1458 Perror(vname); in clearifcap() 1479 Perror(vname); in setifcap() 1501 Perror("strdup"); in setifcapnv() 1504 Perror("nvlist_create"); in setifcapnv() 1524 Perror(vname); in setifcapnv() 1653 Perror("malloc"); in print_ifcap_nv() 1661 Perror("nvlist_unpack"); in print_ifcap_nv() [all …]
|
| H A D | ifconfig.h | 261 void Perror(const char *cmd);
|