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

/freebsd-current/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-current/usr.sbin/periodic/etc/security/
H A Dsecurity.functions44 # 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-current/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 %lld sp_expire %lld days left %lld", __func__,
65 (long long)today, (long long)spw->sp_expire, daysleft);
92 time_t today; local
100 today = time(NULL) / DAY;
101 debug3_f("today %lld sp_lstchg %lld sp_max %lld", (long long)today,
120 daysleft = spw->sp_lstchg + spw->sp_max - today;
[all...]
/freebsd-current/usr.bin/pom/
H A Dpom.c77 double days, today, tomorrow; local
113 /* Save today in case -d isn't specified */
140 today = potm(days);
142 (void)printf("%1.0f\n", today);
146 if (today >= 99.5)
148 else if (today < 0.5)
152 if (today >= 49.5 && today < 50.5)
153 (void)printf("%s\n", tomorrow > today ?
156 (void)printf("%s ", tomorrow > today
[all...]
/freebsd-current/tools/tools/nanobsd/rescue/
H A Dbuild.sh5 today=`date '+%Y%m%d'`
29 F64="/usr/obj/Rescue/rescue_${today}_x64"
/freebsd-current/contrib/llvm-project/lld/docs/
H A Dconf.py44 copyright = "2011-%d, LLVM Project" % date.today().year
50 # There are two options for replacing |today|: either, you set today to some
52 # today = ''
/freebsd-current/contrib/libcbor/misc/
H A Dupdate_version.py14 release_date = date.today().strftime('%Y-%m-%d')
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D460.status-mail-rejects40 today=$(date '+%b %e')
64 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
/freebsd-current/usr.bin/calendar/
H A Dpom.c94 double days_today, days_tomorrow, today, tomorrow; local
142 today = potm(days_today); /* 30 December 23:59:59 */
144 olddir = today > tomorrow ? -1 : +1;
148 today = potm(days_today);
150 newdir = today > tomorrow ? -1 : +1;
/freebsd-current/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-current/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-current/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-current/sys/conf/
H A Dconfig.mk16 # option is in opt_global.h. Nearly all the options in DEFAUlTS today are in
/freebsd-current/crypto/heimdal/appl/rsh/
H A Drshd.c736 long today; local
740 today = time(0)/(24L * 60 * 60);
742 if (today > sp->sp_expire)

Completed in 398 milliseconds