Searched refs:mon (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/tm/
H A Dtmxscan.c42 int mon; member in struct:__anon314
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])
/ast/src/cmd/cs/vcs_src/
H A Dvcs_search.c388 int mon; local
416 if ((sfsscanf(s, "%d/%d/%d", &mon, &dd, &yy)) != 3)
418 if (mon <= 12)
419 strcpy(month, MONTH[--mon]);
423 dd = mon;
/ast/src/cmd/INIT/
H A Drelease.c85 static char mon[] = "janfebmaraprmayjunjulaugsepoctnovdec"; variable
172 if (!(m = string(s, mon, elementsof(mon), 3, &t)))

Completed in 42 milliseconds