Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/pltbrowser/
H A Dpltbrowser.c212 int sectotal = ((int)pl_totaltime) % 60; in fill_pltbrowser_rows() local
216 … snprintf (totaltime_str, sizeof (totaltime_str), "%d:%02d:%02d", hourtotal, mintotal, sectotal); in fill_pltbrowser_rows()
219 …time_str, sizeof (totaltime_str), _("%dd %d:%02d:%02d"), daystotal, hourtotal, mintotal, sectotal); in fill_pltbrowser_rows()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dgtkui.c157 int sectotal = ((int)pl_totaltime) % 60; in update_songinfo() local
161 … snprintf (totaltime_str, sizeof (totaltime_str), "%d:%02d:%02d", hourtotal, mintotal, sectotal); in update_songinfo()
164 …tf (totaltime_str, sizeof (totaltime_str), _("1 day %d:%02d:%02d"), hourtotal, mintotal, sectotal); in update_songinfo()
167 …_str, sizeof (totaltime_str), _("%d days %d:%02d:%02d"), daystotal, hourtotal, mintotal, sectotal); in update_songinfo()