Searched refs:tm_min (Results 126 - 150 of 259) sorted by relevance

1234567891011

/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil.h172 int tm_min; /* minutes 0-59 */ member in struct:lutil_tm
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyslog.c261 tm->tm_min = rem / 60;
/netbsd-current/sys/arch/ia64/stand/ia64/ski/
H A Defi_stub.c145 time->tm_min = comps[4];
/netbsd-current/usr.sbin/rbootd/
H A Dutils.c107 fprintf(DbgFp, "%02d:%02d:%02d.%06ld ", tmp->tm_hour, tmp->tm_min,
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dunzip.h87 int tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_unz_s
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dunzip.h87 int tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_unz_s
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h188 int tm_min; member in struct:__sanitizer::__sanitizer_tm
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_nvram.c178 nvram->memory[nvram->addr_minutes] = hw_nvram_bcd(clock->tm_min);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dunzip.h87 int tm_min; /* minutes after the hour - [0,59] */ member in struct:tm_unz_s
/netbsd-current/include/
H A Dtime.h77 int tm_min; /* minutes after the hour [0-59] */ member in struct:tm
/netbsd-current/crypto/dist/ipsec-tools/src/setkey/
H A Dsetkey.c1047 (loc->tm_min - gmt->tm_min) * 60;
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dos_unix.c145 tm.tm_min = min;
177 tm->min = tm2->tm_min;
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dparseutil.c90 minutes = hours * 60 + tm->tm_min;
152 result->tm_min = (int) LDNS_MOD(clock, 60);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_get.c519 &tm.tm_min, &tm.tm_sec) != 6) {
522 &tm.tm_min, &tm.tm_sec) != 6)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_warc.c530 + t->tm_min * 60
572 if ((tm.tm_min = strtoi_lim(s, &s, 0, 59)) < 0 || *s++ != ':') {
/netbsd-current/bin/pax/
H A Dsel_subs.c605 lt->tm_min = ATOI2(p);
/netbsd-current/external/bsd/ekermit/dist/
H A Dunixio.c438 timestamp->tm_min,
/netbsd-current/usr.bin/config/
H A Dmkheaders.c451 tm->tm_hour, tm->tm_min, tm->tm_sec);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h204 int tm_min; member in struct:__sanitizer::__sanitizer_tm
H A Dsanitizer_platform_limits_openbsd.cc215 CHECK_SIZE_AND_OFFSET(tm, tm_min);
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetdate.c2787 + (a->tm_min - b->tm_min))
3051 | (tm0->tm_min ^ tm1->tm_min)
3156 pc.minutes = tmp->tm_min;
3255 tm.tm_min = pc.minutes;
3260 tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
3432 tm->tm_hour, tm->tm_min, tm->tm_sec, ns);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dtg.c356 minute = tm->tm_min;
/netbsd-current/external/bsd/libevent/dist/
H A Devutil_time.c224 1900 + tm->tm_year, tm->tm_hour, tm->tm_min, tm->tm_sec);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cc213 CHECK_SIZE_AND_OFFSET(tm, tm_min);
H A Dsanitizer_platform_limits_freebsd.h203 int tm_min; member in struct:__sanitizer::__sanitizer_tm

Completed in 448 milliseconds

1234567891011