t                  98 anacron/lock.c 	struct tm *t;
t                 158 anacron/lock.c 	t = localtime(&jobtime);
t                 159 anacron/lock.c 	if (!now && preferred_hour != -1 && t->tm_hour != preferred_hour) {
t                 166 anacron/lock.c 		(t->tm_hour < range_start || t->tm_hour >= range_stop))
t                 541 src/cron.c     	char *t = tz1; \
t                 542 src/cron.c     	if (t != NULL && *t != '\0') { \
t                 543 src/cron.c     		setenv("TZ", t, 1); \
t                 494 src/crontab.c  	int ch = '\0', t;
t                 531 src/crontab.c  	if (-1 == (t = mkstemp(Filename))) {
t                 540 src/crontab.c  	if (!(NewCrontab = fdopen(t, "r+"))) {
t                 589 src/do_command.c 	const char *t;
t                 592 src/do_command.c 	for (t = s, first = 1; (ch = *t++) != '\0'; first = 0) {
t                 102 src/macros.h   #define	get_gmtoff(c, t)	((t)->tm_gmtoff)
t                 532 src/misc.c     	struct tm *t = localtime(&now);
t                 566 src/misc.c     		t->tm_mon + 1, t->tm_mday, t->tm_hour, t->tm_min, t->tm_sec, pid,
t                 626 src/misc.c     char *first_word(const char *s, const char *t) {
t                 637 src/misc.c     	while (*s && (NULL != strchr(t, *s))) {
t                 642 src/misc.c     	while (*s && (NULL == strchr(t, *s)) && (rp < &rb[MAX_TEMPSTR])) {
t                 699 src/misc.c     	time_t t = clock ? *clock : time((TIME_T) 0);
t                 700 src/misc.c     	struct tm tm = *localtime(&t);
t                 701 src/misc.c     	long gmtoff = get_gmtoff(&t, &tm);