| /freebsd-9-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-9-stable/games/pom/ |
| D | pom.c | 86 double days, today, tomorrow; in main() local 140 today = potm(days) + .5; in main() 142 (void)printf("%1.0f\n", today); in main() 146 if ((int)today == 100) in main() 148 else if (!(int)today) in main() 152 if ((int)today == 50) in main() 153 (void)printf("%s\n", tomorrow > today ? in main() 156 (void)printf("%s ", tomorrow > today ? in main() 158 if (today > 50) in main() 160 today); in main() [all …]
|
| /freebsd-9-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() 93 time_t today; in auth_shadow_pwexpired() local 101 today = time(NULL) / DAY; in auth_shadow_pwexpired() 102 debug3("%s: today %d sp_lstchg %d sp_max %d", __func__, (int)today, in auth_shadow_pwexpired() 121 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()
|
| /freebsd-9-stable/etc/periodic/security/ |
| D | security.functions | 59 if [ ! -f ${LOG}/${label}.today ]; then 63 cp ${tmpf} ${LOG}/${label}.today || rc=3 66 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then 70 diff ${daily_status_security_diff_flags} ${LOG}/${label}.today \ 72 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3 73 mv ${tmpf} ${LOG}/${label}.today || rc=3
|
| /freebsd-9-stable/usr.bin/calendar/ |
| D | pom.c | 106 double days_today, days_tomorrow, today, tomorrow; in fpom() local 154 today = potm(days_today); /* 30 December 23:59:59 */ in fpom() 156 olddir = today > tomorrow ? -1 : +1; in fpom() 160 today = potm(days_today); in fpom() 162 newdir = today > tomorrow ? -1 : +1; in fpom()
|
| /freebsd-9-stable/crypto/heimdal/appl/su/ |
| D | su.c | 502 long today; in main() local 506 today = time(0)/(24L * 60 * 60); in main() 508 if (today >= sp->sp_expire) { in main() 514 else if (sp->sp_expire - today < 14) in main() 516 (int)(sp->sp_expire - today)); in main() 519 if (today >= sp->sp_lstchg + sp->sp_max) { in main() 525 else if (today >= sp->sp_lstchg + sp->sp_max - sp->sp_warn) in main() 527 (int)(sp->sp_lstchg + sp->sp_max -today)); in main()
|
| /freebsd-9-stable/etc/periodic/daily/ |
| D | 460.status-mail-rejects | 41 today=$(date '+%b %e') 59 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
|
| /freebsd-9-stable/usr.sbin/quot/ |
| D | quot.c | 327 static time_t today; in uses() local 330 if (!today) in uses() 331 time(&today); in uses() 337 if (today - act > 90L * 24L * 60L * 60L) in uses() 339 if (today - act > 60L * 24L * 60L * 60L) in uses() 341 if (today - act > 30L * 24L * 60L * 60L) in uses()
|
| /freebsd-9-stable/usr.sbin/ac/ |
| 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-9-stable/tools/regression/p1003_1b/ |
| D | README | 11 As of today "p1003_1b yield" doesn't work. I have a minimal set
|
| /freebsd-9-stable/crypto/openssl/demos/easy_tls/ |
| D | Makefile | 69 today: target
|
| /freebsd-9-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-9-stable/crypto/heimdal/appl/rsh/ |
| D | rshd.c | 813 long today; in doit() local 817 today = time(0)/(24L * 60 * 60); in doit() 819 if (today > sp->sp_expire) in doit()
|
| /freebsd-9-stable/contrib/gnu-sort/ |
| D | ABOUT-NLS | 236 gpe-today | [] [] | 362 gpe-today | [] [] | 488 gpe-today | [] [] [] | 614 gpe-today | [] [] [] [] [] [] | 13
|
| /freebsd-9-stable/share/examples/cvsup/ |
| D | gnats-supfile | 53 # commenting out the following line. (Normally, today's CPUs are fast enough
|
| D | standard-supfile | 53 # commenting out the following line. (Normally, today's CPUs are fast enough
|
| D | stable-supfile | 58 # commenting out the following line. (Normally, today's CPUs are fast enough
|
| D | cvs-supfile | 53 # commenting out the following line. (Normally, today's CPUs are fast enough
|
| /freebsd-9-stable/contrib/cvs/tools/ |
| D | ChangeLog | 63 * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400.
|
| /freebsd-9-stable/contrib/diff/ |
| D | ABOUT-NLS | 245 gpe-today | [] [] | 382 gpe-today | [] [] | 519 gpe-today | [] [] [] [] | 656 gpe-today | [] [] [] [] [] | 13
|
| /freebsd-9-stable/contrib/cvs/diff/ |
| D | ChangeLog | 118 * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400. 168 5.7 {open,read,close}dir problems. Check today's entry in the vms 441 * Makefile.in: Also set top_srcdir. Needed to make today's other
|
| /freebsd-9-stable/games/fortune/datfiles/ |
| D | zippy | 253 First, I'm going to give you all the ANSWERS to today's test ... So 284 today! 455 I hope something GOOD came in the mail today so I have a REASON to 797 LBJ, LBJ, how many JOKES did you tell today??! 1018 Should I get locked in the PRINCICAL'S OFFICE today -- or have a 1267 Youth of today! Join me in a mass rally for traditional mental
|
| /freebsd-9-stable/share/me/ |
| D | summary.external | 214 td S today's date
|
| /freebsd-9-stable/contrib/tzdata/ |
| D | asia | 660 # note "from today, switch back to Western Standard Time". From these two 662 # today I have found another monthly journal called "The Astronomical Herald" 867 # Timorese and I still don't think it would work today because it 878 # today to advance East Timor's time by one hour. The time change, 1138 # to daylight saving as Saddam time. But, as of today, the time zone 1482 # Winter time starts today Thursday, 30 September. Clocks will be turned back 1837 # According to an article dated today in the Kyrgyzstan Development Gateway 2291 # [T]he German Consulate General in Karachi reported me today that Pakistan 2299 # > Then today, the president said that they might have to revert the 2596 # It's also consistent with predictions in the following URLs today: [all …]
|