OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Perror
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/dns/resolv/
res_debug.h
27
# define
Perror
(statp, file, string, error) /*empty*/
res_send.c
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)
[
all
...]
Completed in 205 milliseconds