Searched refs:tm_min (Results 226 - 250 of 259) sorted by relevance

1234567891011

/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.c861 ptm->tm_min = (int) ((ulDosDate&0x7E0)/0x20) ;
H A Dzip.c341 (((uLong)ptm->tm_sec/2) + (32 * (uLong)ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c856 dos += tm->tm_min << 5;
2304 tm.tm_min = (int)(dos >> 5) & 0x3f;
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1132 tm->tm_hour, tm->tm_min, tm->tm_sec,
1137 tm->tm_hour, tm->tm_min, tm->tm_sec,
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_xar.c1149 + t->tm_min * 60
1200 tm.tm_min = (int)data;
H A Darchive_write_set_format_iso9660.c1412 tm.tm_min = strtol(buf, NULL, 10);
2548 set_digit(p+10, 2, tm.tm_min);
2571 set_num_711(p+4, tm.tm_min);
H A Darchive_read_support_format_lha.c1637 ts.tm_min = (msTime >> 5) & 0x3f;
H A Darchive_read_support_format_cab.c2055 ts.tm_min = (msTime >> 5) & 0x3f;
H A Darchive_read_support_format_rar.c1707 tm.tm_min = (ttime >> 5) & 0x3f;
H A Darchive_read_support_format_zip.c463 ts.tm_min = (msTime >> 5) & 0x3f;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3741 String::FormatIntWidth2(time_struct.tm_min) + ":" +
4112 String::FormatIntWidth2(time_struct.tm_min) + ":" +
/netbsd-current/external/apache2/mDNSResponder/dist/Clients/
H A Ddns-sd.c504 fprintf(outstream, "%2d:%02d:%02d.%03d ", tm.tm_hour, tm.tm_min, tm.tm_sec, ms);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dzip.c341 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dzip.c341 ((ptm->tm_sec/2) + (32* ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dzip.c341 (((uLong)ptm->tm_sec/2) + (32 * (uLong)ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dzip.c341 (((uLong)ptm->tm_sec/2) + (32 * (uLong)ptm->tm_min) + (2048 * (uLong)ptm->tm_hour));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2439 CHECK_SIZE_AND_OFFSET(tm, tm_min);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c9538 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
9651 tm->tm_hour, tm->tm_min, tm->tm_sec);
10479 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
16612 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
17338 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c9704 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
9817 tm->tm_hour, tm->tm_min, tm->tm_sec);
10987 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
17155 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
17882 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c10629 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
10751 tm->tm_hour, tm->tm_min, tm->tm_sec);
11946 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
18542 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
19271 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp4971 t.tm_min = 55;
5119 t.tm_min = 55;
/netbsd-current/usr.sbin/route6d/
H A Droute6d.c3106 snprintf(buf, sizeof(buf), "%02d:%02d:%02d", tm->tm_hour, tm->tm_min,
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_control.c1745 tm->tm_hour, tm->tm_min);
H A Dntp_config.c532 tm.tm_hour, tm.tm_min, tm.tm_sec);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c698 tb->tm_hour, tb->tm_min, tb->tm_sec);

Completed in 925 milliseconds

1234567891011