/dflybsd-src/include/ |
H A D | time.h | 131 struct tm { struct 132 int tm_sec; /* seconds after the minute [0-60] */ argument 133 int tm_min; /* minutes after the hour [0-59] */ argument 134 int tm_hour; /* hours since midnight [0-23] */ argument 135 int tm_mday; /* day of the month [1-31] */ argument 136 int tm_mon; /* months since January [0-11] */ argument 137 int tm_year; /* years since 1900 */ argument 138 int tm_wday; /* days since Sunday [0-6] */ argument 139 int tm_yday; /* days since January 1 [0-365] */ argument 140 int tm_isdst; /* Daylight Savings Time flag */ argument [all …]
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509cset.c | 96 X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_lastUpdate() 114 X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate() 120 X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set_nextUpdate() 138 X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate() 179 X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
|
H A D | x509_set.c | 147 X509_set_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set_notBefore() 165 X509_set1_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set1_notBefore() 185 X509_set_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set_notAfter() 203 X509_set1_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set1_notAfter()
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | a_time_tm.c | 65 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() 123 tm_to_utctime(struct tm *tm, ASN1_TIME *atime) in tm_to_utctime() 161 tm_to_rfc5280_time(struct tm *tm, ASN1_TIME *atime) in tm_to_rfc5280_time() 324 ASN1_time_parse(const char *bytes, size_t len, struct tm *tm, int mode) in ASN1_time_parse() 380 struct tm tm; in ASN1_TIME_adj_internal() local 409 ASN1_TIME_set_tm(ASN1_TIME *s, struct tm *tm) in ASN1_TIME_set_tm() 436 struct tm tm; in ASN1_TIME_to_generalizedtime() local 593 struct tm tm; in ASN1_TIME_normalize() local
|
H A D | t_x509.c | 357 ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 373 ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print() 427 ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
|
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_sas.c | 238 struct mps_command *tm; in mpssas_alloc_tm() local 253 mpssas_free_tm(struct mps_softc *sc, struct mps_command *tm) in mpssas_free_tm() 348 mpssas_remove_volume(struct mps_softc *sc, struct mps_command *tm) in mpssas_remove_volume() 530 mpssas_remove_device(struct mps_softc *sc, struct mps_command *tm) in mpssas_remove_device() 603 mpssas_remove_complete(struct mps_softc *sc, struct mps_command *tm) in mpssas_remove_complete() 1126 struct mps_command *tm = data; in mpssas_tm_timeout() local 1136 mpssas_logical_unit_reset_complete(struct mps_softc *sc, struct mps_command *tm) in mpssas_logical_unit_reset_complete() 1224 mpssas_target_reset_complete(struct mps_softc *sc, struct mps_command *tm) in mpssas_target_reset_complete() 1296 mpssas_send_reset(struct mps_softc *sc, struct mps_command *tm, uint8_t type) in mpssas_send_reset() 1352 mpssas_abort_complete(struct mps_softc *sc, struct mps_command *tm) in mpssas_abort_complete() [all …]
|
/dflybsd-src/sys/dev/raid/mpr/ |
H A D | mpr_sas.c | 236 struct mpr_command *tm; in mprsas_alloc_tm() local 244 mprsas_free_tm(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_free_tm() 371 mprsas_remove_volume(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_remove_volume() 557 mprsas_remove_device(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_remove_device() 632 mprsas_remove_complete(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_remove_complete() 1257 struct mpr_command *tm = data; in mprsas_tm_timeout() local 1273 mprsas_logical_unit_reset_complete(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_logical_unit_reset_complete() 1371 mprsas_target_reset_complete(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_target_reset_complete() 1450 mprsas_send_reset(struct mpr_softc *sc, struct mpr_command *tm, uint8_t type) in mprsas_send_reset() 1519 mprsas_abort_complete(struct mpr_softc *sc, struct mpr_command *tm) in mprsas_abort_complete() [all …]
|
/dflybsd-src/gnu/usr.bin/rcs/lib/ |
H A D | maketime.c | 76 month_days(tm) in month_days() argument 93 struct tm *tm; local 194 tm2time(tm, localzone) in tm2time() argument 262 struct tm tm; local
|
/dflybsd-src/contrib/file/src/ |
H A D | print.c | 275 struct tm *tm, tmz; in file_fmtdatetime() local 312 struct tm tm; in file_fmtdate() local 331 struct tm tm; in file_fmttime() local
|
H A D | cdf_time.c | 101 struct tm tm; in cdf_timestamp_to_timespec() local 154 struct tm tm; in cdf_timespec_to_timestamp() local
|
/dflybsd-src/lib/libc/stdtime/ |
H A D | strptime.c | 79 _strptime(const char *buf, const char *fmt, struct tm *tm, int *GMTp, in _strptime() 679 struct tm * __restrict tm, locale_t loc) in strptime_l() 698 struct tm * __restrict tm) in strptime()
|
H A D | getdate.c | 173 struct tm tm; in getdate() local 237 struct tm tm; in getdate() local
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | efirt.c | 468 efi_get_time_locked(struct efi_tm *tm) in efi_get_time_locked() 485 efi_get_time(struct efi_tm *tm) in efi_get_time() 512 efi_set_time_locked(struct efi_tm *tm) in efi_set_time_locked() 528 efi_set_time(struct efi_tm *tm) in efi_set_time() 621 struct efi_tm tm; in efi_time_sysctl_handler() local
|
/dflybsd-src/usr.sbin/newsyslog/ |
H A D | ptimes.c | 74 struct tm tm; /* Time expanded into fields */ member 132 struct tm tm; in parse8601() local 231 struct tm tm; in parseDWM() local 499 struct tm tm; in ptimeget_ctime_rfc5424() local
|
/dflybsd-src/usr.bin/at/ |
H A D | parsetime.c | 283 plus(struct tm *tm) in plus() 332 tod(struct tm *tm) in tod() 397 assign_date(struct tm *tm, long mday, long mon, long year) in assign_date() 446 month(struct tm *tm) in month()
|
/dflybsd-src/usr.bin/ncal/ |
H A D | ncal.c | 366 struct tm *tm; in main() local 385 struct tm *tm; in main() local 551 struct tm tm; in printeaster() local 774 struct tm tm; /* for strftime printing local names of in mkmonthr() local 865 struct tm tm; /* for strftime printing local names of in mkmonthb() local 962 struct tm tm; in mkweekdays() local 1086 struct tm tm; in parsemonth() local
|
/dflybsd-src/usr.bin/calendar/ |
H A D | calendar.c | 476 struct tm tm; in get_time_of_now() local 489 struct tm tm; in get_fixed_of_today() local 504 struct tm tm; in get_utc_offset() local
|
/dflybsd-src/sys/dev/misc/efirt/ |
H A D | efidev.c | 87 struct efi_tm *tm = (struct efi_tm *)addr; in efidev_ioctl() local 94 struct efi_tm *tm = (struct efi_tm *)addr; in efidev_ioctl() local
|
/dflybsd-src/usr.sbin/cron/cron/ |
H A D | externs.h | 29 # define TZONE(tm) tzname[(tm).tm_isdst] argument 66 # define TZONE(tm) (tm).tm_zone argument
|
H A D | cron.c | 164 struct tm *tm; local 304 struct tm *tm; local
|
/dflybsd-src/contrib/mdocml/ |
H A D | mandoc.c | 479 struct tm tm; in a2time() local 499 struct tm *tm; in time2a() local
|
/dflybsd-src/crypto/libressl/crypto/ |
H A D | o_time.c | 79 OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) in OPENSSL_gmtime_adj() 170 julian_adj(const struct tm *tm, int off_day, long offset_sec, long *pday, in julian_adj()
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | mktime.c | 228 ranged_convert (struct tm *(*convert) (const time_t *, struct tm *), in ranged_convert() 274 struct tm *(*convert) (const time_t *, struct tm *), in __mktime_internal() 278 struct tm tm; in __mktime_internal() local 573 struct tm tm, tmk, tml; in main() local
|
/dflybsd-src/usr.sbin/zic/ |
H A D | zdump.c | 153 struct tm tm; in my_localtime() local 218 struct tm tm; in main() local 441 struct tm tm; in hunt() local
|
/dflybsd-src/usr.bin/find/ |
H A D | getdate.y | 636 struct tm *tm; in RelativeDate() local 650 struct tm *tm; in RelativeMonth() local 851 struct tm *tm, *gmt_ptr, gmt; in get_date() local
|