HomeSort by relevance Sort by last modified time
    Searched refs:Perror (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/resolv/
res_debug.h 27 # define Perror(statp, file, string, error) /*empty*/
res_send.c 152 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 80 milliseconds