HomeSort by: relevance | last modified time | path
    Searched refs:Perror (Results 1 - 3 of 3) 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...]
  /src/tests/usr.bin/indent/
t_misc.sh 377 "$indent" -Pnonexistent.pro -Perror.pro -Plast.pro code.c -st

Completed in 41 milliseconds