Home
last modified time | relevance | path

Searched refs:utl_time_new_seconds (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_time.c55 utl_time_new_seconds (gint seconds) in utl_time_new_seconds() function
461 TIME *t = utl_time_new_seconds (seconds); in utl_time_print_s()
475 TIME *t = utl_time_new_seconds (seconds); in utl_time_print_default()
H A Dcalendar_utils.c215 s_time = utl_time_new_seconds (seconds); in get_date_time_str()
233 s_time = utl_time_new_seconds (seconds); in get_date_time_full_str()
H A Dutils_time.h44 TIME* utl_time_new_seconds (gint seconds);
H A Dtasks_items.c423 tm = utl_time_new_seconds (appGUI->tsk->tasks_due_time); in select_date_cb()