Searched refs:Perror (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.h25 # define Perror(statp, file, string, error) /*empty*/ macro
H A Dres_send.c148 static void Perror(const res_state, FILE *, const char *, int);
329 Perror(statp, stderr, "kqueue", errno);
676 Perror(statp, stderr, "socket(vc)", errno);
680 Perror(statp, stderr, "socket(vc)", errno);
715 Perror(statp, stderr, "write failed", errno);
732 Perror(statp, stderr, "read failed", errno);
778 Perror(statp, stderr, "read(vc)", errno);
867 Perror(statp, stderr, "socket(dg)", errno);
871 Perror(statp, stderr, "socket(dg)", errno);
915 Perror(stat
1119 Perror(const res_state statp, FILE *file, const char *string, int error) { function
[all...]
/freebsd-11-stable/contrib/gdtoa/
H A Dstdio1.h63 extern void Perror ANSI((const char*));
96 #define perror Perror
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.h142 void Perror(const char *cmd);
H A Difconfig.c994 Perror("ioctl (SIOCDIFADDR)");
1008 Perror("ioctl (SIOCAIFADDR)");
1161 Perror("ioctl (SIOCGIFFLAGS)");
1174 Perror(vname);
1183 Perror("ioctl (SIOCGIFCAP)");
1195 Perror(vname);
1432 Perror(const char *cmd) function

Completed in 175 milliseconds