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

/freebsd-11-stable/sys/sys/
H A Dclock.h101 * interpreted as described above. The nsec field is binary. If the ampm arg
110 * If the ampm arg is true, the hour and ispm fields are set to the 12-hour
126 int clock_bcd_to_ts(const struct bcd_clocktime *, struct timespec *, bool ampm);
127 void clock_ts_to_bcd(const struct timespec *, struct bcd_clocktime *, bool ampm);
/freebsd-11-stable/contrib/unbound/compat/
H A Dstrptime.c68 static const char *ampm[] = { variable
228 ret = match_string(&s, ampm);
/freebsd-11-stable/sys/kern/
H A Dsubr_clock.c201 clock_bcd_to_ts(const struct bcd_clocktime *bct, struct timespec *ts, bool ampm) argument
239 if (ampm) {
297 clock_ts_to_bcd(const struct timespec *ts, struct bcd_clocktime *bct, bool ampm) argument
305 if (ampm) {
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrftime.c89 static const char *ampm[] = { variable
115 return ampm[hour / 12];
H A Dstrptime.c94 static const char *ampm[] = { variable
340 ret = match_string (&buf, ampm);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.prompt.c253 char ampm = 'a'; local
262 ampm = 'p';
291 Strbuf_append1(&buf, attributes | ampm);
/freebsd-11-stable/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);

Completed in 88 milliseconds