Home
last modified time | relevance | path

Searched refs:TIMESTRSIZE (Results 1 – 5 of 5) sorted by relevance

/dports/audio/wav2cdr/wav2cdr/
H A Dcmdarg.c494 string stasil[TIMESTRSIZE], endsil[TIMESTRSIZE]; in showcmdargs()
495 string filength[TIMESTRSIZE], folength[TIMESTRSIZE]; in showcmdargs()
496 string stime[TIMESTRSIZE], sfirstcut[TIMESTRSIZE], slastcut[TIMESTRSIZE]; in showcmdargs()
H A Ddata.c425 string st1[TIMESTRSIZE], st2[TIMESTRSIZE], st3[TIMESTRSIZE]; in sprint_cutinfo()
H A Dwav2cdr.h324 #define TIMESTRSIZE (10 + 5/*safe*/) macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dg_game.c1557 #define TIMESTRSIZE 16 macro
1572 M_snprintf(str, TIMESTRSIZE, "%d:%02d:%05.2f", in G_FormatLevelStatTime()
1577 M_snprintf(str, TIMESTRSIZE, "%01d:%05.2f", exitMinutes, exitSeconds); in G_FormatLevelStatTime()
1588 char levelTimeString[TIMESTRSIZE]; in G_WriteLevelStat()
1589 char totalTimeString[TIMESTRSIZE]; in G_WriteLevelStat()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dg_game.c1685 #define TIMESTRSIZE 16 macro
1700 M_snprintf(str, TIMESTRSIZE, "%d:%02d:%05.2f", in G_FormatLevelStatTime()
1705 M_snprintf(str, TIMESTRSIZE, "%01d:%05.2f", exitMinutes, exitSeconds); in G_FormatLevelStatTime()
1717 char levelTimeString[TIMESTRSIZE]; in G_WriteLevelStat()
1718 char totalTimeString[TIMESTRSIZE]; in G_WriteLevelStat()