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

/ast/src/lib/libast/tm/
H A Dtmxscan.c48 int hour; 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)
108 if (set->hour >= 0)
110 if (set->hour < tm->tm_hour && set->yday < 0 && set->mday < 0 && set->wday < 0)
112 tm->tm_hour = set->hour;
278 set.hour = n;
283 set.hour = n;

Completed in 10 milliseconds