Lines Matching refs:Perror
147 static void Perror(const res_state, FILE *, const char *, int);
814 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
818 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
827 Perror(statp, stderr, "setsockopt", errno); in send_vc()
868 Perror(statp, stderr, "write failed", errno); in send_vc()
885 Perror(statp, stderr, "read failed", errno); in send_vc()
930 Perror(statp, stderr, "read(vc)", errno); in send_vc()
1098 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1102 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1147 Perror(statp, stderr, "send", errno); in send_dg()
1176 Perror(statp, stderr, "poll", errno); in send_dg()
1185 Perror(statp, stderr, "recvfrom", errno); in send_dg()
1315 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror() function