/glibc-2.36/time/ |
D | tzset.c | 137 compute_offset (unsigned int ss, unsigned int mm, unsigned int hh) in compute_offset() argument 143 if (hh > 24) in compute_offset() 144 hh = 24; in compute_offset() 145 return ss + mm * 60 + hh * 60 * 60; in compute_offset() 203 unsigned short int hh; in parse_offset() local 208 &hh, &consumed, &mm, &consumed, &ss, &consumed) > 0) in parse_offset() 209 tz_rules[whichrule].offset = sign * compute_offset (ss, mm, hh); in parse_offset() 301 unsigned short hh = 2; in parse_rule() local 306 &hh, &consumed, &mm, &consumed, &ss, &consumed);; in parse_rule() 308 tzr->secs = (negative ? -1 : 1) * ((hh * 60 * 60) + (mm * 60) + ss); in parse_rule()
|
D | tst-strptime2.c | 66 unsigned int hh = hhmm / 100; in mkbuf() local 79 snprintf (buf + i, ndigits + 2, "%02u:%02u", hh, mm); in mkbuf() 88 long int tm_gmtoff = hh * 3600 + mm * 60; in mkbuf()
|
D | tst-strftime3.c | 50 int hh, mm, ss; member 486 tm.tm_hour = d->hh; in do_test()
|
/glibc-2.36/timezone/ |
D | zdump.c | 836 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; in format_local_time() local 838 ? my_snprintf(buf, size, "%02d:%02d:%02d", hh, mm, ss) in format_local_time() 840 ? my_snprintf(buf, size, "%02d:%02d", hh, mm) in format_local_time() 841 : my_snprintf(buf, size, "%02d", hh)); in format_local_time() 864 long hh; in format_utc_offset() local 874 hh = off / 60 / 60; in format_utc_offset() 875 return (ss || 100 <= hh in format_utc_offset() 876 ? my_snprintf(buf, size, "%c%02ld%02d%02d", sign, hh, mm, ss) in format_utc_offset() 878 ? my_snprintf(buf, size, "%c%02ld%02d", sign, hh, mm) in format_utc_offset() 879 : my_snprintf(buf, size, "%c%02ld", sign, hh)); in format_utc_offset()
|
D | zic.c | 1276 zic_t hh; in gethms() local 1290 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { in gethms() 1309 if (hh < 0 || in gethms() 1315 if (ZIC_MAX / SECSPERHOUR < hh) { in gethms() 1320 if (noise && (hh > HOURSPERDAY || in gethms() 1321 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms() 1323 return oadd(sign * hh * SECSPERHOUR, in gethms()
|
/glibc-2.36/localedata/ |
D | eo.UTF-8.in | 13 hh
|
D | ber_DZ.UTF-8.in | 23 hh
|
D | tk_TM.UTF-8.in | 30 hh
|
D | sq_AL.UTF-8.in | 27 hh
|
D | README | 78 eval:(setq time-stamp-format '(time-stamp-yyyy/mm/dd time-stamp-hh:mm:ss user-login-name))
|
/glibc-2.36/localedata/locales/ |
D | tk_TM | 324 % time hh:mm:ss (24 hour - no am/pm)
|
/glibc-2.36/manual/ |
D | stdio.texi | 1983 @item hh 1987 anyway, but the @samp{hh} modifier says to convert it back to a 3103 This is a boolean that is true if the @samp{hh} type modifier was specified. 3646 @item hh
|
D | locale.texi | 1181 @code{"hh:mm:ss MM/DD/YY"}. This format is only recognizable in the
|
D | time.texi | 2533 [@code{+}|@code{-}]@var{hh}[@code{:}@var{mm}[@code{:}@var{ss}]]. This
|
/glibc-2.36/localedata/charmaps/ |
D | ISO_10646 | 1394 <hh> /x25/x00 BOX DRAWINGS LIGHT HORIZONTAL
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.7 | 261 * stdio-common/printf-parse.h: Parse hh modifier. 262 * stdio-common/vfprintf.c: Handle hh modifier. 264 * manual/stdio.texi: Describe hh modifier for scanf/printf.
|
D | ChangeLog.8 | 446 for type modifiers. Fix recognition of 'hh' modifier. 9883 field for hh modifier.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 446 for type modifiers. Fix recognition of 'hh' modifier. 9883 field for hh modifier.
|