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()
1100 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1104 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1149 Perror(statp, stderr, "send", errno); in send_dg()
1178 Perror(statp, stderr, "poll", errno); in send_dg()
1187 Perror(statp, stderr, "recvfrom", errno); in send_dg()
1317 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror() function