Searched refs:jobtype (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cron/ |
H A D | at.c | 141 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable 255 jobtype = *optarg - 'a'; in main() 256 if ((jobtype < 0) || (jobtype > 25)) in main() 258 if (jobtype == 2) in main() 285 return (list_jobs(argc, argv, qflag, jobtype)); in main() 295 if ((argc + tflag == 0) && (jobtype != BATCHEVENT)) in main() 303 if (jobtype == BATCHEVENT) in main() 378 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype); in main() 429 sprintf(name, "%s/%ld.%c", ATDIR, t, 'a'+jobtype); 610 printf(": %s job\n", jobtype ? "batch" : "at"); in copy()
|
H A D | cron.c | 239 short jobtype; /* what type of event: 0=cron, 1=at */ member 758 int jobtype; in read_dirs() local 792 jobtype = *ptr - 'a'; in read_dirs() 793 if (jobtype >= NQUEUE) { in read_dirs() 797 init_atevent(dp->d_name, tim, jobtype, first); in read_dirs() 877 init_atevent(char *name, time_t tim, int jobtype, int first) in init_atevent() argument 883 add_atevent(u, name, tim, jobtype); in init_atevent() 887 add_atevent(u, name, tim, jobtype); in init_atevent() 889 update_atevent(u, name, tim, jobtype); in init_atevent() 999 int jobtype; in mod_atjob() local [all …]
|