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

/freebsd-10.1-release/crypto/heimdal/appl/login/
H A Dshadow.c66 long today; local
68 today = time(0)/(24L * 60 * 60);
74 if (today >= sp->sp_expire) {
78 } else if (sp->sp_expire - today < 14) {
80 (int)(sp->sp_expire - today));
85 if (today >= (sp->sp_lstchg + sp->sp_max)) {
89 && (today > (sp->sp_lstchg + sp->sp_max - sp->sp_warn))) {
91 (int)(sp->sp_lstchg + sp->sp_max - today));
/freebsd-10.1-release/etc/periodic/security/
H A Dsecurity.functions48 # LABEL is the base name of the ${LOG}/${label}.{today,yesterday} files.
67 if [ ! -f ${LOG}/${label}.today ]; then
70 echo "No ${LOG}/${label}.today"
71 cp ${tmpf} ${LOG}/${label}.today || rc=3
74 if ! cmp -s ${LOG}/${label}.today ${tmpf} >/dev/null; then
78 diff ${security_status_diff_flags} ${LOG}/${label}.today \
80 mv ${LOG}/${label}.today ${LOG}/${label}.yesterday || rc=3
81 mv ${tmpf} ${LOG}/${label}.today || rc=3
/freebsd-10.1-release/crypto/openssh/
H A Dauth-shadow.c58 time_t today; local
62 today = time(NULL) / DAY;
63 daysleft = spw->sp_expire - today;
64 debug3("%s: today %d sp_expire %d days left %d", __func__, (int)today,
93 time_t today; local
101 today = time(NULL) / DAY;
102 debug3("%s: today %d sp_lstchg %d sp_max %d", __func__, (int)today,
121 daysleft = spw->sp_lstchg + spw->sp_max - today;
[all...]
/freebsd-10.1-release/games/pom/
H A Dpom.c86 double days, today, tomorrow; local
115 /* Save today in case -d isn't specified */
140 today = potm(days) + .5;
142 (void)printf("%1.0f\n", today);
146 if ((int)today == 100)
148 else if (!(int)today)
152 if ((int)today == 50)
153 (void)printf("%s\n", tomorrow > today ?
156 (void)printf("%s ", tomorrow > today ?
158 if (today > 5
[all...]
/freebsd-10.1-release/etc/periodic/daily/
H A D460.status-mail-rejects41 today=$(date '+%b %e')
59 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
/freebsd-10.1-release/usr.bin/calendar/
H A Dpom.c106 double days_today, days_tomorrow, today, tomorrow; local
154 today = potm(days_today); /* 30 December 23:59:59 */
156 olddir = today > tomorrow ? -1 : +1;
160 today = potm(days_today);
162 newdir = today > tomorrow ? -1 : +1;
/freebsd-10.1-release/crypto/heimdal/appl/su/
H A Dsu.c404 long today; local
408 today = time(0)/(24L * 60 * 60);
410 if (today >= sp->sp_expire) {
416 else if (sp->sp_expire - today < 14)
418 (int)(sp->sp_expire - today));
421 if (today >= sp->sp_lstchg + sp->sp_max) {
427 else if (today >= sp->sp_lstchg + sp->sp_max - sp->sp_warn)
429 (int)(sp->sp_lstchg + sp->sp_max -today));
/freebsd-10.1-release/usr.sbin/quot/
H A Dquot.c327 static time_t today; local
330 if (!today)
331 time(&today);
337 if (today - act > 90L * 24L * 60L * 60L)
339 if (today - act > 60L * 24L * 60L * 60L)
341 if (today - act > 30L * 24L * 60L * 60L)
/freebsd-10.1-release/usr.sbin/ac/
H A Dac.c280 show_today(struct timeval today) argument
290 timersub(&today, &usec, &yesterday);
296 timersub(&today, &lp->time, &diff);
299 lp->time = today;
/freebsd-10.1-release/crypto/heimdal/appl/rsh/
H A Drshd.c736 long today; local
740 today = time(0)/(24L * 60 * 60);
742 if (today > sp->sp_expire)
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex2216 \ifx\today\undefined
2217 \def\today{%
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex2379 \ifx\today\undefined
2380 \def\today{%
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2278 \ifx\today\undefined
2279 \def\today{%

Completed in 277 milliseconds