Searched refs:ATJOB_DIR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/at.tproj/
H A Dat.c80 #ifndef ATJOB_DIR
81 #define ATJOB_DIR _PATH_ATJOBS macro
85 #define LFILE ATJOB_DIR ".lockfile"
112 char atfile[] = ATJOB_DIR "12345678901234";
195 if ((fid = fopen(ATJOB_DIR ".SEQ", "r+")) != NULL) {
206 else if ((fid = fopen(ATJOB_DIR ".SEQ", "w")) != NULL) {
245 ppos = atfile + strlen(ATJOB_DIR);
285 perr("cannot access " ATJOB_DIR);
501 perr("cannot stat in " ATJOB_DIR);
546 /* List all a user's jobs in the queue, by looping through ATJOB_DIR,
[all...]
/macosx-10.10/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c73 #ifndef ATJOB_DIR
74 #define ATJOB_DIR _PATH_ATJOBS macro
301 if (chdir(ATJOB_DIR) < 0)
302 perr("cannot chdir to %s", ATJOB_DIR);
442 /* Browse through ATJOB_DIR, checking all the jobfiles wether they should
496 if (chdir(ATJOB_DIR) != 0)
497 perr("cannot change to %s", ATJOB_DIR);
510 perr("cannot read %s", ATJOB_DIR);
519 perr("cannot stat in %s", ATJOB_DIR);

Completed in 202 milliseconds