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 147 static void Perror(const res_state, FILE *, const char *, int);
722 Perror(statp, stderr, "socket(vc)", errno);
726 Perror(statp, stderr, "socket(vc)", errno);
757 Perror(statp, stderr, "write failed", errno);
774 Perror(statp, stderr, "read failed", errno);
819 Perror(statp, stderr, "read(vc)", errno);
892 Perror(statp, stderr, "socket(dg)", errno);
896 Perror(statp, stderr, "socket(dg)", errno);
931 Perror(statp, stderr, "send", errno);
974 Perror(statp, stderr, "select", errno)
    [all...]

Completed in 348 milliseconds