Lines Matching refs:Perror
186 static void Perror(const res_state, FILE *, const char *, int);
719 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
723 Perror(statp, stderr, "socket(vc)", errno); in send_vc()
758 Perror(statp, stderr, "write failed", errno); in send_vc()
775 Perror(statp, stderr, "read failed", errno); in send_vc()
820 Perror(statp, stderr, "read(vc)", errno); in send_vc()
913 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
917 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
961 Perror(statp, stderr, "send", errno); in send_dg()
1028 Perror(statp, stderr, fun, errno); in send_dg()
1041 Perror(statp, stderr, "recvfrom", errno); in send_dg()
1166 Perror(const res_state statp, FILE *file, const char *string, int error) { in Perror() function