Searched refs:tm_hour (Results 151 - 167 of 167) sorted by relevance

1234567

/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c892 tm.tm_hour, tm.tm_min, tm.tm_sec));
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c5600 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
6349 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
8679 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
9063 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/freebsd-10.2-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c2064 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec,
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c1113 return (t->tm_sec + t->tm_min * 60 + t->tm_hour * 3600
1155 tm.tm_hour = (int)data;
H A Darchive_write_set_format_iso9660.c1410 tm.tm_hour = strtol(buf, NULL, 10);
2546 set_digit(p+8, 2, tm.tm_hour);
2569 set_num_711(p+3, tm.tm_hour);
H A Darchive_read_support_format_lha.c1667 ts.tm_hour = (msTime >> 11) & 0x1f;
H A Darchive_read_support_format_rar.c1632 tm.tm_hour = (ttime >> 11) & 0x1f;
H A Darchive_read_support_format_cab.c2058 ts.tm_hour = (msTime >> 11) & 0x1f;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1026 tm->tm_hour, tm->tm_min, tm->tm_sec,
1031 tm->tm_hour, tm->tm_min, tm->tm_sec,
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c258 t->tm_hour, t->tm_min, t->tm_sec, lame);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_control.c1710 tm->tm_mon + 1, tm->tm_mday, tm->tm_hour, tm->tm_min);
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dieee.c3570 || ! ieee_write_int (abfd, (bfd_vma) t->tm_hour)
/freebsd-10.2-release/usr.sbin/route6d/
H A Droute6d.c3428 snprintf(buf, sizeof(buf), "%02d:%02d:%02d", tm->tm_hour, tm->tm_min,
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c5430 idbuf[3] = QueueIdChars[tm->tm_hour];
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dconfigure24831 tm.tm_hour = 12; /* hour since midnight [0, 23] */
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c13709 y.h = sLocal.tm_hour;
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c14471 y.h = sLocal.tm_hour;
[all...]

Completed in 1040 milliseconds

1234567