Home
last modified time | relevance | path

Searched refs:Perror (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/lib/libc/resolv/
H A Dres_send.c331 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 Dres_debug.h29 # define Perror(statp, file, string, error) /*empty*/ macro
/freebsd-13.1/contrib/gdtoa/
H A Dstdio1.h63 extern void Perror ANSI((const char*));
96 #define perror Perror
H A Dprintf.c01570 Perror
/freebsd-13.1/sbin/ifconfig/
H A Difconfig.c1029 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 Difconfig.h149 void Perror(const char *cmd);