Home
last modified time | relevance | path

Searched full:today (Results 1 – 25 of 216) sorted by relevance

123456789

/freebsd/usr.bin/pom/
H A Dpom.c77 double days, today, tomorrow; in main() local
113 /* Save today in case -d isn't specified */ in main()
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()
[all …]
/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/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()
64 debug3("%s: today %lld sp_expire %lld days left %lld", __func__, 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/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/sys/contrib/openzfs/man/man8/
H A Dzfs-rename.8135 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
136 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
158 .No # Nm zfs Cm rename Fl r Ar pool/users@today No @ Ns Ar yesterday
159 .No # Nm zfs Cm snapshot Fl r Ar pool/users Ns @ Ns Ar today
H A Dzfs-snapshot.8107 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
108 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
130 .No # Nm zfs Cm rename Fl r Ar pool/users@today No @ Ns Ar yesterday
131 .No # Nm zfs Cm snapshot Fl r Ar pool/users Ns @ Ns Ar today
H A Dzfs-destroy.8205 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
206 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
228 .No # Nm zfs Cm rename Fl r Ar pool/users@today No @ Ns Ar yesterday
229 .No # Nm zfs Cm snapshot Fl r Ar pool/users Ns @ Ns Ar today
H A Dzfs-promote.873 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
74 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
H A Dzfs-clone.884 .No # Nm zfs Cm snapshot Ar pool/project/production Ns @ Ns Ar today
85 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
/freebsd/usr.bin/at/
H A Dparsetime.c66 PM, AM, TOMORROW, TODAY, NOW, enumerator
81 { "midnight", MIDNIGHT,0 }, /* 00:00:00 of today or tomorrow */
82 { "noon", NOON,0 }, /* 12:00:00 of today or tomorrow */
83 { "teatime", TEATIME,0 }, /* 16:00:00 of today or tomorrow */
87 { "today", TODAY, 0 }, /* execute today - don't advance time */
495 case TODAY: /* force ourselves to stay in today - no further processing */ in month()
522 /* if this day is < today, then roll to next week in month()
/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()
H A Dcalendar.166 Print lines from today and the next
89 Print lines from today and the previous
122 Print lines from today and the next
/freebsd/tools/tools/nanobsd/rescue/
H A Dbuild.sh5 today=`date '+%Y%m%d'`
29 F64="/usr/obj/Rescue/rescue_${today}_x64"
/freebsd/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/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/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/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh43 atf_check -s exit:0 -o match:'Result is true today' -e empty \
45 'echo Result is $( true && echo true || echo false ) today'
47 atf_check -s exit:0 -o match:'Result is false today' -e empty \
49 'echo Result is $( false && echo true || echo false ) today'
90 atf_check -s exit:0 -o match:'Result is true today' -e empty \
92 'echo Result is `true && echo true || echo false` today'
94 atf_check -s exit:0 -o match:'Result is false today' -e empty \
96 'echo Result is `false && echo true || echo false` today'
/freebsd/crypto/openssl/doc/HOWTO/
H A Dkeys.txt30 The number 2048 is the size of the key, in bits. Today, 2048 or
45 The number 2048 is the size of the key, in bits. Today, 2048 or
/freebsd/lib/libc/stdtime/
H A Dstrptime.3105 If time relative to today is desired, initialize the
107 structure with today's date before passing it to
/freebsd/share/man/man7/
H A Dhier.7836 .It Pa dmesg.today
850 .It Pa mount.today
855 .It Pa pf.today
866 .It Pa setuid.today
/freebsd/crypto/openssl/test/
H A Dproperty_test.c111 { "today=monday, tomorrow=3", "today!=2", 1 },
112 { "today=monday, tomorrow=3", "today!='monday'", -1 },
113 { "today=monday, tomorrow=3", "tomorrow=3", 1 },
135 && add_property_names("sky", "groan", "cold", "today", "tomorrow", "n", in test_property_parse()
/freebsd/usr.bin/ncal/
H A Dncal.182 Toggle highlighting of today.
131 Display the previous, current and next month surrounding today.
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dconf.py71 # There are two options for replacing |today|: either, you set today to some
73 #today = ''

123456789