Searched refs:Perror (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/netbsd/resolv/ |
D | res_debug.h | 27 # define Perror(statp, file, string, error) /*empty*/ macro
|
D | res_send.c | 152 static void Perror(const res_state, FILE *, const char *, int); 790 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 794 Perror(statp, stderr, "socket(vc)", errno); in send_vc() 826 Perror(statp, stderr, "write failed", errno); in send_vc() 843 Perror(statp, stderr, "read failed", errno); in send_vc() 888 Perror(statp, stderr, "read(vc)", errno); in send_vc() 1065 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1069 Perror(statp, stderr, "socket(dg)", errno); in send_dg() 1104 Perror(statp, stderr, "send", errno); in send_dg() 1133 Perror(statp, stderr, "select", errno); in send_dg() [all …]
|