Perror
Perror(statp, stderr, fun, errno);
Perror(statp, stderr, "recvfrom", errno);
static void Perror(const res_state, FILE *, const char *, int);
Perror(statp, stderr, "socket(vc)", errno);
Perror(statp, stderr, "socket(vc)", errno);
Perror(statp, stderr, "write failed", errno);
Perror(statp, stderr, "read failed", errno);
Perror(statp, stderr, "read(vc)", errno);
Perror(statp, stderr, "socket(dg)", errno);
Perror(statp, stderr, "socket(dg)", errno);
Perror(statp, stderr, "send", errno);