Home
last modified time | relevance | path

Searched defs:ampm (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_clock.c195 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()
/freebsd/contrib/unbound/compat/
H A Dstrptime.c68 static const char *ampm[] = { variable
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c89 static const char *ampm[] = { variable
H A Dstrptime.c94 static const char *ampm[] = { variable
/freebsd/contrib/tcsh/
H A Dtc.prompt.c253 char ampm = 'a'; in tprintf() local
/freebsd/contrib/diff/lib/
H A Dstrftime.c400 # define ampm \ macro
413 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) macro