Home
last modified time | relevance | path

Searched refs:Perror (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/dns/resolv/
H A Dres_send.c814 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()
1100 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1104 Perror(statp, stderr, "socket(dg)", errno); in send_dg()
1149 Perror(statp, stderr, "send", errno); in send_dg()
1178 Perror(statp, stderr, "poll", errno); in send_dg()
[all …]
H A Dres_debug.h27 # define Perror(statp, file, string, error) /*empty*/ macro