Searched refs:Perror (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_send.c | 147 static void Perror(const res_state, FILE *, const char *, int); 814 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 818 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 827 Perror(statp, stderr, "setsockopt", errno); in send_vc() 868 Perror(statp, stderr, "write failed", errno); in send_vc() 885 Perror(statp, stderr, "read failed", errno); in send_vc() 930 Perror(statp, stderr, "read(vc)", errno); in send_vc() 1098 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1102 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1147 Perror(statp, stderr, "send", errno); in send_dg() [all …]
|
D | res_debug.h | 27 # define Perror(statp, file, string, error) /*empty*/ macro
|