| /freebsd/usr.bin/pom/ |
| H A D | pom.c | 77 double days, today, tomorrow; in main() local 141 today = potm(days); in main() 143 (void)printf("%1.0f\n", today); in main() 147 if (today >= 99.5) in main() 149 else if (today < 0.5) in main() 153 if (today >= 49.5 && today < 50.5) in main() 154 (void)printf("%s\n", tomorrow > today ? in main() 157 (void)printf("%s ", tomorrow > today ? in main() 159 if (today > 50) in main() 161 today); in main() [all …]
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | shadow.c | 66 long today; in check_shadow() local 68 today = time(0)/(24L * 60 * 60); in check_shadow() 74 if (today >= sp->sp_expire) { in check_shadow() 78 } else if (sp->sp_expire - today < 14) { in check_shadow() 80 (int)(sp->sp_expire - today)); in check_shadow() 85 if (today >= (sp->sp_lstchg + sp->sp_max)) { in check_shadow() 89 && (today > (sp->sp_lstchg + sp->sp_max - sp->sp_warn))) { in check_shadow() 91 (int)(sp->sp_lstchg + sp->sp_max - today)); in check_shadow()
|
| /freebsd/crypto/openssh/ |
| H A D | auth-shadow.c | 58 time_t today; in auth_shadow_acctexpired() local 62 today = time(NULL) / DAY; in auth_shadow_acctexpired() 63 daysleft = spw->sp_expire - today; in auth_shadow_acctexpired() 65 (long long)today, (long long)spw->sp_expire, daysleft); in auth_shadow_acctexpired() 92 time_t today; in auth_shadow_pwexpired() local 100 today = time(NULL) / DAY; in auth_shadow_pwexpired() 101 debug3_f("today %lld sp_lstchg %lld sp_max %lld", (long long)today, in auth_shadow_pwexpired() 120 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()
|
| /freebsd/usr.sbin/periodic/etc/security/ |
| H A D | security.functions | 44 # LABEL is the base name of the ${LOG}/${label}.{today,yesterday} files. 64 if [ ! -f ${LOG}/${label}.today ]; then 67 echo "No ${LOG}/${label}.today" 68 cp ${tmpf} ${LOG}/${label}.today || rc=3 71 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then 75 diff ${security_status_diff_flags} ${LOG}/${label}.today \ 77 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3 78 mv ${tmpf} ${LOG}/${label}.today || rc=3
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 25-test_x509.t | 572 my %today = (strftime("%Y-%m-%d", gmtime) => 1); 580 && ++$today{strftime("%Y-%m-%d", gmtime)} 581 && (grep { defined $today{$_} } get_not_after_date($b_cert))); 592 %today = (strftime("%Y-%m-%d", gmtime) => 1); 599 && ++$today{strftime("%Y-%m-%d", gmtime)} 600 && (grep { defined $today{$_} } get_not_before_date($b_cert)) 609 %today = (strftime("%Y-%m-%d", gmtime) => 1); 614 && ++$today{strftime("%Y-%m-%d", gmtime)} 615 && (grep { defined $today{$_} } get_not_before_date($b_cert))
|
| H A D | 25-test_req.t | 763 my %today = (strftime("%Y-%m-%d", gmtime) => 1); 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");
|
| /freebsd/crypto/heimdal/appl/su/ |
| H A D | su.c | 404 long today; in main() local 408 today = time(0)/(24L * 60 * 60); in main() 410 if (today >= sp->sp_expire) { in main() 416 else if (sp->sp_expire - today < 14) in main() 418 (int)(sp->sp_expire - today)); in main() 421 if (today >= sp->sp_lstchg + sp->sp_max) { in main() 427 else if (today >= sp->sp_lstchg + sp->sp_max - sp->sp_warn) in main() 429 (int)(sp->sp_lstchg + sp->sp_max -today)); in main()
|
| /freebsd/usr.bin/calendar/ |
| H A D | pom.c | 94 double days_today, days_tomorrow, today, tomorrow; in fpom() local 142 today = potm(days_today); /* 30 December 23:59:59 */ in fpom() 144 olddir = today > tomorrow ? -1 : +1; in fpom() 148 today = potm(days_today); in fpom() 150 newdir = today > tomorrow ? -1 : +1; in fpom()
|
| /freebsd/tools/tools/nanobsd/rescue/ |
| H A D | build.sh | 5 today=`date '+%Y%m%d'` 29 F64="/usr/obj/Rescue/rescue_${today}_x64"
|
| /freebsd/usr.sbin/quot/ |
| H A D | quot.c | 266 static time_t today; in uses() local 269 if (!today) in uses() 270 time(&today); in uses() 276 if (today - act > 90L * 24L * 60L * 60L) in uses() 278 if (today - act > 60L * 24L * 60L * 60L) in uses() 280 if (today - act > 30L * 24L * 60L * 60L) in uses()
|
| /freebsd/usr.sbin/ac/ |
| H A D | ac.c | 280 show_today(struct timeval today) in show_today() argument 290 timersub(&today, &usec, &yesterday); in show_today() 296 timersub(&today, &lp->time, &diff); in show_today() 299 lp->time = today; in show_today()
|
| /freebsd/tools/diag/prtblknos/ |
| H A D | README | 30 size blocks which by today's default is 32Kb. 34 fragment. Since the default size for fragments today is 4Kb, the
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | fetching-composite-algorithms.md | 81 ### What we have today 95 Another example, which we could implement in our providers today, would be 114 ### What we don't have today
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | conf.py | 44 copyright = "2011-%d, LLVM Project" % date.today().year
|
| /freebsd/contrib/libcbor/misc/ |
| H A D | update_version.py | 14 release_date = date.today().strftime('%Y-%m-%d')
|
| /freebsd/tools/regression/p1003_1b/ |
| H A D | README | 10 As of today "p1003_1b yield" doesn't work. I have a minimal set
|
| /freebsd/sys/contrib/device-tree/Bindings/reset/ |
| H A D | snps,axs10x-reset.txt | 8 As of today only the following lines are used:
|
| /freebsd/contrib/libcbor/doc/source/ |
| H A D | index.rst | 4 Documentation for version |release|, updated on |today|.
|
| /freebsd/crypto/openssl/test/ |
| H A D | mlkem_parse.py | 81 year = datetime.date.today().year
|
| H A D | mldsa_parse.py | 119 year = datetime.date.today().year
|
| H A D | mldsa_wycheproof_parse.py | 120 year = datetime.date.today().year
|
| H A D | slhdsa_parse.py | 123 year = datetime.date.today().year
|
| /freebsd/tools/cam/ |
| H A D | README | 9 take some time (but these scripts are useful today).
|
| /freebsd/contrib/ntp/scripts/ |
| H A D | summary-opts.def | 31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
|
| /freebsd/contrib/libder/ |
| H A D | README.md | 25 libder also doesn't do strict validation of what it reads in today, for better
|