Lines Matching refs:Perror
140 static void Perror(const res_state, FILE *, const char *, int);
646 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
650 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
685 Perror(statp, stderr, "write failed", errno); in send_vc()
702 Perror(statp, stderr, "read failed", errno); in send_vc()
747 Perror(statp, stderr, "read(vc)", errno); in send_vc()
825 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
829 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
858 Perror(statp, stderr, "send", errno); in send_dg()
914 Perror(statp, stderr, "select", errno); in send_dg()
916 Perror(statp, stderr, "poll", errno); in send_dg()
926 Perror(statp, stderr, "recvfrom", errno); in send_dg()
1051 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror() function