Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c238 short jobtype; /* what type of event: 0=cron, 1=at */ member
756 int jobtype; in read_dirs() local
875 init_atevent(char *name, time_t tim, int jobtype, int first) in init_atevent()
997 int jobtype; in mod_atjob() local
1065 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) in add_atevent()
1092 update_atevent(struct usr *u, char *name, time_t tim, int jobtype) in update_atevent()
H A Dat.c143 static short jobtype = ATEVENT; /* set to 1 if batch job */ variable