Searched refs:tm (Results 1 - 25 of 1449) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dtimegm.c52 _der_timegm (struct tm *tm) argument
60 if (tm->tm_year < 0)
62 if (tm->tm_mon < 0 || tm->tm_mon > 11)
64 if (tm->tm_mday < 1 || tm->tm_mday > ndays[is_leap(tm->tm_year)][tm->tm_mon])
66 if (tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dtimegm.c52 _der_timegm (struct tm *tm) argument
60 if (tm->tm_year < 0)
62 if (tm->tm_mon < 0 || tm->tm_mon > 11)
64 if (tm->tm_mday < 1 || tm->tm_mday > ndays[is_leap(tm->tm_year)][tm->tm_mon])
66 if (tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dtimegm.c52 _der_timegm (struct tm *tm) argument
60 if (tm->tm_year < 0)
62 if (tm->tm_mon < 0 || tm->tm_mon > 11)
64 if (tm->tm_mday < 1 || tm->tm_mday > ndays[is_leap(tm->tm_year)][tm->tm_mon])
66 if (tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
65 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
65 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Do_time.h64 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
65 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/
H A Do_time.h65 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
66 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
68 const struct tm *from, const struct tm *to);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/
H A Do_time.h65 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
66 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
68 const struct tm *from, const struct tm *to);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/
H A Do_time.h65 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result);
66 int OPENSSL_gmtime_adj(struct tm *tm, int offset_day, long offset_sec);
68 const struct tm *from, const struct tm *to);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/replace/
H A Dtimegm.c47 time_t rep_timegm(struct tm *tm) argument
55 if (tm->tm_mon > 12 ||
56 tm->tm_mon < 0 ||
57 tm->tm_mday > 31 ||
58 tm->tm_min > 60 ||
59 tm->tm_sec > 60 ||
60 tm->tm_hour > 24) {
61 /* invalid tm structure */
65 for (i = 70; i < tm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rtc/
H A Drtc-lib.c51 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) argument
60 tm->tm_wday = (days + 4) % 7;
70 tm->tm_year = year - 1900;
71 tm->tm_yday = days + 1;
81 tm->tm_mon = month;
82 tm->tm_mday = days + 1;
84 tm->tm_hour = time / 3600;
85 time -= tm->tm_hour * 3600;
86 tm->tm_min = time / 60;
87 tm
94 rtc_valid_tm(struct rtc_time *tm) argument
112 rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rtc/
H A Drtc-lib.c51 void rtc_time_to_tm(unsigned long time, struct rtc_time *tm) argument
60 tm->tm_wday = (days + 4) % 7;
70 tm->tm_year = year - 1900;
71 tm->tm_yday = days + 1;
81 tm->tm_mon = month;
82 tm->tm_mday = days + 1;
84 tm->tm_hour = time / 3600;
85 time -= tm->tm_hour * 3600;
86 tm->tm_min = time / 60;
87 tm
94 rtc_valid_tm(struct rtc_time *tm) argument
112 rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dpcf8563.c111 get_rtc_time(struct rtc_time *tm) argument
113 tm->tm_sec = rtc_read(RTC_SECONDS);
114 tm->tm_min = rtc_read(RTC_MINUTES);
115 tm->tm_hour = rtc_read(RTC_HOURS);
116 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH);
117 tm->tm_wday = rtc_read(RTC_WEEKDAY);
118 tm->tm_mon = rtc_read(RTC_MONTH);
119 tm->tm_year = rtc_read(RTC_YEAR);
121 if (tm->tm_sec & 0x80) {
126 tm
228 struct rtc_time tm; local
249 struct rtc_time tm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dpcf8563.c107 get_rtc_time(struct rtc_time *tm) argument
109 tm->tm_sec = rtc_read(RTC_SECONDS);
110 tm->tm_min = rtc_read(RTC_MINUTES);
111 tm->tm_hour = rtc_read(RTC_HOURS);
112 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH);
113 tm->tm_wday = rtc_read(RTC_WEEKDAY);
114 tm->tm_mon = rtc_read(RTC_MONTH);
115 tm->tm_year = rtc_read(RTC_YEAR);
117 if (tm->tm_sec & 0x80) {
122 tm
224 struct rtc_time tm; local
245 struct rtc_time tm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dpcf8563.c111 get_rtc_time(struct rtc_time *tm) argument
113 tm->tm_sec = rtc_read(RTC_SECONDS);
114 tm->tm_min = rtc_read(RTC_MINUTES);
115 tm->tm_hour = rtc_read(RTC_HOURS);
116 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH);
117 tm->tm_wday = rtc_read(RTC_WEEKDAY);
118 tm->tm_mon = rtc_read(RTC_MONTH);
119 tm->tm_year = rtc_read(RTC_YEAR);
121 if (tm->tm_sec & 0x80) {
126 tm
228 struct rtc_time tm; local
249 struct rtc_time tm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dpcf8563.c107 get_rtc_time(struct rtc_time *tm) argument
109 tm->tm_sec = rtc_read(RTC_SECONDS);
110 tm->tm_min = rtc_read(RTC_MINUTES);
111 tm->tm_hour = rtc_read(RTC_HOURS);
112 tm->tm_mday = rtc_read(RTC_DAY_OF_MONTH);
113 tm->tm_wday = rtc_read(RTC_WEEKDAY);
114 tm->tm_mon = rtc_read(RTC_MONTH);
115 tm->tm_year = rtc_read(RTC_YEAR);
117 if (tm->tm_sec & 0x80) {
122 tm
224 struct rtc_time tm; local
245 struct rtc_time tm; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/8xx/
H A Dmpc8xx.h16 extern int mpc8xx_set_rtc_time(struct rtc_time *tm);
17 extern void mpc8xx_get_rtc_time(struct rtc_time *tm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dsetup.h22 extern int iSeries_set_rtc_time(struct rtc_time *tm);
23 extern void iSeries_get_rtc_time(struct rtc_time *tm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/8xx/
H A Dmpc8xx.h16 extern int mpc8xx_set_rtc_time(struct rtc_time *tm);
17 extern void mpc8xx_get_rtc_time(struct rtc_time *tm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dsetup.h22 extern int iSeries_set_rtc_time(struct rtc_time *tm);
23 extern void iSeries_get_rtc_time(struct rtc_time *tm);

Completed in 169 milliseconds

1234567891011>>