Home
last modified time | relevance | path

Searched refs:ampm (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/sys/
H A Dclock.h120 int clock_bcd_to_ts(const struct bcd_clocktime *, struct timespec *, bool ampm);
121 void clock_ts_to_bcd(const struct timespec *, struct bcd_clocktime *, bool ampm);
/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() argument
233 if (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() argument
313 if (ampm) { in clock_ts_to_bcd()
/freebsd/contrib/unbound/compat/
H A Dstrptime.c68 static const char *ampm[] = { variable
228 ret = match_string(&s, ampm); in unbound_strptime()
/freebsd/crypto/heimdal/lib/roken/
H A Dstrftime.c89 static const char *ampm[] = { variable
115 return ampm[hour / 12]; in hour_to_ampm()
H A Dstrptime.c94 static const char *ampm[] = { variable
340 ret = match_string (&buf, ampm); in strptime()
/freebsd/contrib/tcsh/
H A Dtc.prompt.c253 char ampm = 'a'; in tprintf() local
262 ampm = 'p'; in tprintf()
291 Strbuf_append1(&buf, attributes | ampm); in tprintf()
/freebsd/contrib/diff/lib/
H A Dstrftime.c400 # define ampm \ macro
406 # define ap_len STRLEN (ampm)
413 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) macro
1010 cpy (ap_len, ampm);