Home
last modified time | relevance | path

Searched refs:today (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/usr.bin/pom/
H A Dpom.c77 double days, today, tomorrow; in main() local
140 today = potm(days); in main()
142 (void)printf("%1.0f\n", today); in main()
146 if (today >= 99.5) in main()
148 else if (today < 0.5) in main()
152 if (today >= 49.5 && today < 50.5) 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/crypto/heimdal/appl/login/
H A Dshadow.c66 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/crypto/openssh/
H A Dauth-shadow.c58 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()
65 (long long)today, (long long)spw->sp_expire, daysleft); in auth_shadow_acctexpired()
92 time_t today; in auth_shadow_pwexpired() local
100 today = time(NULL) / DAY; in auth_shadow_pwexpired()
101 debug3_f("today %lld sp_lstchg %lld sp_max %lld", (long long)today, in auth_shadow_pwexpired()
120 daysleft = spw->sp_lstchg + spw->sp_max - today; in auth_shadow_pwexpired()
/freebsd/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/crypto/heimdal/appl/su/
H A Dsu.c404 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/usr.bin/calendar/
H A Dpom.c94 double days_today, days_tomorrow, today, tomorrow; in fpom() local
142 today = potm(days_today); /* 30 December 23:59:59 */ in fpom()
144 olddir = today > tomorrow ? -1 : +1; in fpom()
148 today = potm(days_today); in fpom()
150 newdir = today > tomorrow ? -1 : +1; in fpom()
/freebsd/tools/tools/nanobsd/rescue/
H A Dbuild.sh5 today=`date '+%Y%m%d'`
29 F64="/usr/obj/Rescue/rescue_${today}_x64"
/freebsd/usr.sbin/periodic/etc/daily/
H A D460.status-mail-rejects40 today=$(date '+%b %e')
64 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
/freebsd/usr.sbin/quot/
H A Dquot.c323 static time_t today;
326 if (!today) in uses()
327 time(&today); in uses() local
333 if (today - act > 90L * 24L * 60L * 60L) in uses()
335 if (today - act > 60L * 24L * 60L * 60L) in uses()
337 if (today - act > 30L * 24L * 60L * 60L) in uses()
/freebsd/usr.sbin/ac/
H A Dac.c280 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/tools/diag/prtblknos/
H A DREADME30 size blocks which by today's default is 32Kb.
34 fragment. Since the default size for fragments today is 4Kb, the
/freebsd/contrib/llvm-project/lld/docs/
H A Dconf.py44 copyright = "2011-%d, LLVM Project" % date.today().year
/freebsd/contrib/libcbor/misc/
H A Dupdate_version.py14 release_date = date.today().strftime('%Y-%m-%d')
/freebsd/tools/regression/p1003_1b/
H A DREADME10 As of today "p1003_1b yield" doesn't work. I have a minimal set
/freebsd/contrib/libcbor/doc/source/
H A Dindex.rst4 Documentation for version |release|, updated on |today|.
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dsnps,axs10x-reset.txt8 As of today only the following lines are used:
/freebsd/contrib/ntp/scripts/
H A Dsummary-opts.def31 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
H A Dinvoke-summary.texi77 option. Defaults to today minus one day (Use @code{date -u +%Y%m%d})
/freebsd/contrib/libder/
H A DREADME.md25 libder also doesn't do strict validation of what it reads in today, for better
/freebsd/crypto/heimdal/appl/rsh/
H A Drshd.c736 long today; in doit() local
740 today = time(0)/(24L * 60 * 60); in doit()
742 if (today > sp->sp_expire) in doit()
/freebsd/contrib/diff/
H A DABOUT-NLS245 gpe-today | [] [] |
382 gpe-today | [] [] |
519 gpe-today | [] [] [] [] |
656 gpe-today | [] [] [] [] [] | 13
/freebsd/contrib/libxo/doc/
H A Dintro.rst66 present. You'd love a flying car, but need to get work done today.
/freebsd/contrib/tzdata/
H A Dantarctica287 # (In response to a 2023-12-18 question "from 02:00 to 00:00 today"): This.
290 # For lack of better info, guess Vostok was at +07 from founding through today,
/freebsd/contrib/expat/
H A DREADME.md29 - Microsoft Visual Studio >=16.0/2019 (rolling `${today} minus 5 years`)
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.def39 ordinary workstations and networks of today, it may be required
121 Most operating systems and hardware of today incorporate a

123