Searched defs:Perror (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.h25 # define Perror(statp, file, string, error) /*empty*/ macro
H A Dres_send.c143 static void Perror(const res_state, FILE *, const char *, int);
741 Perror(statp, stderr, "socket(vc)", errno);
745 Perror(statp, stderr, "socket(vc)", errno);
780 Perror(statp, stderr, "write failed", errno);
797 Perror(statp, stderr, "read failed", errno);
842 Perror(statp, stderr, "read(vc)", errno);
923 Perror(statp, stderr, "socket(dg)", errno);
927 Perror(statp, stderr, "socket(dg)", errno);
956 Perror(statp, stderr, "send", errno);
1034 Perror(stat
1171 Perror(const res_state statp, FILE *file, const char *string, int error) { function
[all...]

Completed in 249 milliseconds