/freebsd/usr.bin/pom/ |
H A D | pom.c | 77 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 D | security.functions | 44 # 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 D | auth-shadow.c | 58 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 D | shadow.c | 66 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 D | zfs-rename.8 | 135 .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 D | zfs-snapshot.8 | 107 .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 D | zfs-destroy.8 | 205 .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 D | zfs-promote.8 | 73 .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 D | zfs-clone.8 | 84 .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 D | parsetime.c | 66 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 D | su.c | 404 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 D | pom.c | 94 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 D | calendar.1 | 66 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 D | build.sh | 5 today=`date '+%Y%m%d'` 29 F64="/usr/obj/Rescue/rescue_${today}_x64"
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | conf.py | 44 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 D | README | 30 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 D | 460.status-mail-rejects | 40 today=$(date '+%b %e') 64 } | sed -Ene "/^$today/q" -e "/^$yesterday/{"'
|
/freebsd/usr.sbin/quot/ |
H A D | quot.c | 323 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 D | t_cmdsub.sh | 43 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 D | keys.txt | 30 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 D | strptime.3 | 105 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 D | hier.7 | 836 .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 D | property_test.c | 111 { "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 D | ncal.1 | 82 Toggle highlighting of today. 131 Display the previous, current and next month surrounding today.
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/ |
H A D | conf.py | 71 # There are two options for replacing |today|: either, you set today to some 73 #today = ''
|