HomeSort by: relevance | last modified time | path
    Searched refs:today (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/games/pom/
pom.c 98 double days, today, tomorrow; local
112 today = potm(days) + .5;
119 if ((int)today == 100)
121 else if (!(int)today)
125 if ((int)today == 50)
126 (void)printf("%s\n", tomorrow > today ?
128 /* today is 0.5 too big, but it doesn't matter here
132 today -= 0.5; /* Now it might matter */
133 (void)printf("%s ", tomorrow > today ?
135 if (today > 50
    [all...]
  /src/external/apache2/llvm/dist/clang/docs/analyzer/
conf.py 45 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 = ''
  /src/external/apache2/llvm/dist/libcxx/docs/
conf.py 44 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 = ''
  /src/external/apache2/llvm/dist/clang/docs/tools/
generate_formatted_state.py 54 tree in terms of conformance to :doc:`ClangFormat` as of: {today} (`{sha} <https://github.com/llvm/llvm-project/commit/{sha}>`_).
79 today = datetime.now().strftime("%B %d, %Y %H:%M:%S")
80 output.write(bytes(rst_prefix.format(today=today,
  /src/crypto/external/apache2/openssl/dist/test/recipes/
25-test_x509.t 566 my %today = (strftime("%Y-%m-%d", gmtime) => 1);
571 "-not_after", "today",
574 && ++$today{strftime("%Y-%m-%d", gmtime)}
575 && (grep { defined $today{$_} } get_not_after_date($b_cert)));
585 # start date today and days
586 %today = (strftime("%Y-%m-%d", gmtime) => 1);
590 "-not_before", "today",
593 && ++$today{strftime("%Y-%m-%d", gmtime)}
594 && (grep { defined $today{$_} } get_not_before_date($b_cert))
599 "-not_before", "today",
    [all...]
25-test_req.t 763 my %today = (strftime("%Y-%m-%d", gmtime) => 1);
768 "-not_before", "today",
769 "-not_after", "today",
771 && ++$today{strftime("%Y-%m-%d", gmtime)}
772 && (grep { defined $today{$_} } get_not_before_date($cert))
773 && (grep { defined $today{$_} } get_not_after_date($cert)), "explicit start and end dates");
  /src/external/apache2/llvm/dist/clang/docs/
conf.py 46 copyright = u'2007-%d, The Clang Team' % date.today().year
61 # There are two options for replacing |today|: either, you set today to some
63 #today = ''
  /src/games/phantasia/
gamesupport.c 28 int today; /* day of year of today */ local
76 today = localtime(&now)->tm_yday;
134 temp = today - playerp->p_lastused;
495 int today; /* day of year for today */ local
502 today = localtime(&ltime)->tm_yday;
509 daysold = today - Other.p_lastused;
  /src/crypto/external/apache2/openssl/dist/test/
mlkem_parse.py 81 year = datetime.date.today().year
mldsa_parse.py 119 year = datetime.date.today().year
mldsa_wycheproof_parse.py 120 year = datetime.date.today().year
slhdsa_parse.py 123 year = datetime.date.today().year
  /src/usr.sbin/quot/
quot.c 297 static time_t today; local
300 if (!today)
301 time(&today);
307 if (today - act > 90L * 24L * 60L * 60L)
309 if (today - act > 60L * 24L * 60L * 60L)
311 if (today - act > 30L * 24L * 60L * 60L)
  /src/external/apache2/llvm/dist/llvm/docs/
conf.py 62 copyright = u'2003-%d, LLVM Project' % date.today().year
77 # There are two options for replacing |today|: either, you set today to some
79 #today = ''
  /src/external/gpl3/gcc/dist/maintainer-scripts/
update_web_docs_git 228 today=`date +%d`
229 if test $today = 15; then
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
update_web_docs_git 220 today=`date +%d`
221 if test $today = 15; then
update_web_docs_svn 218 today=`date +%d`
219 if test $today = 15; then
  /src/external/bsd/ntp/dist/scripts/
summary-opts.def 31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 105 date=datetime.datetime.today(
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.def 39 ordinary workstations and networks of today, it may be required
121 Most operating systems and hardware of today incorporate a
  /src/external/gpl3/gcc.old/dist/contrib/testsuite-management/
validate_failures.py 173 now = datetime.date.today()
  /src/external/gpl3/gcc/dist/contrib/testsuite-management/
validate_failures.py 661 'or not. (default = Use today date)')
702 # Set "today" date to compare expiration entries against.
716 _OPTIONS.expiry_today_date = datetime.date.today()
  /src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl 3171 cvs2cl.pl -l "-d"">2003-10-18;today<"""
  /src/external/gpl3/autoconf/dist/
maint.mk 110 today = $(shell date +%Y-%m-%d) macro
117 news-check-regexp ?= '^\*.* $(VERSION_REGEXP) \($(today)\)'
  /src/external/bsd/nsd/dist/doc/
differences.tex 22 \today

Completed in 48 milliseconds

1 2