HomeSort by: relevance | last modified time | path
    Searched defs:Perror (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/resolv/
res_debug.h 27 # define Perror(statp, file, string, error) /*empty*/
res_send.c 186 static void Perror(const res_state, FILE *, const char *, int);
719 Perror(statp, stderr, "socket(vc)", errno);
723 Perror(statp, stderr, "socket(vc)", errno);
758 Perror(statp, stderr, "write failed", errno);
775 Perror(statp, stderr, "read failed", errno);
820 Perror(statp, stderr, "read(vc)", errno);
913 Perror(statp, stderr, "socket(dg)", errno);
917 Perror(statp, stderr, "socket(dg)", errno);
961 Perror(statp, stderr, "send", errno);
1028 Perror(statp, stderr, fun, errno)
    [all...]

Completed in 12 milliseconds