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

/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c298 static void add_atevent(struct usr *, char *, time_t, int);
880 add_atevent(u, name, tim, jobtype);
884 add_atevent(u, name, tim, jobtype);
1053 add_atevent(u, name, tim, jobtype);
1064 add_atevent(struct usr *u, char *job, time_t tim, int jobtype) function
1082 (void) fprintf(stderr, "add_atevent: user=%s, job=%s, time=%ld\n",
1086 ignore_msg("add_atevent", "at", e);
1109 add_atevent(u, name, tim, jobtype);
3062 add_atevent(next_event->u, next_event->cmd, nt, next_event->etype);

Completed in 100 milliseconds