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

/openbsd-current/usr.bin/w/
H A Dpr_time.c51 int today; local
53 today = localtime(now)->tm_yday;
61 /* If not today, use day-hour-am/pm. */
62 else if (tp->tm_yday != today ) {
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dupdate_release_date.pl14 my $today = $now - $now % $a_day;
17 gmtime($today);
23 print qq[# Updating D_PPP_RELEASE_DATE timestamp to $today /* $human_ts */\n];
38 s{^(\#\s*define\s+D_PPP_RELEASE_DATE)\b.*$}{$1 $today /* $human_ts */}m
/openbsd-current/gnu/llvm/clang/docs/analyzer/
H A Dconf.py45 copyright = u'2013-%d, Analyzer Team' % date.today().year
60 # There are two options for replacing |today|: either, you set today to some
62 #today = ''
/openbsd-current/gnu/llvm/libcxx/docs/
H A Dconf.py44 copyright = u'2011-%d, LLVM Project' % date.today().year
59 # There are two options for replacing |today|: either, you set today to some
61 #today = ''
/openbsd-current/games/pom/
H A Dpom.c77 double days, today, tomorrow; local
103 today = potm(days);
104 if (lround(today) == 100)
106 else if (lround(today) == 0)
110 if (lround(today) == 50) {
111 if (tomorrow > today)
117 if (tomorrow > today)
121 if (today > 50.0)
123 else /* (today < 50.0) */
133 printf("%s %s (%1.0f%% of Full)\n", descriptor, name, today);
[all...]
/openbsd-current/gnu/llvm/lld/docs/
H A Dconf.py44 copyright = u'2011-%d, LLVM Project' % date.today().year
50 # There are two options for replacing |today|: either, you set today to some
52 #today = ''
/openbsd-current/gnu/llvm/clang/docs/tools/
H A Dgenerate_formatted_state.py57 tree in terms of conformance to :doc:`ClangFormat` as of: {today} (`{sha} <https://github.com/llvm/llvm-project/commit/{sha}>`_).
84 today = datetime.now().strftime("%B %d, %Y %H:%M:%S")
85 output.write(bytes(RST_PREFIX.format(today=today,
/openbsd-current/gnu/llvm/clang/docs/
H A Dconf.py63 copyright = u'2007-%d, The Clang Team' % date.today().year
69 # There are two options for replacing |today|: either, you set today to some
71 #today = ''
/openbsd-current/games/phantasia/
H A Dgamesupport.c71 int today; /* day of year of today */ local
119 today = localtime(&now)->tm_yday;
177 temp = today - playerp->p_lastused;
635 int today; /* day of year for today */
642 today = localtime(&ltime)->tm_yday;
649 daysold = today - Other.p_lastused;
631 int today; /* day of year for today */ local
/openbsd-current/gnu/llvm/lldb/docs/
H A Dconf.py72 copyright = u'2007-%d, The LLDB Team' % date.today().year
89 # There are two options for replacing |today|: either, you set today to some
91 #today = ''
/openbsd-current/gnu/llvm/llvm/docs/
H A Dconf.py62 copyright = u'2003-%d, LLVM Project' % date.today().year
68 # There are two options for replacing |today|: either, you set today to some
70 #today = ''
/openbsd-current/usr.sbin/quot/
H A Dquot.c272 static time_t today; local
275 if (!today)
276 time(&today);
282 if (today - act > 90L * 24L * 60L * 60L)
284 if (today - act > 60L * 24L * 60L * 60L)
286 if (today - act > 30L * 24L * 60L * 60L)
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py105 date=datetime.datetime.today(
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv207 widely available for various Unixen today. This script was primarily
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Local/lib/Time/
H A DLocal.pm383 year. Thus, today, in 1999, 0 would refer to 2000, and 45 to 2045, but 55
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/scripts/
H A Dpod2man.PL213 B<mandoc> and thus by the majority of manual page processors in use today.
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm436 today's Perl may not compile, or may have more or fewer warnings, in future
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure36 SCO csh still thinks true is false. Write to SCO today and tell them that next
1593 ./sharp > today 2>/dev/null
1594 if test -s today; then
1600 ./sharp > today 2>/dev/null
1601 if test -s today; then
1620 rm -f sharp today
/openbsd-current/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm1768 the majority of manual page processors in use today.
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex2379 \ifx\today\undefined
2380 \def\today{%
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex2174 \ifx\today\undefined
2175 \def\today{%
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex2278 \ifx\today\undefined
2279 \def\today{%
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1642 perl Makefile.PL INSTALLSITELIB=/afs/here/today \

Completed in 310 milliseconds