/glibc-2.36/nptl/ |
D | tst-cancel4_1.c | 85 struct mmsghdr mm; in tf_sendmmsg() local 86 mm.msg_hdr.msg_name = &sun; in tf_sendmmsg() 87 mm.msg_hdr.msg_namelen = (offsetof (struct sockaddr_un, sun_path) in tf_sendmmsg() 89 mm.msg_hdr.msg_iov = iov; in tf_sendmmsg() 90 mm.msg_hdr.msg_iovlen = 1; in tf_sendmmsg() 91 mm.msg_hdr.msg_control = NULL; in tf_sendmmsg() 92 mm.msg_hdr.msg_controllen = 0; in tf_sendmmsg() 94 ssize_t ret = sendmmsg (tempfd2, &mm, 1, 0); in tf_sendmmsg()
|
D | tst-cancel4_2.c | 84 struct mmsghdr mm; in tf_recvmmsg() local 85 mm.msg_hdr.msg_name = &sun; in tf_recvmmsg() 86 mm.msg_hdr.msg_namelen = sizeof (sun); in tf_recvmmsg() 87 mm.msg_hdr.msg_iov = iov; in tf_recvmmsg() 88 mm.msg_hdr.msg_iovlen = 1; in tf_recvmmsg() 89 mm.msg_hdr.msg_control = NULL; in tf_recvmmsg() 90 mm.msg_hdr.msg_controllen = 0; in tf_recvmmsg() 92 ssize_t ret = recvmmsg (tempfd2, &mm, 1, 0, NULL); in tf_recvmmsg()
|
D | tst-mutex8.c | 361 pthread_mutex_t mm; in do_test() local 362 m = &mm; in do_test()
|
/glibc-2.36/time/ |
D | tzset.c | 137 compute_offset (unsigned int ss, unsigned int mm, unsigned int hh) in compute_offset() argument 141 if (mm > 59) in compute_offset() 142 mm = 59; in compute_offset() 145 return ss + mm * 60 + hh * 60 * 60; in compute_offset() 204 unsigned short mm = 0; 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() 302 unsigned short mm = 0; 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 | 67 unsigned int mm = hhmm % 100; in mkbuf() local 79 snprintf (buf + i, ndigits + 2, "%02u:%02u", hh, mm); in mkbuf() 86 if (mm <= mm_max && (ndigits == 2 || ndigits == 4)) in mkbuf() 88 long int tm_gmtoff = hh * 3600 + mm * 60; in mkbuf()
|
D | tst-strftime3.c | 50 int hh, mm, ss; member 487 tm.tm_min = d->mm; in do_test()
|
/glibc-2.36/stdlib/ |
D | tst-tininess.c | 28 volatile float mm; variable 36 mm = m * m; 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() 839 : mm in format_local_time() 840 ? my_snprintf(buf, size, "%02d:%02d", hh, mm) in format_local_time() 865 int mm, ss; in format_utc_offset() local 873 mm = off / 60 % 60; in format_utc_offset() 876 ? my_snprintf(buf, size, "%c%02ld%02d%02d", sign, hh, mm, ss) in format_utc_offset() 877 : mm in format_utc_offset() 878 ? my_snprintf(buf, size, "%c%02ld%02d", sign, hh, mm) in format_utc_offset()
|
D | zic.c | 1277 int sign, mm = 0, ss = 0; in gethms() local 1290 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { in gethms() 1310 mm < 0 || mm >= MINSPERHOUR || in gethms() 1321 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))) in gethms() 1324 sign * (mm * SECSPERMIN + ss)); in gethms()
|
/glibc-2.36/malloc/ |
D | malloc.c | 2435 char *mm = (char *) MMAP (0, size, in sysmalloc_mmap() local 2438 if (mm == MAP_FAILED) in sysmalloc_mmap() 2439 return mm; in sysmalloc_mmap() 2443 madvise_thp (mm, size); in sysmalloc_mmap() 2460 assert (((INTERNAL_SIZE_T) chunk2mem (mm) & MALLOC_ALIGN_MASK) == 0); in sysmalloc_mmap() 2464 front_misalign = (INTERNAL_SIZE_T) chunk2mem (mm) & MALLOC_ALIGN_MASK; in sysmalloc_mmap() 2471 p = (mchunkptr) (mm + correction); in sysmalloc_mmap() 2477 p = (mchunkptr) mm; in sysmalloc_mmap() 2577 char *mm; in sysmalloc() local 2583 mm = sysmalloc_mmap (nb, mp_.hp_pagesize, mp_.hp_flags, av); in sysmalloc() [all …]
|
D | memusage.sh | 150 -m | --m | --mm | --mma | --mmap)
|
/glibc-2.36/localedata/locales/ |
D | ug_CN | 153 % %a، %d-%m-%Y، %T (w، dd-mm-YYYY، HH:MM:SS) (قىسقا ھەپتە، 31-12-2012، 23:08:59) 156 % %a، %d-%m-%Y (w، dd-mm-YYYY) (قىسقا ھەپتە، 31-12-2012) 164 % %a، %d-%m-%Y، %T (w، dd-mm-YYYY، HH:MM:SS) (قىسقا ھەپتە، 31-12-2012، 23:08:59)
|
D | shn_MM | 15 % Bone Pyae Sone <bone.burma@gmail.com> http://www.ubuntu-mm.net 19 source "ubuntu Myanmar LoCo Team http://www.ubuntu-mm.net"
|
D | tk_TM | 323 % date dd.mm.yyyy %d.%m.%Y %T 324 % time hh:mm:ss (24 hour - no am/pm)
|
D | en_ZA | 45 % - Changed %x for LC_TIME to use dd/mm/ccyy
|
/glibc-2.36/localedata/ |
D | README | 78 eval:(setq time-stamp-format '(time-stamp-yyyy/mm/dd time-stamp-hh:mm:ss user-login-name))
|
D | tk_TM.UTF-8.in | 48 mm
|
D | sq_AL.UTF-8.in | 37 mm
|
/glibc-2.36/ |
D | SHARED-FILES | 184 # https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html 198 # https://mm.icann.org/pipermail/tz-announce/2018-October/000052.html
|
/glibc-2.36/manual/ |
D | texinfo.tex | 11337 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. 11343 % \global\normaloffset = -6mm 11344 % \global\bindingoffset = 10mm 11346 \internalpagesizes{673.2pt}{160mm}% that's 51 lines 11349 {297mm}{210mm}% 11353 \defbodyindent = 5mm 11363 \internalpagesizes{160mm}{120mm}% 11366 {210mm}{148mm}% 11371 \defbodyindent = 2mm 11372 \tableindent = 12mm [all …]
|
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/benchtests/strcoll-inputs/ |
D | lorem_ipsum#hu_HU.UTF-8 | 39 …Eam ludűs cőmmune in. Ridéns cőmmödö ius id, putent aliquip cu vim, mődűs temporibus necessitátibu…
|
/glibc-2.36/locale/ |
D | C-translit.h.in | 772 "\x339c" "mm" # <U339C> SQUARE MM 775 "\x339f" "mm^2" # <U339F> SQUARE MM SQUARED 779 "\x33a3" "mm^3" # <U33A3> SQUARE MM CUBED
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.localedata | 9173 * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
|