Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/time/
Dtzset.c137 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()
Dtst-strptime2.c66 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()
Dtst-strftime3.c50 int hh, mm, ss; member
486 tm.tm_hour = d->hh; in do_test()
/glibc-2.36/timezone/
Dzdump.c836 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()
Dzic.c1276 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/
Deo.UTF-8.in13 hh
Dber_DZ.UTF-8.in23 hh
Dtk_TM.UTF-8.in30 hh
Dsq_AL.UTF-8.in27 hh
DREADME78 eval:(setq time-stamp-format '(time-stamp-yyyy/mm/dd time-stamp-hh:mm:ss user-login-name))
/glibc-2.36/localedata/locales/
Dtk_TM324 % time hh:mm:ss (24 hour - no am/pm)
/glibc-2.36/manual/
Dstdio.texi1983 @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
Dlocale.texi1181 @code{"hh:mm:ss MM/DD/YY"}. This format is only recognizable in the
Dtime.texi2533 [@code{+}|@code{-}]@var{hh}[@code{:}@var{mm}[@code{:}@var{ss}]]. This
/glibc-2.36/localedata/charmaps/
DISO_106461394 <hh> /x25/x00 BOX DRAWINGS LIGHT HORIZONTAL
/glibc-2.36/ChangeLog.old/
DChangeLog.7261 * 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.
DChangeLog.8446 for type modifiers. Fix recognition of 'hh' modifier.
9883 field for hh modifier.
/glibc-2.36/posix/
Dtst-regex.input446 for type modifiers. Fix recognition of 'hh' modifier.
9883 field for hh modifier.