Home
last modified time | relevance | path

Searched refs:time_t (Results 1 – 25 of 11222) sorted by relevance

12345678910>>...449

/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/tj/taskjuggler/
H A DUtility.h61 time_t beginOfHour(time_t t);
63 time_t midnight(time_t t);
67 time_t beginOfMonth(time_t t);
69 time_t beginOfQuarter(time_t t);
71 time_t beginOfYear(time_t t);
75 time_t sameTimeNextDay(time_t t);
79 time_t sameTimeNextWeek(time_t t);
81 time_t sameTimeLastWeek(time_t t);
87 time_t sameTimeNextYear(time_t t);
89 time_t sameTimeLastYear(time_t t);
[all …]
/dports/emulators/vice/vice-3.5/src/rtc/
H A Drtc.h69 extern time_t rtc_get_latch(time_t offset);
74 extern time_t rtc_set_minute(int minutes, time_t offset, int bcd); /* 0 - 59 */
75 extern time_t rtc_set_hour(int hours, time_t offset, int bcd); /* 0 - 23 */
77 extern time_t rtc_set_day_of_month(int day, time_t offset, int bcd); /* 1 - 31 */
78 extern time_t rtc_set_month(int month, time_t offset, int bcd); /* 1 - 12 */
79 extern time_t rtc_set_year(int year, time_t offset, int bcd); /* 0 - 99 */
80 extern time_t rtc_set_century(int year, time_t offset, int bcd); /* 19 - 20 */
82 extern time_t rtc_set_day_of_year(int day, time_t offset); /* 0 - 365 */
86 extern time_t rtc_set_latched_minute(int minutes, time_t latch, int bcd); /* 0 - 59 */
87 extern time_t rtc_set_latched_hour(int hours, time_t latch, int bcd); /* 0 - 23 */
[all …]
H A Drtc.c188 time_t rtc_get_latch(time_t offset) in rtc_get_latch()
197 time_t rtc_set_second(int seconds, time_t offset, int bcd) in rtc_set_second()
216 time_t rtc_set_minute(int minutes, time_t offset, int bcd) in rtc_set_minute()
235 time_t rtc_set_hour(int hours, time_t offset, int bcd) in rtc_set_hour()
254 time_t rtc_set_hour_am_pm(int hours, time_t offset, int bcd) in rtc_set_hour_am_pm()
331 time_t rtc_set_month(int month, time_t offset, int bcd) in rtc_set_month()
350 time_t rtc_set_year(int year, time_t offset, int bcd) in rtc_set_year()
390 time_t rtc_set_weekday(int day, time_t offset) in rtc_set_weekday()
404 time_t rtc_set_day_of_year(int day, time_t offset) in rtc_set_day_of_year()
623 time_t rtc_set_latched_weekday(int day, time_t latch) in rtc_set_latched_weekday()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/rtc/
H A Drtc.h66 extern time_t rtc_get_latch(time_t offset);
71 extern time_t rtc_set_minute(int minutes, time_t offset, int bcd); /* 0 - 59 */
72 extern time_t rtc_set_hour(int hours, time_t offset, int bcd); /* 0 - 23 */
74 extern time_t rtc_set_day_of_month(int day, time_t offset, int bcd); /* 1 - 31 */
75 extern time_t rtc_set_month(int month, time_t offset, int bcd); /* 1 - 12 */
76 extern time_t rtc_set_year(int year, time_t offset, int bcd); /* 0 - 99 */
77 extern time_t rtc_set_century(int year, time_t offset, int bcd); /* 19 - 20 */
79 extern time_t rtc_set_day_of_year(int day, time_t offset); /* 0 - 365 */
83 extern time_t rtc_set_latched_minute(int minutes, time_t latch, int bcd); /* 0 - 59 */
84 extern time_t rtc_set_latched_hour(int hours, time_t latch, int bcd); /* 0 - 23 */
[all …]
H A Drtc.c194 time_t rtc_get_latch(time_t offset) in rtc_get_latch()
203 time_t rtc_set_second(int seconds, time_t offset, int bcd) in rtc_set_second()
222 time_t rtc_set_minute(int minutes, time_t offset, int bcd) in rtc_set_minute()
241 time_t rtc_set_hour(int hours, time_t offset, int bcd) in rtc_set_hour()
260 time_t rtc_set_hour_am_pm(int hours, time_t offset, int bcd) in rtc_set_hour_am_pm()
337 time_t rtc_set_month(int month, time_t offset, int bcd) in rtc_set_month()
356 time_t rtc_set_year(int year, time_t offset, int bcd) in rtc_set_year()
396 time_t rtc_set_weekday(int day, time_t offset) in rtc_set_weekday()
410 time_t rtc_set_day_of_year(int day, time_t offset) in rtc_set_day_of_year()
629 time_t rtc_set_latched_weekday(int day, time_t latch) in rtc_set_latched_weekday()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/droplet/utests/tests/
H A Dgetdate_utest.c14 time_t t; in START_TEST()
34 time_t t; in START_TEST()
51 static const time_t zulu = 813727192; in START_TEST()
52 time_t t; in START_TEST()
157 time_t t; in START_TEST()
159 static const time_t zulu = 813727192; in START_TEST()
223 time_t t; in START_TEST()
259 time_t t; in START_TEST()
268 time_t t; in START_TEST()
281 time_t t;
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/droplet/utests/tests/
H A Dgetdate_utest.c14 time_t t; in START_TEST()
34 time_t t; in START_TEST()
51 static const time_t zulu = 813727192; in START_TEST()
52 time_t t; in START_TEST()
157 time_t t; in START_TEST()
159 static const time_t zulu = 813727192; in START_TEST()
223 time_t t; in START_TEST()
259 time_t t; in START_TEST()
268 time_t t; in START_TEST()
281 time_t t;
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/droplet/utests/tests/
H A Dgetdate_utest.c14 time_t t; in START_TEST()
34 time_t t; in START_TEST()
51 static const time_t zulu = 813727192; in START_TEST()
52 time_t t; in START_TEST()
157 time_t t; in START_TEST()
159 static const time_t zulu = 813727192; in START_TEST()
223 time_t t; in START_TEST()
259 time_t t; in START_TEST()
268 time_t t; in START_TEST()
281 time_t t;
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/droplet/utests/tests/
H A Dgetdate_utest.c14 time_t t; in START_TEST()
34 time_t t; in START_TEST()
51 static const time_t zulu = 813727192; in START_TEST()
52 time_t t; in START_TEST()
157 time_t t; in START_TEST()
159 static const time_t zulu = 813727192; in START_TEST()
223 time_t t; in START_TEST()
259 time_t t; in START_TEST()
268 time_t t; in START_TEST()
281 time_t t;
[all …]
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-3x/
H A Ddowntime.h40 time_t entry_time;
41 time_t start_time;
42 time_t flex_downtime_start; /* Time the flexible downtime started */
43 time_t end_time;
68 int add_new_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lon…
69 int add_new_host_downtime(char *, time_t, char *, char *, time_t, time_t, int, unsigned long, unsig…
70 int add_new_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned …
76 int schedule_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lo…
89 int add_host_downtime(char *, time_t, char *, char *, time_t, time_t, time_t, int, unsigned long, u…
90 int add_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, time_t, int, unsig…
[all …]
/dports/net-mgmt/nagios/nagios-3.5.1/include/
H A Ddowntime.h40 time_t entry_time;
41 time_t start_time;
42 time_t end_time;
60 time_t flex_downtime_start; /* Time the flexible downtime started */
70 int add_new_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lon…
71 int add_new_host_downtime(char *, time_t, char *, char *, time_t, time_t, int, unsigned long, unsig…
72 int add_new_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned …
78 int schedule_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lo…
91 int add_host_downtime(char *, time_t, char *, char *, time_t, time_t, time_t, int, unsigned long, u…
92 int add_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, time_t, int, unsig…
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios4/
H A Ddowntime.h40 time_t entry_time;
41 time_t start_time;
42 time_t flex_downtime_start; /* Time the flexible downtime started */
43 time_t end_time;
71 int add_new_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lon…
72 int add_new_host_downtime(char *, time_t, char *, char *, time_t, time_t, int, unsigned long, unsig…
73 int add_new_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned …
79 int schedule_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lo…
92 int add_host_downtime(char *, time_t, char *, char *, time_t, time_t, time_t, int, unsigned long, u…
93 int add_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, time_t, int, unsig…
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/include/
H A Ddowntime.h40 time_t entry_time;
41 time_t start_time;
42 time_t flex_downtime_start; /* Time the flexible downtime started */
43 time_t end_time;
71 int add_new_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lon…
72 int add_new_host_downtime(char *, time_t, char *, char *, time_t, time_t, int, unsigned long, unsig…
73 int add_new_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned …
79 int schedule_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lo…
94 int add_host_downtime(char *, time_t, char *, char *, time_t, time_t, time_t, int, unsigned long, u…
95 int add_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, time_t, int, unsig…
[all …]
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-4x/
H A Ddowntime.h40 time_t entry_time;
41 time_t start_time;
42 time_t flex_downtime_start; /* Time the flexible downtime started */
43 time_t end_time;
71 int add_new_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lon…
72 int add_new_host_downtime(char *, time_t, char *, char *, time_t, time_t, int, unsigned long, unsig…
73 int add_new_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned …
79 int schedule_downtime(int, char *, char *, time_t, char *, char *, time_t, time_t, int, unsigned lo…
92 int add_host_downtime(char *, time_t, char *, char *, time_t, time_t, time_t, int, unsigned long, u…
93 int add_service_downtime(char *, char *, time_t, char *, char *, time_t, time_t, time_t, int, unsig…
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/nagios/
H A Ddowntime.h43 time_t entry_time;
44 time_t start_time;
45 time_t end_time;
66 int add_new_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigne…
67 int add_new_host_downtime(char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned long…
68 int add_new_service_downtime(char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,uns…
74 int schedule_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsign…
87 int add_host_downtime(char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned long,uns…
88 int add_service_downtime(char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigne…
89 int add_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned lo…
/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DTimer.hh89 time_t idle_time;
92 time_t elapsed_time;
107 time_t current_time;
108 time_t elapsed_time;
205 time_t snooze_interval;
217 time_t limit_interval;
229 time_t elapsed_time;
235 time_t last_limit_time;
241 time_t last_start_time;
244 time_t last_reset_time;
[all …]
/dports/net-mgmt/ndoutils/ndoutils-2.1.3/include/nagios-2x/
H A Ddowntime.h42 time_t entry_time;
43 time_t start_time;
44 time_t end_time;
66 int add_new_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigne…
67 int add_new_host_downtime(char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned long…
68 int add_new_service_downtime(char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,uns…
74 int schedule_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsign…
93 int add_host_downtime(char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned long,uns…
94 int add_service_downtime(char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigne…
95 int add_downtime(int,char *,char *,time_t,char *,char *,time_t,time_t,int,unsigned long,unsigned lo…
/dports/security/tor/tor-0.4.6.8/src/feature/stats/
H A Drephist.h20 void rep_history_clean(time_t before);
26 int rep_hist_load_mtbf_data(time_t now);
28 time_t rep_hist_downrate_old_runs(time_t now);
35 void rep_hist_exit_stats_init(time_t now);
36 void rep_hist_reset_exit_stats(time_t now);
39 time_t rep_hist_exit_stats_write(time_t now);
47 time_t rep_hist_buffer_stats_write(time_t now);
54 void rep_hist_desc_stats_init(time_t now);
57 time_t rep_hist_desc_stats_write(time_t now);
66 void rep_hist_hs_stats_init(time_t now);
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libecal/
H A De-cal-time-util.h80 time_t time_add_day (time_t time,
82 time_t time_add_week (time_t time,
86 time_t time_day_begin (time_t t);
87 time_t time_day_end (time_t t);
99 time_t time_add_day_with_zone (time_t time,
105 time_t time_add_week_with_zone (time_t time,
111 time_t time_add_month_with_zone(time_t time,
118 (time_t time,
124 (time_t time,
137 time_t time_day_begin_with_zone(time_t time,
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/stats/
H A Drephist.h20 void rep_history_clean(time_t before);
26 int rep_hist_load_mtbf_data(time_t now);
28 time_t rep_hist_downrate_old_runs(time_t now);
35 void rep_hist_exit_stats_init(time_t now);
36 void rep_hist_reset_exit_stats(time_t now);
39 time_t rep_hist_exit_stats_write(time_t now);
47 time_t rep_hist_buffer_stats_write(time_t now);
54 void rep_hist_desc_stats_init(time_t now);
57 time_t rep_hist_desc_stats_write(time_t now);
72 void rep_hist_hs_stats_init(time_t now);
[all …]
/dports/games/wolfpack/empire-4.4.1/src/lib/common/
H A Drdsched.c43 static int parse_schedule_line(char *, time_t[], int, time_t, time_t *,
46 static char *parse_time(time_t *, char *, time_t *);
50 static int insert_update(time_t, time_t[], int, time_t);
51 static int delete_update(time_t, time_t[], int);
61 read_schedule(char *fname, time_t sched[], int n, time_t t0, time_t anchor) in read_schedule()
105 time_t t0, time_t *anchor, in parse_schedule_line()
170 parse_time(time_t *t, char *s, time_t *anchor) in parse_time()
288 parse_skip(time_t *t, char *s, time_t *anchor) in parse_skip()
303 find_update(time_t t, time_t sched[]) in find_update()
320 insert_update(time_t t, time_t sched[], int n, time_t t0) in insert_update()
[all …]
/dports/devel/avr-libc/avr-libc-2.0.0/include/
H A Dtime.h116 typedef uint32_t time_t; typedef
122 time_t time(time_t *timer);
128 int32_t difftime(time_t time1, time_t time0);
176 time_t mktime(struct tm * timeptr);
193 struct tm *gmtime(const time_t * timer);
204 struct tm *localtime(const time_t * timer);
226 char *ctime(const time_t * timer);
470 time_t solar_noon(const time_t * timer);
475 time_t sun_rise(const time_t * timer);
480 time_t sun_set(const time_t * timer);
[all …]
/dports/news/inn-current/inn-2.7-20211226/history/
H A Dhisinterface.h20 bool (*lookup)(void *, const char *, time_t *, time_t *, time_t *,
23 bool (*write)(void *, const char *, time_t, time_t, time_t,
25 bool (*replace)(void *, const char *, time_t, time_t, time_t,
27 bool (*expire)(void *, const char *, const char *, bool, void *, time_t,
28 bool (*)(void *, time_t, time_t, time_t, struct token *));
30 bool (*)(void *, time_t, time_t, time_t,
32 bool (*remember)(void *, const char *, time_t, time_t);
/dports/news/inn/inn-2.6.4/history/
H A Dhisinterface.h21 bool (*lookup)(void *, const char *, time_t *, time_t *, time_t *,
24 bool (*write)(void *, const char *, time_t, time_t, time_t,
26 bool (*replace)(void *, const char *, time_t, time_t, time_t,
28 bool (*expire)(void *, const char *, const char *, bool, void *, time_t,
29 bool (*)(void *, time_t, time_t, time_t,
32 bool (*)(void *, time_t, time_t, time_t,
34 bool (*remember)(void *, const char *, time_t, time_t);
/dports/sysutils/shlock/inn-2.6.4/history/
H A Dhisinterface.h21 bool (*lookup)(void *, const char *, time_t *, time_t *, time_t *,
24 bool (*write)(void *, const char *, time_t, time_t, time_t,
26 bool (*replace)(void *, const char *, time_t, time_t, time_t,
28 bool (*expire)(void *, const char *, const char *, bool, void *, time_t,
29 bool (*)(void *, time_t, time_t, time_t,
32 bool (*)(void *, time_t, time_t, time_t,
34 bool (*remember)(void *, const char *, time_t, time_t);

12345678910>>...449