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

/freebsd-11-stable/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-11-stable/etc/periodic/security/
H A Dsecurity.functions48 # LABEL is the base name of the ${LOG}/${label}.{today,yesterday} files.
68 if [ ! -f ${LOG}/${label}.today ]; then
71 echo "No ${LOG}/${label}.today"
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-11-stable/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-11-stable/tools/tools/nanobsd/rescue/
H A Dmerge.sh4 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"
H A Dbuild.sh6 today=`date '+%Y%m%d'`
29 F32="/usr/obj/Rescue/rescue_${today}_x32"
38 F64="/usr/obj/Rescue/rescue_${today}_x64"
/freebsd-11-stable/usr.bin/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-11-stable/etc/periodic/daily/
H A D460.status-mail-rejects41 today=$(date '+%b %e')
59 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
/freebsd-11-stable/contrib/llvm-project/lld/docs/
H A Dconf.py44 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 = ''
/freebsd-11-stable/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-11-stable/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-11-stable/usr.sbin/quot/
H A Dquot.c329 static time_t today; local
332 if (!today)
333 time(&today);
339 if (today - act > 90L * 24L * 60L * 60L)
341 if (today - act > 60L * 24L * 60L * 60L)
343 if (today - act > 30L * 24L * 60L * 60L)
/freebsd-11-stable/usr.sbin/ac/
H A Dac.c282 show_today(struct timeval today) argument
292 timersub(&today, &usec, &yesterday);
298 timersub(&today, &lp->time, &diff);
301 lp->time = today;
/freebsd-11-stable/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-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2379 \ifx\today\undefined
2380 \def\today{%
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2278 \ifx\today\undefined
2279 \def\today{%
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3472 \ifx\today\thisisundefined
3473 \def\today{%

Completed in 151 milliseconds