Lines Matching refs:perr

92 void perr(const char *fmt, ...);
151 perr("cannot change file permissions"); in run_file()
158 perr("cannot fork"); in run_file()
199 perr("cannot open input file %s", filename); in run_file()
202 perr("error duplicating input file descriptor"); in run_file()
205 perr("error in fstat of input file descriptor"); in run_file()
208 perr("error in fstat of input file"); in run_file()
223 perr("error in fcntl"); in run_file()
250 perr("cannot chdir to %s", ATSPOOL_DIR); in run_file()
257 perr("cannot create output file"); in run_file()
271 perr("error in fork"); in run_file()
283 perr("error in lseek"); in run_file()
286 perr("error in I/O redirection"); in run_file()
289 perr("error in I/O redirection"); in run_file()
292 perr("error in I/O redirection"); in run_file()
297 perr("cannot chdir to %s", ATJOB_DIR); in run_file()
319 perr("cannot init group access list"); in run_file()
322 perr("cannot change group"); in run_file()
325 perr("cannot set login name"); in run_file()
328 perr("cannot set user id"); in run_file()
335 perr("exec failed for /bin/sh"); in run_file()
350 perr("open of jobfile failed"); in run_file()
365 perr("cannot init group access list"); in run_file()
368 perr("cannot change group"); in run_file()
371 perr("cannot set login name"); in run_file()
374 perr("cannot set user id"); in run_file()
387 perr("exec failed for mail command"); in run_file()
398 perr(const char *fmt, ...) in perr() function
482 perr("garbled option -l"); in main()
500 perr("cannot change to %s", ATJOB_DIR); in main()
522 perr("cannot read %s", ATJOB_DIR); in main()
525 perr("cannot lock %s", ATJOB_DIR); in main()
534 perr("cannot stat in %s", ATJOB_DIR); in main()
570 perr("cannot unlock %s", ATJOB_DIR); in main()
573 perr("cannot closedir %s", ATJOB_DIR); in main()