Searched defs:ampm (Results 1 – 6 of 6) sorted by relevance
195 clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm) in clock_bcd_to_ts()305 clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm) in clock_ts_to_bcd()
68 static const char *ampm[] = { variable
89 static const char *ampm[] = { variable
94 static const char *ampm[] = { variable
253 char ampm = 'a'; in tprintf() local
400 # define ampm \ macro413 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) macro