Lines Matching defs:my_err
61 __dead static void my_err(const char *, ...) __printflike(1, 2);
119 my_err("illegal option -- %c", optopt);
122 my_err("Too many options provided");
129 my_err("getpeername: %s", strerror(errno));
152 my_err("Too many options provided");
197 my_err("pipe: %s", strerror(errno));
207 my_err("execv: %s: %s", prog, strerror(errno));
210 my_err("fork: %s", strerror(errno));
214 my_err("fdopen: %s", strerror(errno));
224 my_err(const char *fmt, ...)