Home
last modified time | relevance | path

Searched refs:TODAY (Results 1 – 2 of 2) sorted by relevance

/src/contrib/openpam/misc/
H A Dgendoc.pl44 use vars qw(%AUTHORS $TODAY %FUNCTIONS %PAMERR);
446 $mdoc .= ".Dd $TODAY
596 .Dd $TODAY
671 $TODAY = strftime("%B %e, %Y", localtime(time()));
672 $TODAY =~ s,\s+, ,g;
/src/usr.bin/at/
H A Dparsetime.c66 PM, AM, TOMORROW, TODAY, NOW, enumerator
87 { "today", TODAY, 0 }, /* execute today - don't advance time */
495 case TODAY: /* force ourselves to stay in today - no further processing */ in month()