Searched refs:utl_date_get_current_day (Results 1 – 5 of 5) sorted by relevance
/dports/deskutils/osmo/osmo-0.4.4/src/ |
H A D | calendar_jumpto.c | 85 g_snprintf (tmpbuf, BUFFER_SIZE, "%d", utl_date_get_current_day ()); in day_key_press_cb() 265 g_snprintf (tmpbuf, BUFFER_SIZE, "%d", utl_date_get_current_day ()); in calendar_create_jumpto_window()
|
H A D | utils_date.h | 53 guint utl_date_get_current_day (void);
|
H A D | utils_date.c | 40 utl_date_get_current_day (void) in utl_date_get_current_day() function
|
H A D | utils.c | 850 … utl_date_get_current_year(), utl_date_get_current_month(), utl_date_get_current_day(), in utl_add_timestamp_to_filename()
|
H A D | calendar_calc.c | 75 gtk_spin_button_set_value (GTK_SPIN_BUTTON (day), utl_date_get_current_day ()); in set_current_date()
|