Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Datt2.l61 "sun"|"sunday" { LL(DAY, 0); }
62 "mon"|"monday" { LL(DAY, 1); }
63 "tue"|"tuesday" { LL(DAY, 2); }
64 "wed"|"wednesday" { LL(DAY, 3); }
65 "thu"|"thursday" { LL(DAY, 4); }
66 "fri"|"friday" { LL(DAY, 5); }
67 "sat"|"saturday" { LL(DAY, 6); }
68 "today" { LL(DAY, 7); }
69 "tomorrow" { LL(DAY, 8); }
81 "day"s? { LL(UNIT, DAY); }
H A Datt1.y51 %token DAY
171 | DAY {
194 case DAY:
H A Dcron.h42 #define DAY 24L*60L*60L macro
H A Dcron.c1893 + (time_t)days*DAY; in tz_next_time()
/titanic_41/usr/src/lib/libast/common/tm/
H A Dtmxdate.c46 #define DAY (1<<3) macro
229 if ((set|state) & (YEAR|MONTH|DAY)) in tmxdate()
612 flags |= DAY|MDAY; in tmxdate()
705 …if ((*t == 'T' || *t == 't') && ((set|state) & (YEAR|MONTH|DAY)) == (YEAR|MONTH) && isdigit(*(t + … in tmxdate()
736 set |= YEAR|MONTH|DAY; in tmxdate()
766 flags |= DAY; in tmxdate()
915 flags |= DAY; in tmxdate()
962 if (*s == ':' || *s == '.' && ((set|state) & (YEAR|MONTH|DAY|HOUR)) == (YEAR|MONTH|DAY)) in tmxdate()
1068 …if (((set|state) & (MONTH|DAY|HOUR|MINUTE)) == (MONTH|DAY|HOUR|MINUTE) || *s == '+' && (!isdigit(s… in tmxdate()
1125 set |= DAY; in tmxdate()
[all …]
/titanic_41/usr/src/cmd/calendar/
H A Dcalprog.c52 #define DAY (3600*24L) macro
115 t += DAY; in main()
121 t += DAY; in main()
127 t += DAY; in main()
/titanic_41/usr/src/head/
H A Dshadow.h47 #define DAY (24L * 60 * 60) /* 1 day in seconds */ macro
48 #define DAY_NOW (time_t)time((time_t *)0) / DAY
/titanic_41/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c345 #define DAY (60 * 60 * 24) /* seconds per day */ in qacct() macro
346 if (now - ip->di_atime > 30 * DAY) in qacct()
348 if (now - ip->di_atime > 60 * DAY) in qacct()
350 if (now - ip->di_atime > 90 * DAY) in qacct()
/titanic_41/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c58 #define DAY(d) ((d-1) * (NHOURS * NMINS)) macro
154 DAY(day) + HOUR(hour) + MINUTE(min)); in obp_timestamp()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c30 #define DAY (24 * 3600) macro
33 #define MAX_DAY (MAX_TIME / DAY)
34 #define MIN_DAY (MIN_TIME / DAY)
81 OUT_D = D * DAY; \
/titanic_41/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c240 ? ((expiration - now) / DAY) in exp_warn()
245 days = (expiration - now) / DAY; in exp_warn()
/titanic_41/usr/src/cmd/backup/dump/
H A Ddump.h190 #define DAY (24L*HOUR) macro
191 #define YEAR (365L*DAY)
H A Ddumpoptr.c415 if ((time_t)(itwalk->id_ddate) < (tnow - DAY)) {
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c61 #define DAY (24*60*60) macro
521 cmp((Today - dip->di_un.di_icom.ic_atime)/DAY, Adelay, in pass3()
523 (!Mflg || cmp((Today - dip->di_un.di_icom.ic_mtime)/DAY, in pass3()
525 (!Cflg || cmp((Today - dip->di_un.di_icom.ic_mtime)/DAY, in pass3()
/titanic_41/usr/src/cmd/w/
H A Dw.c643 #define DAY (24 * HR) macro
644 #define MON (30 * DAY)
689 } else if (now - *time <= 7 * DAY) { in prtat()
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c744 pwchg = (pwchg * DAY) + (DAY/2); in applypasswd()
760 pwexp = (pwexp * DAY) + (DAY/2); in applypasswd()
/titanic_41/usr/src/cmd/whodo/
H A Dwhodo.c733 #define DAY (24 * HR) macro
734 #define MON (30 * DAY)
780 } else if (now - *time <= 7 * DAY) { in prtat()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth.c100 #define DAY (24L * 60 * 60) /* 1 day in seconds */ in allowed_user() macro
103 time_t today = time(NULL) / DAY; in allowed_user()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h104 #define DAY (24*60*60) macro
105 #define NEVER DAY /* a long time */
H A Dinput.c1443 (ulong_t)ap->start > (ulong_t)clk.tv_sec+DAY || in ck_passwd()
1444 (ulong_t)ap->end+DAY < (ulong_t)clk.tv_sec) in ck_passwd()
H A Dparms.c520 k.end = -1-DAY; in get_passwd()
/titanic_41/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c124 if (((time_t)((ll.ll_time / DAY) + shpwd->sp_inact) in check_for_login_inactivity()
/titanic_41/usr/src/cmd/passmgmt/
H A Dpassmgmt.c429 shadow_st.sp_expire = (date / DAY); in main()
/titanic_41/usr/src/cmd/passwd/
H A Dpasswd.c1267 lstchg = attributes->data.val_i * DAY; in display_attr()
/titanic_41/usr/src/pkg/
H A DREADME.pkg351 you must send a FLAG DAY message for ON users and PIT who test