Searched refs:hh (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/network/ftp/
H A Dprogressbar.c299 int remaining, hh, i, len; local
327 hh = remaining / SECSPERHOUR;
329 if (hh)
330 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
345 hh = remaining / SECSPERHOUR;
348 if (hh)
349 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
/haiku-fatelf/src/bin/unzip/
H A Dcrypt.c525 uch hh[RAND_HEAD_LEN]; /* decrypted header */ variable
529 memcpy(hh, h, RAND_HEAD_LEN);
533 zdecode(hh[n]); variable
534 Trace((stdout, " %02x", hh[n]));
548 c = hh[RAND_HEAD_LEN-2], b = hh[RAND_HEAD_LEN-1];
558 b = hh[RAND_HEAD_LEN-1];
H A Dcryptf.c528 uch hh[RAND_HEAD_LEN]; /* decrypted header */ variable
532 memcpy(hh, h, RAND_HEAD_LEN);
536 zdecode(hh[n]); variable
537 Trace((stdout, " %02x", hh[n]));
551 c = hh[RAND_HEAD_LEN-2], b = hh[RAND_HEAD_LEN-1];
561 b = hh[RAND_HEAD_LEN-1];
H A Dlist.c106 unsigned yr, mo, dy, hh, mm; local
279 hh = (unsigned)(t->tm_hour);
288 hh = (((unsigned)G.crec.last_mod_dos_datetime >> 11) & 0x1f);
337 (unsigned)cfactor, mo, dy, yr, hh, mm,
349 yr, hh, mm, G.crec.crc32, (G.pInfo->lcflag? '^':' ')));
354 mo, dy, yr, hh, mm, (G.pInfo->lcflag? '^':' ')));
358 mo, dy, yr, hh, mm, (G.pInfo->lcflag? '^':' ')));
H A Dzipinfo.c2118 unsigned yr, mo, dy, hh, mm, ss; variable
2158 hh = (unsigned)(t->tm_hour);
2168 hh = (((unsigned)*datetimez >> 11) & 0x1f);
2180 sprintf(d_t_str, LoadFarString(YMDHMSTime), yr+1900, monthstr, dy, hh,
2183 sprintf(d_t_str, LoadFarString(DecimalTime), yr+1900, mo, dy, hh, mm,
2186 sprintf(d_t_str, LoadFarString(DMYHMTime), dy, monthstr, yr%100, hh,
H A Dfileio.c1653 int yr, mo, dy, hh, mm, ss;
1688 hh = (int)((unsigned)dosdatetime >> 11) & 0x1f;
1694 sprintf (temp, "%02d/%02d/%02d %02d:%02d:%02d", mo+1, dy+1, yr, hh, mm, ss);
1717 (unsigned long)hh * 3600L +
/haiku-fatelf/src/bin/zip/
H A Dcrypt.c540 uch hh[RAND_HEAD_LEN]; /* decrypted header */ variable
544 memcpy(hh, h, RAND_HEAD_LEN);
548 zdecode(hh[n]); variable
549 Trace((stdout, " %02x", hh[n]));
563 c = hh[RAND_HEAD_LEN-2], b = hh[RAND_HEAD_LEN-1];
573 b = hh[RAND_HEAD_LEN-1];
/haiku-fatelf/src/bin/rcs/
H A Dpartime.c366 int hh, mm, ss; local
373 * and o is a time zone offset of the form [-+]hh[:mm[:ss]].
424 if (!(s = parse_ranged (s, 2, 0, 23, &hh)))
439 offset = (hh*60 + mm)*60L + ss;
/haiku-fatelf/src/bin/patch/
H A Dpartime.c505 int hh, mm, ss; local
512 and o is a time zone offset of the form [-+]hh[:mm[:ss]]. */
583 if (! (s = parse_ranged (s, 2, 0, 23, &hh)))
598 offset = (hh * 60 + mm) * 60L + ss;
/haiku-fatelf/src/bin/zic/
H A Dzic.c917 ** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
929 int hh, mm, ss, sign; local
939 if (sscanf(string, scheck(string, "%d"), &hh) == 1)
941 else if (sscanf(string, scheck(string, "%d:%d"), &hh, &mm) == 2)
944 &hh, &mm, &ss) != 3) {
948 if ((hh < 0 || hh >
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-hppa.c3422 struct elf_link_hash_entry *hh; local
3428 hh, sym_sec, relocation,
3432 && hh->root.type != bfd_link_hash_defined
3433 && hh->root.type != bfd_link_hash_defweak
3434 && hh->root.type != bfd_link_hash_undefweak)
3437 && ELF_ST_VISIBILITY (hh->other) == STV_DEFAULT
3438 && hh->type == STT_PARISC_MILLI)
3441 (info, hh->root.root.string, input_bfd,
3447 h = (struct elf32_hppa_link_hash_entry *) hh;
H A Delf-m10300.c1443 struct elf_link_hash_entry *hh;
1447 hh, sec, relocation,
1450 h = (struct elf32_mn10300_link_hash_entry *) hh;
1465 && !SYMBOL_REFERENCES_LOCAL (info, hh))
1467 && !SYMBOL_REFERENCES_LOCAL (info, hh)
1442 struct elf_link_hash_entry *hh; local
H A Delf64-alpha.c4389 struct elf_link_hash_entry *hh;
4394 hh, sec, value,
4402 && hh->root.type == bfd_link_hash_undefweak)
4405 h = (struct alpha_elf_link_hash_entry *) hh;
4380 struct elf_link_hash_entry *hh; local
/haiku-fatelf/src/apps/terminal/
H A DTermView.cpp959 font_height hh; local
960 fHalfFont.GetHeight(&hh);
962 int font_ascent = (int)hh.ascent;
963 int font_descent =(int)hh.descent;
964 int font_leading =(int)hh.leading;

Completed in 150 milliseconds