second            315 core/gps.c                 int second = s;
second            317 core/gps.c                 sprintf(vBuf, lang_str(LANG_MENU_GPS_t_10), hour, minute, second);
second            911 core/gps.c                 int second = s;
second            915 core/gps.c                     sprintf(vBuf, lang_str(LANG_MENU_GPS_t_6),minute, second);  // "Camera will wait for GPS for %01d:%02d"
second            919 core/gps.c                     sprintf(vBuf, " %01d:%02d",minute, second);
second             21 include/clock.h extern void set_clock(int year, int month, int day, int hour, int minute, int second);
second            985 platform/generic/wrappers.c void set_clock(int year, int month, int day, int hour, int minute, int second)
second            993 platform/generic/wrappers.c     buf[5] = second;