Searched defs:mon (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A Dh2ph.h82 typedef enum _days_of_week { sun, mon, tue, wed, thu, fri, sat, Sun=0, Mon, enumerator in enum:_days_of_week
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxscan.c42 int mon; member in struct:__anon1190
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
82 if (set->mon >= 0)
84 if (set->year < 0 && set->mon < tm->tm_mon)
86 tm->tm_mon = set->mon;
92 if (set->mon < 0)
100 if (set->mon < 0)
244 set.mon = n;
291 set.mon = n - 1;
H A Dtmxdate.c554 char mon[13]; local
618 if ((k = range(t, &t, mon, 1, 12)) < 0)
624 mon[i] = 1;
644 if (!mon[i])
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c250 "%d %b %Y %T", /* dd mon yyyy hh:mm:ss */
339 char mon[12][10];
337 char mon[12][10]; member in struct:dummy_locale_info_t
/osnet-11/usr/src/lib/libldap4/common/
H A Dtmplout.c1041 mon,
1049 || (mon = tm -> tm_mon + 1) < 1 || mon > 12)
1060 if (dysize (year) == 366 && mon >= 3)
1062 while (--mon)
1063 result += dmsize[mon - 1];
1040 mon, local
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c1005 mon,
1013 || (mon = tm -> tm_mon + 1) < 1 || mon > 12)
1024 if (dysize (year) == 366 && mon >= 3)
1026 while (--mon)
1027 result += dmsize[mon - 1];
1004 mon, local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c3695 Perl_my_strftime(pTHX_ char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst) argument
3708 mytm.tm_mon = mon;

Completed in 598 milliseconds