Home
last modified time | relevance | path

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

1234567

/openbsd-src/include/
H A Dtime.h98 struct tm { struct
99 int tm_sec; /* seconds after the minute [0-60] */ argument
100 int tm_min; /* minutes after the hour [0-59] */ argument
101 int tm_hour; /* hours since midnight [0-23] */ argument
102 int tm_mday; /* day of the month [1-31] */ argument
103 int tm_mon; /* months since January [0-11] */ argument
104 int tm_year; /* years since 1900 */ argument
105 int tm_wday; /* days since Sunday [0-6] */ argument
106 int tm_yday; /* days since January 1 [0-365] */ argument
107 int tm_isdst; /* Daylight Saving Time flag */ argument
[all …]
/openbsd-src/lib/libcrypto/x509/
H A Dx509cset.c105 X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_lastUpdate()
124 X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate()
131 X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_nextUpdate()
150 X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate()
195 X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
H A Dx509_set.c166 X509_set_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set_notBefore()
186 X509_set1_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set1_notBefore()
209 X509_set_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set_notAfter()
229 X509_set1_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set1_notAfter()
/openbsd-src/lib/libcrypto/asn1/
H A Da_time_tm.c65 ASN1_time_tm_clamp_notafter(struct tm *tm) in ASN1_time_tm_clamp_notafter()
82 tm_to_gentime(struct tm *tm, ASN1_TIME *atime) in tm_to_gentime()
108 tm_to_utctime(struct tm *tm, ASN1_TIME *atime) in tm_to_utctime()
133 tm_to_rfc5280_time(struct tm *tm, ASN1_TIME *atime) in tm_to_rfc5280_time()
288 ASN1_time_parse(const char *bytes, size_t len, struct tm *tm, int mode) in ASN1_time_parse()
318 struct tm tm; in ASN1_TIME_set_string_internal() local
344 struct tm tm; in ASN1_TIME_adj_internal() local
412 struct tm tm; in ASN1_TIME_to_generalizedtime() local
592 struct tm tm; in ASN1_TIME_normalize() local
H A Da_time_posix.c178 OPENSSL_tm_to_posix(const struct tm *tm, int64_t *out) in OPENSSL_tm_to_posix()
207 asn1_time_tm_to_time_t(const struct tm *tm, time_t *out) in asn1_time_tm_to_time_t()
234 OPENSSL_timegm(const struct tm *tm, time_t *out) { in OPENSSL_timegm()
249 OPENSSL_gmtime_adj(struct tm *tm, int offset_day, int64_t offset_sec) in OPENSSL_gmtime_adj()
H A Dt_x509.c381 if (tm->type == V_ASN1_UTCTIME) in ASN1_GENERALIZEDTIME_print() argument
364 ASN1_TIME_print(BIO * bp,const ASN1_TIME * tm) ASN1_TIME_print() argument
436 ASN1_UTCTIME_print(BIO * bp,const ASN1_UTCTIME * tm) ASN1_UTCTIME_print() argument
[all...]
/openbsd-src/usr.bin/at/
H A Dparsetime.c292 dateadd(int minutes, struct tm *tm) in dateadd()
333 plus(struct tm *tm) in plus()
385 tod(struct tm *tm) in tod()
458 assign_date(struct tm *tm, int mday, int mon, int year) in assign_date()
501 month(struct tm *tm) in month()
/openbsd-src/lib/libc/time/
H A Dstrptime.c86 strptime(const char *buf, const char *fmt, struct tm *tm) in strptime()
93 _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize) in _strptime()
610 epoch_to_tm(const unsigned char **buf, struct tm *tm) in epoch_to_tm()
/openbsd-src/usr.bin/mandoc/
H A Dmandoc.c101 struct tm tm; in a2time() local
118 struct tm *tm; in time2a() local
/openbsd-src/regress/lib/libc/time/time_conversion/
H A Dtimetest.c1733 void printtm(FILE *f, struct tm *tm) in printtm()
1818 void printtmdescr(FILE *f, struct tm *tm, char * descr) in printtmdescr()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDLL.cpp318 ThunkChunkX64(Defined *i, Chunk *tm) : imp(i), tailMerge(tm) {} in ThunkChunkX64()
350 TailMergePDataChunkX64(Chunk *tm, Chunk *unwind) : tm(tm), unwind(unwind) { in TailMergePDataChunkX64()
364 Chunk *tm = nullptr; member in lld::coff::__anonc0c5fbab0111::TailMergePDataChunkX64
385 ThunkChunkX86(COFFLinkerContext &ctx, Defined *i, Chunk *tm) in ThunkChunkX86()
433 ThunkChunkARM(COFFLinkerContext &ctx, Defined *i, Chunk *tm) in ThunkChunkARM()
485 ThunkChunkARM64(Defined *i, Chunk *tm) : imp(i), tailMerge(tm) { in ThunkChunkARM64()
732 Chunk *tm = newTailMergeChunk(dir); in create() local
807 Chunk *DelayLoadContents::newTailMergePDataChunk(Chunk *tm, Chunk *unwind) { in newTailMergePDataChunk()
/openbsd-src/usr.bin/calendar/
H A Dday.c81 fill_print_date(struct match *m, struct tm *tm) in fill_print_date()
93 struct tm tm; in setnnames() local
188 struct tm tm; in Mktime() local
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dtic54x-dis.c52 const template* tm; in print_insn_tic54x() local
87 has_lkaddr (unsigned short memdata, const template *tm) in has_lkaddr()
104 const template *tm = NULL; in tic54x_get_insn() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dtic54x-dis.c52 const template* tm; in print_insn_tic54x() local
87 has_lkaddr (unsigned short memdata, const template *tm) in has_lkaddr()
104 const template *tm = NULL; in tic54x_get_insn() local
/openbsd-src/regress/usr.bin/ssh/
H A Dtimestamp.c35 struct tm *tm; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond3.C16 HELPER tm; in problem_function() local
/openbsd-src/bin/pax/
H A Dgen_subs.c78 struct tm *tm; in ls_list() local
152 struct tm *tm; in ls_tty() local
/openbsd-src/usr.bin/rcs/
H A Ddate.y601 struct tm *tm; in RelativeDate() local
615 struct tm *tm; in RelativeMonth() local
815 struct tm gmt, tm; in date_parse() local
/openbsd-src/usr.bin/cvs/
H A Ddate.y596 struct tm *tm; in RelativeDate() local
610 struct tm *tm; in RelativeMonth() local
810 struct tm gmt, tm; in date_parse() local
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dgetdate.y671 struct tm *tm; local
687 struct tm *tm; local
891 struct tm *tm, *gmt, gmtbuf; local
/openbsd-src/usr.sbin/eigrpd/
H A Dtlv.c123 struct tlv_mcast_seq tm; in gen_mcast_seq_tlv() local
347 struct tlv_mcast_seq *tm; in tlv_decode_mcast_seq() local
/openbsd-src/regress/lib/libc/time/strptime/
H A Dmain.c53 struct tm tm; in main() local
/openbsd-src/usr.bin/vi/common/
H A Ddelete.c33 del(SCR *sp, MARK *fm, MARK *tm, int lmode) in del()
/openbsd-src/usr.sbin/cron/
H A Dcron.c285 struct tm *tm = gmtime(&virtualSecond); in find_jobs() local
331 struct tm tm; in set_time() local
/openbsd-src/usr.bin/dig/lib/dns/
H A Ddns_time.c33 struct tm *tm; in dns_time64_totext() local

1234567