Home
last modified time | relevance | path

Searched refs:jobtype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dat.c143 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable
257 jobtype = *optarg - 'a'; in main()
258 if ((jobtype < 0) || (jobtype > 25)) in main()
260 if (jobtype == 2) in main()
287 return (list_jobs(argc, argv, qflag, jobtype)); in main()
297 if ((argc + tflag == 0) && (jobtype != BATCHEVENT)) in main()
305 if (jobtype == BATCHEVENT) in main()
380 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype); in main()
430 sprintf(name, "%s/%ld.%c", ATDIR, t, 'a'+jobtype); in mkjobname()
626 printf(": %s job\n", jobtype ? "batch" : "at"); in copy()
H A Dcron.c756 int jobtype; in read_dirs() local
790 jobtype = *ptr - 'a'; in read_dirs()
791 if (jobtype >= NQUEUE) { in read_dirs()
881 add_atevent(u, name, tim, jobtype); in init_atevent()
885 add_atevent(u, name, tim, jobtype); in init_atevent()
997 int jobtype; in mod_atjob() local
1005 jobtype = *ptr - 'a'; in mod_atjob()
1054 add_atevent(u, name, tim, jobtype); in mod_atjob()
1070 e->etype = jobtype; in add_atevent()
1110 add_atevent(u, name, tim, jobtype); in update_atevent()
[all …]