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

  /bionic/libc/dns/resolv/
res_debug.h 27 # define Perror(statp, file, string, error) /*empty*/
res_send.c 151 static void Perror(const res_state, FILE *, const char *, int);
816 Perror(statp, stderr, "socket(vc)", errno);
820 Perror(statp, stderr, "socket(vc)", errno);
829 Perror(statp, stderr, "setsockopt", errno);
870 Perror(statp, stderr, "write failed", errno);
887 Perror(statp, stderr, "read failed", errno);
932 Perror(statp, stderr, "read(vc)", errno);
1118 Perror(statp, stderr, "socket(dg)", errno);
1122 Perror(statp, stderr, "socket(dg)", errno);
1167 Perror(statp, stderr, "send", errno)
    [all...]
  /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 155 milliseconds