Home
last modified time | relevance | path

Searched refs:SNPrintf (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/demos/snd/holdSound/sources/
DHoldSoundApp.cpp142 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD()
146 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
/NW4C-2.0.3/demos/snd/labelString/sources/
DLabelStringApp.cpp156 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD()
160 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
/NW4C-2.0.3/include/nw/os/
Dos_Utility.h49 int SNPrintf(char* dst, size_t len, const char* fmt, ...);
/NW4C-2.0.3/sources/libraries/os/
Dos_Utility.cpp139 SNPrintf(char* dst, size_t len, const char* fmt, ...) in SNPrintf() function