Searched refs:MONTH (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/cron/ |
H A D | att2.l | 49 "jan"|"january" { LL(MONTH, 0); } 50 "feb"|"february" { LL(MONTH, 1); } 51 "mar"|"march" { LL(MONTH, 2); } 52 "apr"|"april" { LL(MONTH, 3); } 53 "may" { LL(MONTH, 4); } 54 "jun"|"june" { LL(MONTH, 5); } 55 "jul"|"july" { LL(MONTH, 6); } 56 "aug"|"august" { LL(MONTH, 7); } 57 "sep"|"september" { LL(MONTH, 8); } 58 "oct"|"october" { LL(MONTH, 9); } [all …]
|
H A D | att1.y | 53 %token MONTH 159 | MONTH number { 166 | MONTH number COMMA number { 200 case MONTH:
|
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 54 #define MONTH (1<<11) macro 229 if ((set|state) & (YEAR|MONTH|DAY)) in tmxdate() 236 …if (((set|state) & (YEAR|MONTH|HOUR|MINUTE|ZONE)) == (YEAR|MONTH|HOUR|MINUTE) && (i = tmgoff(s, &t… in tmxdate() 621 flags |= MONTH; in tmxdate() 635 if (flags & (MONTH|MDAY|WDAY)) in tmxdate() 685 else if (flags & MONTH) 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() 759 flags |= MONTH; in tmxdate() 833 …n % 100) < 60 && ((m = (n / 100)) < 20 || m < 24 && !((set|state) & (YEAR|MONTH|HOUR|MINUTE)))) ||… in tmxdate() [all …]
|
/titanic_41/usr/src/cmd/sort/common/ |
H A D | initialize.c | 146 case MONTH: in initialize_post() 169 case MONTH: in initialize_post()
|
H A D | options.c | 166 F->f_species = MONTH; in parse_field_spec() 310 nF->f_species = MONTH; in parse_old_field_spec() 445 S->m_default_species = MONTH; in options()
|
H A D | types.h | 69 MONTH, enumerator
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | stamp-vti | 2 @set UPDATED-MONTH May 2005
|
H A D | version.texi | 2 @set UPDATED-MONTH May 2005
|
/titanic_41/usr/src/cmd/cal/ |
H A D | cal.c | 52 #define MONTH "\t%4.3s\t\t\t%.3s\t\t%10.3s\n" macro 175 dcgettext(NULL, MONTH, LC_TIME), in main()
|
/titanic_41/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_vercheck.c | 57 #define MONTH(m) ((m-1) * (NDAYS * NHOURS * NMINS)) macro 153 return (YEAR(year) + MONTH(month) + in obp_timestamp()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/dchanger/ |
H A D | DateTimeDialog.java | 411 month.select(calendar.get(Calendar.MONTH)); in setDate()
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | australasia | 343 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVINGS-TO-END-THIS-MONTH-%281%29.aspx
|