Searched refs:Perror (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_send.c | 140 static void Perror(const res_state, FILE *, const char *, int); 319 Perror(statp, stderr, "kqueue", errno); in res_nsend() 666 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 670 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 705 Perror(statp, stderr, "write failed", errno); in send_vc() 722 Perror(statp, stderr, "read failed", errno); in send_vc() 768 Perror(statp, stderr, "read(vc)", errno); in send_vc() 857 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 861 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 905 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/sbin/ifconfig/ |
H A D | ifconfig.c | 502 Perror("jail not found"); in args_parse() 504 Perror("cannot attach to jail"); in args_parse() 506 Perror("not built with jail support"); in args_parse() 1386 Perror("ioctl (SIOCGIFFLAGS)"); in getifflags() 1413 Perror(vname); in clearifflags() 1429 Perror(vname); in setifflags() 1439 Perror("ioctl (SIOCGIFCAP)"); in clearifcap() 1450 Perror(vname); in clearifcap() 1460 Perror("ioctl (SIOCGIFCAP)"); in setifcap() 1471 Perror(vname); in setifcap() [all …]
|
H A D | ifconfig.h | 271 void Perror(const char *cmd);
|
/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
|