Home | History | Annotate | Download | only in resolv

Lines Matching refs:Perror

153 static void		Perror(const res_state, FILE *, const char *, int);
793 Perror(statp, stderr, "socket(vc)", errno);
797 Perror(statp, stderr, "socket(vc)", errno);
805 Perror(statp, stderr, "setsockopt", errno);
837 Perror(statp, stderr, "write failed", errno);
854 Perror(statp, stderr, "read failed", errno);
899 Perror(statp, stderr, "read(vc)", errno);
1076 Perror(statp, stderr, "socket(dg)", errno);
1080 Perror(statp, stderr, "socket(dg)", errno);
1124 Perror(statp, stderr, "send", errno);
1153 Perror(statp, stderr, "select", errno);
1162 Perror(statp, stderr, "recvfrom", errno);
1294 Perror(const res_state statp, FILE *file, const char *string, int error) {