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

  /bionic/libc/dns/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);
814 Perror(statp, stderr, "socket(vc)", errno);
818 Perror(statp, stderr, "socket(vc)", errno);
827 Perror(statp, stderr, "setsockopt", errno);
868 Perror(statp, stderr, "write failed", errno);
885 Perror(statp, stderr, "read failed", errno);
930 Perror(statp, stderr, "read(vc)", errno);
1098 Perror(statp, stderr, "socket(dg)", errno);
1102 Perror(statp, stderr, "socket(dg)", errno);
1147 Perror(statp, stderr, "send", errno)
    [all...]
  /external/u-boot/tools/gdb/
error.c 46 Perror(char *fmt, ...)
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 136 # define Perror(file, string, error) /*empty*/
166 Perror(
425 Perror(stderr, "socket(vc)", errno);
451 Perror(stderr, "write failed", errno);
470 Perror(stderr, "read failed", errno);
517 Perror(stderr, "read(vc)", errno);
577 Perror(stderr, "socket(dg)", errno);
618 Perror(stderr, "send", errno);
689 Perror(stderr, "s out-of-bounds", EMFILE);
722 Perror(stderr, "poll", errno);
    [all...]

Completed in 366 milliseconds