| /freebsd-12-stable/usr.bin/pom/ |
| D | pom.c | 91 double days, today, tomorrow; in main() local 154 today = potm(days); in main() 156 (void)printf("%1.0f\n", today); in main() 160 if (today >= 99.5) in main() 162 else if (today < 0.5) in main() 166 if (today >= 49.5 && today < 50.5) in main() 167 (void)printf("%s\n", tomorrow > today ? in main() 170 (void)printf("%s ", tomorrow > today ? in main() 172 if (today > 50) in main() 174 today); in main() [all …]
|
| /freebsd-12-stable/crypto/heimdal/appl/login/ |
| 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-12-stable/crypto/openssh/ |
| 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() 64 debug3("%s: today %d sp_expire %d days left %d", __func__, (int)today, in auth_shadow_acctexpired() 92 time_t today; in auth_shadow_pwexpired() local 100 today = time(NULL) / DAY; in auth_shadow_pwexpired() 101 debug3("%s: today %d sp_lstchg %d sp_max %d", __func__, (int)today, in auth_shadow_pwexpired() 120 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()
|
| /freebsd-12-stable/usr.sbin/periodic/etc/security/ |
| D | security.functions | 68 if [ ! -f ${LOG}/${label}.today ]; then 72 cp ${tmpf} ${LOG}/${label}.today || rc=3 75 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then 79 diff ${security_status_diff_flags} ${LOG}/${label}.today \ 81 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3 82 mv ${tmpf} ${LOG}/${label}.today || rc=3
|
| /freebsd-12-stable/tools/tools/nanobsd/rescue/ |
| D | merge.sh | 4 today=`date '+%Y%m%d'` 6 I32="/usr/obj/Rescue/rescue_${today}_x32.img" 7 I64="/usr/obj/Rescue/rescue_${today}_x64.img" 8 IAL="/usr/obj/Rescue/rescue_${today}_xal.img"
|
| D | build.sh | 6 today=`date '+%Y%m%d'` 29 F32="/usr/obj/Rescue/rescue_${today}_x32" 38 F64="/usr/obj/Rescue/rescue_${today}_x64"
|
| /freebsd-12-stable/crypto/heimdal/appl/su/ |
| 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-12-stable/usr.bin/calendar/ |
| D | pom.c | 108 double days_today, days_tomorrow, today, tomorrow; in fpom() local 156 today = potm(days_today); /* 30 December 23:59:59 */ in fpom() 158 olddir = today > tomorrow ? -1 : +1; in fpom() 162 today = potm(days_today); in fpom() 164 newdir = today > tomorrow ? -1 : +1; in fpom()
|
| /freebsd-12-stable/usr.sbin/periodic/etc/daily/ |
| D | 460.status-mail-rejects | 41 today=$(date '+%b %e') 59 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
|
| /freebsd-12-stable/usr.sbin/quot/ |
| D | quot.c | 330 static time_t today; in uses() local 333 if (!today) in uses() 334 time(&today); in uses() 340 if (today - act > 90L * 24L * 60L * 60L) in uses() 342 if (today - act > 60L * 24L * 60L * 60L) in uses() 344 if (today - act > 30L * 24L * 60L * 60L) in uses()
|
| /freebsd-12-stable/usr.sbin/ac/ |
| D | ac.c | 282 show_today(struct timeval today) in show_today() argument 292 timersub(&today, &usec, &yesterday); in show_today() 298 timersub(&today, &lp->time, &diff); in show_today() 301 lp->time = today; in show_today()
|
| /freebsd-12-stable/tools/diag/prtblknos/ |
| D | README | 31 size blocks which by today's default is 32Kb. 35 fragment. Since the default size for fragments today is 4Kb, the
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | conf.py | 44 copyright = u'2011-%d, LLVM Project' % date.today().year
|
| /freebsd-12-stable/tools/regression/p1003_1b/ |
| D | README | 11 As of today "p1003_1b yield" doesn't work. I have a minimal set
|
| /freebsd-12-stable/contrib/ntp/scripts/ |
| D | summary-opts.def | 31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
|
| D | invoke-summary.texi | 77 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
|
| /freebsd-12-stable/crypto/heimdal/appl/rsh/ |
| D | rshd.c | 736 long today; in doit() local 740 today = time(0)/(24L * 60 * 60); in doit() 742 if (today > sp->sp_expire) in doit()
|
| /freebsd-12-stable/contrib/diff/ |
| D | ABOUT-NLS | 245 gpe-today | [] [] | 382 gpe-today | [] [] | 519 gpe-today | [] [] [] [] | 656 gpe-today | [] [] [] [] [] | 13
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | intro.rst | 66 present. You'd love a flying car, but need to get work done today.
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/ |
| D | TODO | 161 today already gives us some localized address mapping code that simply 168 Replace today's simple concatenating shard packing process with a one
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | antarctica | 285 # (In response to a 2023-12-18 question "from 02:00 to 00:00 today"): This. 288 # For lack of better info, guess Vostok was at +07 from founding through today,
|
| D | asia | 894 # note "from today, switch back to Western Standard Time". From these two 896 # today I have found another monthly journal called "The Astronomical Herald" 1220 # Timorese and I still don't think it would work today because it 1231 # today to advance East Timor's time by one hour. The time change, 1638 # to daylight saving as Saddam time. But, as of today, the time zone 2156 # Winter time starts today Thursday, 30 September. Clocks will be turned back 2549 # According to an article dated today in the Kyrgyzstan Development Gateway 2674 # The BBC reported that the transition was from 23:30 to 24:00 today. 2695 # Lebanon ... announced today delay of Spring forward from March 25 to April 20. 2912 # Mongolian Government meeting has concluded today to cancel daylight [all …]
|
| D | europe | 760 # ... I received today an answer letter from Dr. Peter Hetzel, head of the PTB 1701 # today and Monday the 'ora legale' will come in force again." That makes it 1960 # As of today, Transnistria (Pridnestrovie)- Tiraspol reversed its own 2658 # The law has been published today on 2671 # The law was published today on 2857 # The law was signed yesterday and published today on 2892 # This bill was approved in the first reading today. It moves Tomsk oblast 3155 # ... signed by the President today ... 3643 # It takes effect today, which is not much notice. 3650 # ... today it was announced that the DST will become "continuous": [all …]
|
| /freebsd-12-stable/contrib/expat/ |
| D | README.md | 22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`)
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntpd-opts.def | 39 ordinary workstations and networks of today, it may be required 121 Most operating systems and hardware of today incorporate a
|