Lines Matching refs:Perror
142 static void Perror(const res_state, FILE *, const char *, int);
654 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
658 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
716 Perror(statp, stderr, "write failed", errno); in send_vc()
733 Perror(statp, stderr, "read failed", errno); in send_vc()
778 Perror(statp, stderr, "read(vc)", errno); in send_vc()
856 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
860 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
889 Perror(statp, stderr, "send", errno); in send_dg()
945 Perror(statp, stderr, "select", errno); in send_dg()
947 Perror(statp, stderr, "poll", errno); in send_dg()
957 Perror(statp, stderr, "recvfrom", errno); in send_dg()
1082 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror() function