Home
last modified time | relevance | path

Searched refs:secs_now (Results 1 – 17 of 17) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui3d/
H A Dbgui3d_translate_event.cxx53 int secs_now, msecs_now; in bgui3d_translate_event() local
54 vul_get_timestamp(secs_now, msecs_now); in bgui3d_translate_event()
57 i_event->setTime(SbTime(secs_now, usecs_now)); in bgui3d_translate_event()
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_event.cxx35 int secs_now, msecs_now; in init() local
36 vul_get_timestamp(secs_now, msecs_now); in init()
38 secs_0 = secs_now, msecs_0 = msecs_now; in init()
39 timestamp = 1000 * (secs_now - secs_0) + (msecs_now - msecs_0); in init()
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4-PATCHES/
H A Dpatch-04-mingw6420 secs_now = time(NULL); /* system date and time */
21 time_now = localtime(&secs_now);
/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dglog.cpp39 time32_t glog::secs_now; member in glog
112 secs_now = gtime(NULL); in printf()
113 glocaltime(&time_now, &secs_now); in printf()
H A Dglog.h64 static time32_t secs_now; variable
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dutil.c721 time_t secs_now; in get_timestamp() local
724 secs_now=sec_now(); in get_timestamp()
753 time_t secs_now; in get_iso_datetime() local
800 time_t secs_now; in get_w3cdtf_datetime() local
837 time_t secs_now; in get_hours() local
840 secs_now=sec_now(); in get_hours()
856 time_t secs_now; in get_minutes() local
859 secs_now=sec_now(); in get_minutes()
875 time_t secs_now; in get_seconds() local
878 secs_now=sec_now(); in get_seconds()
[all …]
H A Dshp_hash.c360 void purge_shp_hash(time_t secs_now) in purge_shp_hash() argument
367 if (secs_now > purge_time) // Time to purge in purge_shp_hash()
390 if (secs_now > si->last_access+PURGE_PERIOD) in purge_shp_hash()
H A Dshp_hash.h34 void purge_shp_hash(time_t secs_now);
H A Ddb_gis.c2014 time_t secs_now; in storeStationSimplePointToGisDbMysql() local
2135 secs_now = sec_now(); in storeStationSimplePointToGisDbMysql()
2136 ts = localtime(&secs_now); in storeStationSimplePointToGisDbMysql()
H A Ddb.c2823 time_t secs_now = sec_now(); in ok_to_draw_station() local
2904 if ((p_station->sec_heard + sec_clear) < secs_now) in ok_to_draw_station()
3045 time_t secs_now = sec_now(); in display_station() local
3255 wx_ghost = (int)(((sec_old + weather->wx_sec_time)) < secs_now); in display_station()
22173 void calc_aloha(int secs_now) in calc_aloha() argument
22179 aloha_time = secs_now+ALOHA_CALC_INTERVAL; in calc_aloha()
22180 aloha_status_time = secs_now+ALOHA_STATUS_INTERVAL; in calc_aloha()
22196 if (secs_now > aloha_time) in calc_aloha()
22199 aloha_time = secs_now + ALOHA_CALC_INTERVAL; in calc_aloha()
22220 if (secs_now > aloha_status_time) in calc_aloha()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Dgnc-date-format.c433 time64 secs_now; in gnc_date_format_refresh() local
512 secs_now = gnc_time (NULL); in gnc_date_format_refresh()
513 gnc_localtime_r (&secs_now, &today); in gnc_date_format_refresh()
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/cjkutils-4.8.4/hbf2gf/
H A Dhbf2gf.c797 time_t secs_now; in write_pre() local
803 secs_now= time(NULL); in write_pre()
804 time_now= localtime(&secs_now); in write_pre()
H A Dhbf2gf.w501 time_t secs_now;
507 secs_now = time(NULL); /* system date and time */
508 time_now = localtime(&secs_now);
/dports/print/texlive-base/texlive-20150521-source/texk/cjkutils/
H A Dhbf2gf.c797 time_t secs_now; in write_pre() local
803 secs_now= time(NULL); in write_pre()
804 time_now= localtime(&secs_now); in write_pre()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/dz80/
H A Ddissz80.c1744 time_t secs_now; in CreateOutputASMFile() local
1748 time(&secs_now); in CreateOutputASMFile()
1749 time_now = localtime(&secs_now); in CreateOutputASMFile()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Ddialogs.cpp1626 time_t secs_now; in Select() local
1668 time(&secs_now); in Select()
1669 time_now = localtime(&secs_now); in Select()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Ddialogs.cpp1337 time_t secs_now; in Select() local
1379 time(&secs_now); in Select()
1380 time_now = localtime(&secs_now); in Select()