Home
last modified time | relevance | path

Searched refs:tm_hour (Results 1 – 25 of 8558) sorted by relevance

12345678910>>...343

/dports/astro/phoon/phoon/
H A Ddate_parse.c108 tm.tm_hour = now_tmP->tm_hour; in date_parse()
146 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
166 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
185 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
203 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
219 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
238 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
257 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
275 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
291 tm.tm_hour = ampm_fix( tm_hour, ampm ); in date_parse()
[all …]
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Ddatetime.c51 &gmt.tm_hour, &gmt.tm_min, &sec, in datetime_in()
52 &off.tm_hour, &off.tm_min) == 8) { in datetime_in()
56 fix = off.tm_hour * 3600 + off.tm_min * 60; in datetime_in()
61 &gmt.tm_hour, &gmt.tm_min, &sec, in datetime_in()
62 &off.tm_hour, &off.tm_min) == 8) { in datetime_in()
66 fix = - off.tm_hour * 3600 - off.tm_min * 60; in datetime_in()
79 &gmt.tm_hour, &gmt.tm_min, &sec, in datetime_in()
80 &off.tm_hour, &off.tm_min) == 5) { in datetime_in()
82 fix = off.tm_hour * 3600 + off.tm_min * 60; in datetime_in()
86 &gmt.tm_hour, &gmt.tm_min, &sec, in datetime_in()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-date.c23 .tm_hour = 9, .tm_min = 42, .tm_sec = 43 },
28 .tm_hour = 13, .tm_min = 06, .tm_sec = 27 },
33 .tm_hour = 4, .tm_min = 38, .tm_sec = 8 },
38 .tm_hour = 6, .tm_min = 20, .tm_sec = 42 },
43 .tm_hour = 18, .tm_min = 30, .tm_sec = 14 },
48 .tm_hour = 0, .tm_min = 20, .tm_sec = 7 },
53 .tm_hour = 19, .tm_min = 52, .tm_sec = 18 },
68 .tm_hour = 16, .tm_min = 9, .tm_sec = 30 },
73 .tm_hour = 6, .tm_min = 53, .tm_sec = 58 },
78 .tm_hour = 2, .tm_min = 24, .tm_sec = 29 },
[all …]
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dtdate_parse.c181 t = t * 24 + tmP->tm_hour;
213 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min,
220 tm.tm_hour = tm_hour;
234 tm.tm_hour = tm_hour;
241 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon,
245 tm.tm_hour = tm_hour;
255 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon,
259 tm.tm_hour = tm_hour;
278 tm.tm_hour = tm_hour;
294 tm.tm_hour = tm_hour;
[all …]
/dports/www/mini_httpd/mini_httpd-1.30/
H A Dtdate_parse.c184 t = t * 24 + tmP->tm_hour; in tm_to_time()
216 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in tdate_parse()
223 tm.tm_hour = tm_hour; in tdate_parse()
237 tm.tm_hour = tm_hour; in tdate_parse()
244 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in tdate_parse()
248 tm.tm_hour = tm_hour; in tdate_parse()
258 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in tdate_parse()
262 tm.tm_hour = tm_hour; in tdate_parse()
281 tm.tm_hour = tm_hour; in tdate_parse()
297 tm.tm_hour = tm_hour; in tdate_parse()
[all …]
/dports/www/thttpd/thttpd-2.29/
H A Dtdate_parse.c184 t = t * 24 + tmP->tm_hour; in tm_to_time()
216 &tm_mday, str_mon, &tm_year, &tm_hour, &tm_min, in tdate_parse()
223 tm.tm_hour = tm_hour; in tdate_parse()
237 tm.tm_hour = tm_hour; in tdate_parse()
244 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in tdate_parse()
248 tm.tm_hour = tm_hour; in tdate_parse()
258 &tm_hour, &tm_min, &tm_sec, &tm_mday, str_mon, in tdate_parse()
262 tm.tm_hour = tm_hour; in tdate_parse()
281 tm.tm_hour = tm_hour; in tdate_parse()
297 tm.tm_hour = tm_hour; in tdate_parse()
[all …]
/dports/net/linknx/linknx-0.0.1.32/test/
H A DPeriodicTaskTest.cpp48 timeinfo.tm_hour = 19; in setUp()
58 timeinfo.tm_hour = 20; in setUp()
86 CPPUNIT_ASSERT_EQUAL(16, timeinfo->tm_hour); in testFindNextHour()
97 CPPUNIT_ASSERT_EQUAL(16, timeinfo->tm_hour); in testFindNextHour()
458 curtimeinfo.tm_hour = 1; in testFindNextHourDst()
485 curtimeinfo.tm_hour = 23; in testFindNextHourDst2()
512 curtimeinfo.tm_hour = 1; in testFindNextHourDst3()
539 curtimeinfo.tm_hour = 23; in testFindNextHourDst4()
566 curtimeinfo.tm_hour = 1; in testFindNextHourDst5()
603 curtimeinfo.tm_hour = 2; in testFindNextHourDst6()
[all …]
/dports/www/kcgi/kcgi-0.13.0/regress/
H A Dtest-epoch2datetime.c40 int64_t v, vv, tm_sec, tm_min, tm_hour, tm_mday, in main() local
49 &tm_hour, in main()
56 tm_mon, tm_year, tm_hour, tm_min, tm_sec)) in main()
65 tm_year, tm_hour, in main()
74 &tm_hour, in main()
81 tm_mon, tm_year, tm_hour, tm_min, tm_sec)) in main()
90 tm_year, tm_hour, in main()
109 &tm_hour, in main()
116 tm_mon, tm_year, tm_hour, tm_min, tm_sec)) in main()
125 tm_year, tm_hour, in main()
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dhwclock-cmos.c159 if (tm.tm_hour == 0) in cmos_set_time()
160 tm.tm_hour = 24; in cmos_set_time()
161 if (tm.tm_hour > 12) { in cmos_set_time()
162 tm.tm_hour -= 12; in cmos_set_time()
170 BIN_TO_BCD(tm.tm_hour); in cmos_set_time()
301 pmbit = (tm->tm_hour & 0x80); in read_hardware_clock_cmos()
302 tm->tm_hour &= 0x7f; in read_hardware_clock_cmos()
303 BCD_TO_BIN(tm->tm_hour); in read_hardware_clock_cmos()
324 tm->tm_hour += 12; in read_hardware_clock_cmos()
325 if (tm->tm_hour == 24) in read_hardware_clock_cmos()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/rtc/
H A Drs5c372.c125 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
127 dt->tm_hour += 12; in rs5c372_convert_to_time()
129 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
200 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
218 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
220 if (tmp->tm_hour == 12) in rtc_set()
221 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
223 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
227 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
268 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/rtc/
H A Drs5c372.c135 dt->tm_hour = HOURS_12(buf[3]); in rs5c372_convert_to_time()
137 dt->tm_hour += 12; in rs5c372_convert_to_time()
139 dt->tm_hour = HOURS_24(buf[3]); in rs5c372_convert_to_time()
210 printf("rtc_set: tm_hour = %d\n", tmp->tm_hour); in rtc_set()
228 if (tmp->tm_hour >= 12) { /* PM */ in rtc_set()
230 if (tmp->tm_hour == 12) in rtc_set()
231 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
233 buf[3] = bin2bcd(tmp->tm_hour - 12); in rtc_set()
237 buf[3] = bin2bcd(tmp->tm_hour); in rtc_set()
278 tmp.tm_hour = 0; in rtc_reset()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DFrameStamp.cpp25 tm_hour=0; /* Hours. [0-23] */
42 tm_hour = fs.tm_hour; /* Hours. [0-23] */
65 tm_hour = fs.tm_hour; /* Hours. [0-23] */
80 tm_hour = ct.tm_hour; /* Hours. [0-23] */
93 ct.tm_hour = tm_hour; /* Hours. [0-23] */
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DFrameStamp.cpp25 tm_hour=0; /* Hours. [0-23] */ in FrameStamp()
42 tm_hour = fs.tm_hour; /* Hours. [0-23] */ in FrameStamp()
65 tm_hour = fs.tm_hour; /* Hours. [0-23] */ in operator =()
80 tm_hour = ct.tm_hour; /* Hours. [0-23] */ in setCalendarTime()
93 ct.tm_hour = tm_hour; /* Hours. [0-23] */ in getCalendarTime()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D1.cc65 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
75 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
83 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
92 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
105 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D1.cc65 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
75 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
83 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
92 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
105 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D1.cc66 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
76 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
84 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
93 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
106 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D1.cc66 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
76 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
84 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
93 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
106 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/time_get/get_time/wchar_t/
H A D1.cc65 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
75 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
83 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
92 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
105 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/22_locale/time_get/get_time/char/
H A D1.cc65 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
75 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
83 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
92 VERIFY( time01.tm_hour == time_bday.tm_hour ); in test01()
105 VERIFY( time10.tm_hour == time_bday.tm_hour ); in test01()

12345678910>>...343