Searched defs:add_atevent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c301 static void add_atevent(struct usr *, char *, time_t, int);
883 add_atevent(u, name, tim, jobtype);
887 add_atevent(u, name, tim, jobtype);
1056 add_atevent(u, name, tim, jobtype);
1067 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) function
1085 (void) fprintf(stderr, "add_atevent: user=%s, job=%s, time=%ld\n",
1089 ignore_msg("add_atevent", "at", e);
1112 add_atevent(u, name, tim, jobtype);
3075 add_atevent(next_event->u, next_event->cmd, nt, next_event->etype);

Completed in 53 milliseconds