Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/stdc/
H A Dtime.d28 struct tm struct
30 int tm_sec; /// seconds after the minute - [0, 60] argument
31 int tm_min; /// minutes after the hour - [0, 59] argument
32 int tm_hour; /// hours since midnight - [0, 23] argument
33 int tm_mday; /// day of the month - [1, 31] argument
34 int tm_mon; /// months since January - [0, 11] argument
35 int tm_year; /// years since 1900 argument
36 int tm_wday; /// days since Sunday - [0, 6] argument
37 int tm_yday; /// days since January 1 - [0, 365] argument
38 int tm_isdst; /// Daylight Saving Time flag argument
/netbsd-src/include/
H A Dtime.h75 struct tm { struct
76 tm_sectm global() argument
77 tm_mintm global() argument
78 tm_hourtm global() argument
79 tm_mdaytm global() argument
80 tm_montm global() argument
81 tm_yeartm global() argument
82 tm_wdaytm global() argument
83 tm_ydaytm global() argument
84 tm_isdsttm global() argument
85 tm_gmtofftm global() argument
86 tm_zonetm global() argument
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/stdc/
H A Dtime.d37 struct tm struct
39 int tm_sec; /// seconds after the minute [0-60] argument
40 int tm_min; /// minutes after the hour [0-59] argument
41 int tm_hour; /// hours since midnight [0-23] argument
42 int tm_mday; /// day of the month [1-31] argument
43 int tm_mon; /// months since January [0-11] argument
44 int tm_year; /// years since 1900 argument
45 int tm_wday; /// days since Sunday [0-6] argument
46 int tm_yday; /// days since January 1 [0-365] argument
47 int tm_isdst; /// Daylight Savings Time flag argument
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtrim_map.c48 #define TRIM_MAP_ADD(tm, ts) do { \ argument
53 #define TRIM_MAP_REM(tm, ts) do { \ argument
143 trim_map_t *tm; in trim_map_create() local
166 trim_map_t *tm; in trim_map_destroy() local
204 trim_map_segment_add(trim_map_t *tm, uint64_t start, uint64_t end, uint64_t txg) in trim_map_segment_add()
266 trim_map_segment_remove(trim_map_t *tm, trim_seg_t *ts, uint64_t start, in trim_map_segment_remove()
301 trim_map_free_locked(trim_map_t *tm, uint64_t start, uint64_t end, uint64_t txg) in trim_map_free_locked()
324 trim_map_t *tm = vd->vdev_trimmap; in trim_map_free() local
338 trim_map_t *tm = vd->vdev_trimmap; in trim_map_write_start() local
384 trim_map_t *tm = vd->vdev_trimmap; in trim_map_write_done() local
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrftime.c126 week_number_sun (const struct tm *tm) in week_number_sun()
137 week_number_mon (const struct tm *tm) in week_number_mon()
151 week_number_mon4 (const struct tm *tm) in week_number_mon4()
173 const struct tm *tm) in strftime()
H A Dstrpftime-test.c238 struct tm *tm; in main() local
284 struct tm tm; in main() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_time.c50 static void determine_days(struct tm *tm) in determine_days()
76 int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in ossl_asn1_time_to_tm()
356 struct tm tm; in ASN1_TIME_to_generalizedtime() local
383 struct tm tm; in ASN1_TIME_set_string_X509() local
441 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm()
474 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
480 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ASN1_TIME_print_ex()
488 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ossl_asn1_time_print_ex()
572 struct tm tm; in ASN1_TIME_normalize() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dtime.c362 struct tm tm; in isc_time_formattimestamp() local
384 struct tm tm; in isc_time_formathttptimestamp() local
426 struct tm tm; in isc_time_formatISO8601L() local
442 struct tm tm; in isc_time_formatISO8601Lms() local
462 struct tm tm; in isc_time_formatISO8601Lus() local
482 struct tm tm; in isc_time_formatISO8601() local
498 struct tm tm; in isc_time_formatISO8601ms() local
519 struct tm tm; in isc_time_formatISO8601us() local
541 struct tm tm; in isc_time_formatshorttimestamp() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtime.c372 struct tm tm; isc_time_formattimestamp() local
394 struct tm tm; isc_time_formathttptimestamp() local
436 struct tm tm; isc_time_formatISO8601L() local
452 struct tm tm; isc_time_formatISO8601Lms() local
472 struct tm tm; isc_time_formatISO8601Lus() local
492 struct tm tm; isc_time_formatISO8601() local
508 struct tm tm; isc_time_formatISO8601ms() local
529 struct tm tm; isc_time_formatISO8601us() local
551 struct tm tm; isc_time_formatshorttimestamp() local
[all...]
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dbackupsa.c97 struct tm *tm; local
201 struct tm tm; in backupsa_from_file() local
363 str2tmx(char *p, struct tm *tm) in str2tmx()
451 struct tm tm; in main() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Da_time.c48 static void determine_days(struct tm *tm) in determine_days()
74 int asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in asn1_time_to_tm()
354 struct tm tm; in ASN1_TIME_to_generalizedtime() local
381 struct tm tm; in ASN1_TIME_set_string_X509() local
437 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm()
469 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
539 struct tm tm; in ASN1_TIME_normalize() local
H A Da_gentm.c21 int asn1_generalizedtime_to_tm(struct tm *tm, const ASN1_GENERALIZEDTIME *d) in asn1_generalizedtime_to_tm()
77 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
H A Da_utctm.c17 int asn1_utctime_to_tm(struct tm *tm, const ASN1_UTCTIME *d) in asn1_utctime_to_tm()
93 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
/netbsd-src/tests/lib/libutil/
H A Dt_parsedate.c58 struct tm * time_to_tm(const time_t *, struct tm *), in parsecheck()
62 struct tm tm; in parsecheck() local
245 struct tm tm; in ATF_TC_BODY() local
288 struct tm tm; in ATF_TC_BODY() local
291 #define REL_CHECK(s, now, tm) do { \ in ATF_TC_BODY() argument
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dhumandate.c29 struct tm* tm; in test_RegularTime() local
46 struct tm* tm; in test_CurrentTime() local
/netbsd-src/external/gpl2/rcs/dist/src/
H A Dmaketime.c77 month_days(tm) in month_days() argument
94 struct tm *tm; local
195 tm2time(tm, localzone) in tm2time() argument
263 struct tm tm; local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtimegm.c58 _der_timegm (struct tm *tm) in _der_timegm()
98 _der_gmtime(time_t t, struct tm *tm) in _der_gmtime()
/netbsd-src/external/bsd/file/dist/src/
H A Dprint.c282 struct tm *tm, tmz; in file_fmtdatetime() local
322 struct tm tm; in file_fmtdate() local
341 struct tm tm; in file_fmttime() local
/netbsd-src/lib/libc/time/
H A Dgetdate.c171 struct tm tm; in getdate() local
235 struct tm tm; in getdate() local
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dgettimeofday.c63 struct tm *tm = localtime (timep); in rpl_localtime() local
75 struct tm *tm = gmtime (timep); in rpl_gmtime() local
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Dutil.c253 lutil_tm tm; in rbac_bv2constraint() local
278 lutil_tm tm; in rbac_bv2constraint() local
303 lutil_tm tm; in rbac_bv2constraint() local
328 lutil_tm tm; in rbac_bv2constraint() local
/netbsd-src/sys/arch/ia64/ia64/
H A Defi.c123 efi_get_time(struct efi_tm *tm) in efi_get_time()
158 efi_set_time(struct efi_tm *tm) in efi_set_time()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509cset.c37 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate()
44 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate()
140 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509cset.c37 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate()
44 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate()
140 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
/netbsd-src/usr.sbin/rtadvd/
H A Dtimer.c100 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *timer) in rtadvd_set_timer()
126 struct rtadvd_timer *tm, *tmn; in rtadvd_check_timer() local

12345678910>>...13