Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dmsm6242b.c216 int ampm; in msm6242b_settime_ymdhms() local
224 ampm = 0; in msm6242b_settime_ymdhms()
228 ampm = MSM6242B_CONTROL_F_24H; in msm6242b_settime_ymdhms()
236 msm6242b_write(sc, MSM6242B_10HOUR_PMAM, (dt->dt_hour / 10) | ampm); in msm6242b_settime_ymdhms()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dstrptime.c96 static const char *ampm[] = { variable
342 ret = match_string (&buf, ampm); in strptime()
Dstrftime.c91 static const char *ampm[] = { variable
117 return ampm[hour / 12]; in hour_to_ampm()
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dstrftime.c410 # define ampm \ in my_strftime() macro
416 # define ap_len STRLEN (ampm) in my_strftime()
423 # define ampm (L_("AMPM") + 2 * (tp->tm_hour > 11)) in my_strftime() macro
1047 cpy (ap_len, ampm); in my_strftime()
/netbsd/src/sys/arch/x68k/x68k/
Diodevice.h169 char pada; unsigned char ampm; member
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi17635 # time["ampm"] -- AM or PM designation
17668 time["ampm"] = strftime("%p", now)