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

/netbsd-current/usr.bin/at/
H A Dpathnames.h44 #define _PATH_ATJOBS "/var/at/jobs/" macro
H A Dat.c199 (void)strlcpy(atfile, _PATH_ATJOBS, sizeof(atfile));
244 perr("Cannot access " _PATH_ATJOBS);
424 * _PATH_ATJOBS, or everybody's if we are root
440 if (chdir(_PATH_ATJOBS) == -1)
441 perr("Cannot change to " _PATH_ATJOBS);
444 perr("Cannot open " _PATH_ATJOBS);
449 perr("Cannot stat in " _PATH_ATJOBS);
512 if (chdir(_PATH_ATJOBS) == -1)
513 perr("Cannot change to " _PATH_ATJOBS);
516 perr("Cannot open " _PATH_ATJOBS);
[all...]
/netbsd-current/libexec/atrun/
H A Datrun.c320 if (chdir(_PATH_ATJOBS) == -1)
321 perr("Cannot chdir to `%s'", _PATH_ATJOBS);
375 * Browse through _PATH_ATJOBS, checking all the jobfiles whether
444 if (chdir(_PATH_ATJOBS) == -1)
445 perr("Cannot change directory to `%s'", _PATH_ATJOBS);
460 perr("Cannot open `%s'", _PATH_ATJOBS);
474 _PATH_ATJOBS);

Completed in 106 milliseconds