Searched refs:my_err (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/libexec/fingerd/
H A Dfingerd.c61 __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(cons function
[all...]

Completed in 110 milliseconds