HomeSort by: relevance | last modified time | path
    Searched defs:my_err (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/fingerd/
fingerd.c 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, ... function in typeref:typename:void
    [all...]
fingerd.c 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, ... function in typeref:typename:void
    [all...]

Completed in 21 milliseconds