Home
last modified time | relevance | path

Searched refs:day_names (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Ddemo_guix_medical_mouse_support.c14 const GX_CHAR *day_names[7] = { variable
131 gx_prompt_text_set(&window->med_screen_base_day_prompt, day_names[local_time.wDayOfWeek]); in UpdateTimeDate()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Ddemo_guix_home_automation.c34 const GX_CHAR *day_names[7] = { variable
389 …sprintf(date_string, "%s, %s %02d", day_names[local_time.wDayOfWeek], month_names[local_time.wMont… in clock_update()