Home | History | Annotate | Download | only in atrun

Lines Matching defs:perrx

69 static void perrx(const char *, ...) __dead;
95 perrx(const char *fmt, ...)
190 perrx("Userid %lu not found - aborting job `%s'",
206 perrx("Userid %lu has expired - aborting job `%s'",
223 perrx("Symbolic link encountered in job `%s' - aborting",
229 perrx("Somebody changed files from under us for job `%s' "
233 perrx("Somebody is trying to run a linked script for job `%s'",
246 perrx("File `%s' is in wrong format - aborting", filename);
249 perrx("Illegal mail name `%s' in `%s'", mailbuf, filename);
253 perrx("Job `%s' - userid %lu does not match file uid %lu",
257 perrx("Job `%s' - groupid %lu does not match file gid %lu",
406 perrx("Cannot get gid for `%s'", nobody);
409 perrx("Cannot get uid for `%s'", nobody);
423 perrx("Bad argument to option -l: ", optarg);
433 perrx("Usage: %s [-l <loadav>] [-d]", getprogname());
437 perrx("Invalid option: %c", c);