Searched refs:ampm (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | clock.h | 120 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 D | subr_clock.c | 195 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 D | strptime.c | 68 static const char *ampm[] = { variable 228 ret = match_string(&s, ampm); in unbound_strptime()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strftime.c | 89 static const char *ampm[] = { variable 115 return ampm[hour / 12]; in hour_to_ampm()
|
H A D | strptime.c | 94 static const char *ampm[] = { variable 340 ret = match_string (&buf, ampm); in strptime()
|
/freebsd/contrib/tcsh/ |
H A D | tc.prompt.c | 253 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 D | strftime.c | 400 # 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);
|