Searched refs:jobtype (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 142 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable 256 jobtype = *optarg - 'a'; 257 if ((jobtype < 0) || (jobtype > 25)) 259 if (jobtype == 2) 286 return (list_jobs(argc, argv, qflag, jobtype)); 296 if ((argc + tflag == 0) && (jobtype != BATCHEVENT)) 304 if (jobtype == BATCHEVENT) 379 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype); 430 sprintf(name, "%s/%ld.%c", ATDIR, t, 'a'+jobtype); [all...] |
H A D | cron.c | 239 short jobtype; /* what type of event: 0=cron, 1=at */ member in struct:runinfo 758 int jobtype; local 792 jobtype = *ptr - 'a'; 793 if (jobtype >= NQUEUE) { 797 init_atevent(dp->d_name, tim, jobtype, first); 877 init_atevent(char *name, time_t tim, int jobtype, int first) argument 883 add_atevent(u, name, tim, jobtype); 887 add_atevent(u, name, tim, jobtype); 889 update_atevent(u, name, tim, jobtype); 999 int jobtype; local 1067 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) argument 1094 update_atevent(struct usr *u, char *name, time_t tim, int jobtype) argument [all...] |
Completed in 1770 milliseconds