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

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtimetype.sh55 Time_t tt=(yesterday today tomorrow)
59 [[ ${tt[1]} == *+00:00 ]] || err_exit 'tt[1] is not today'
63 Time_t tt=('2008-08-11+00:00:00,yesterday' '2008-08-11+00:00:00,today' '2008-08-11+00:00:00,tomorrow')
66 (( (tt[1] - tt[0] ) == 24*3600 )) || err_exit 'today-yesterday not one day'
67 (( (tt[2] - tt[1] ) == 24*3600 )) || err_exit 'tomorrow-today not one day'
70 Time_t tt=([yesterday]='2008-08-11+00:00:00,yesterday' [today]='2008-08-11+00:00:00,today' [tomorrow]='2008-08-11+00:00:00,tomorrow')
73 [[ ${tt[today]} == *+00:00 ]] || err_exit 'tt[today] is not today'
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dunknown.c58 time_t today; local
67 if ( time(&today) != -1 ) {
68 ctoday = ctime(&today);
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1552 int today; local
1591 today = TRUE;
1596 today = FALSE;
1608 if (carry == 0 && today) {
1609 /* this event must occur today */
1690 * Job won't run today, however if we have a switch over within
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2278 \ifx\today\undefined
2279 \def\today{%

Completed in 63 milliseconds