Home
last modified time | relevance | path

Searched refs:utl_time_get_hms (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_time.h53 void utl_time_get_hms (const TIME *time, gint *hour, gint *minute, gint *second);
H A Dutils_time.c150 utl_time_get_hms (const TIME *t, gint *hour, gint *minute, gint *second) in utl_time_get_hms() function
446 utl_time_get_hms (t, &(timer.tm_hour), &(timer.tm_min), &(timer.tm_sec)); in utl_time_print()
H A Dcalendar_calc.c307 utl_time_get_hms (time2, &th, &tm, &ts); in set_result_cb()