Searched refs:Perror (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_send.c | 143 static void Perror(const res_state, FILE *, const char *, int); 324 Perror(statp, stderr, "kqueue", errno); in res_nsend() 671 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 675 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 710 Perror(statp, stderr, "write failed", errno); in send_vc() 727 Perror(statp, stderr, "read failed", errno); in send_vc() 773 Perror(statp, stderr, "read(vc)", errno); in send_vc() 862 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 866 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 910 Perror(statp, stderr, "send", errno); in send_dg() [all …]
|
H A D | res_debug.h | 27 # define Perror(statp, file, string, error) /*empty*/ macro
|
/freebsd/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/sbin/ifconfig/ |
H A D | ifconfig.c | 499 Perror("not built with jail support"); in args_parse() 645 Perror("jail not found"); in main() 647 Perror("cannot attach to jail"); in main() 1385 Perror("ioctl (SIOCGIFFLAGS)"); in getifflags() 1412 Perror(vname); in clearifflags() 1428 Perror(vname); in setifflags() 1438 Perror("ioctl (SIOCGIFCAP)"); in clearifcap() 1449 Perror(vname); in clearifcap() 1459 Perror("ioctl (SIOCGIFCAP)"); in setifcap() 1470 Perror(vname); in setifcap() [all …]
|