Home
last modified time | relevance | path

Searched refs:ERROR_EXIT (Results 1 – 10 of 10) sorted by relevance

/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c69 exit(ERROR_EXIT); in usage()
91 exit(ERROR_EXIT); in main()
106 exitstatus = ERROR_EXIT; in main()
123 errx(ERROR_EXIT, "your UID isn't in the passwd file, bailing out"); in parse_args()
138 errx(ERROR_EXIT, "must be privileged to use -u"); in parse_args()
140 errx(ERROR_EXIT, "user `%s' unknown", optarg); in parse_args()
195 err(ERROR_EXIT, "swapping uids"); in parse_args()
205 err(ERROR_EXIT, SYSCRONTAB " must be edited manually"); in parse_args()
208 err(ERROR_EXIT, "%s", Filename); in parse_args()
211 err(ERROR_EXIT, "swapping uids back"); in parse_args()
[all …]
/freebsd/usr.sbin/cron/cron/
H A Ddo_command.c131 exit(ERROR_EXIT); in child_process()
137 exit(ERROR_EXIT); in child_process()
144 exit(ERROR_EXIT); in child_process()
162 exit(ERROR_EXIT); in child_process()
208 exit(ERROR_EXIT); in child_process()
279 _exit(ERROR_EXIT); in child_process()
300 _exit(ERROR_EXIT); in child_process()
305 _exit(ERROR_EXIT); in child_process()
310 _exit(ERROR_EXIT); in child_process()
315 _exit(ERROR_EXIT); in child_process()
[all …]
H A Dpopen.c168 _exit(ERROR_EXIT); in cron_popen()
171 _exit(ERROR_EXIT); in cron_popen()
174 _exit(ERROR_EXIT); in cron_popen()
176 _exit(ERROR_EXIT); in cron_popen()
H A Ddatabase.c64 (void) exit(ERROR_EXIT); in load_database()
128 (void) exit(ERROR_EXIT); in load_database()
151 (void) exit(ERROR_EXIT); in load_database()
H A Dcron.c69 exit(ERROR_EXIT); in usage()
90 errx(ERROR_EXIT, "%s", buf); in open_pidfile()
507 errx(ERROR_EXIT,
513 errx(ERROR_EXIT,
H A Dmacros.h44 #define ERROR_EXIT 1 /* exit() with this will scare the shell */ macro
/freebsd/usr.sbin/cron/lib/
H A Dmisc.c173 err(ERROR_EXIT, "seteuid"); in set_cron_uid()
176 err(ERROR_EXIT, "setuid"); in set_cron_uid()
194 err(ERROR_EXIT, "%s: mkdir", CRONDIR); in set_cron_cwd()
198 err(ERROR_EXIT, "'%s' is not a directory, bailing out", CRONDIR); in set_cron_cwd()
200 err(ERROR_EXIT, "cannot chdir(%s), bailing out", CRONDIR); in set_cron_cwd()
210 err(ERROR_EXIT, "%s: mkdir", SPOOL_DIR); in set_cron_cwd()
214 err(ERROR_EXIT, "'%s' is not a directory, bailing out", SPOOL_DIR); in set_cron_cwd()
/freebsd/usr.sbin/ypserv/
H A Dypinit.sh172 ERROR_EXIT="YES"
175 *) ERROR_EXIT="NO"
241 if [ "${ERROR_EXIT}" = "YES" ]; then
359 if [ "${ERROR_EXIT}" = "YES" ]; then
372 if [ "${ERROR_EXIT}" = "YES" ]; then
/freebsd/contrib/bmake/mk/
H A DChangeLog61 * meta.sys.mk: _metaError: if .ERROR_EXIT == 6, we do not
/freebsd/contrib/bmake/
H A DChangeLog241 o set .ERROR_EXIT to the exit status of .ERROR_TARGET
243 .ERROR_EXIT==6 which just means that the build actually