Searched refs:SNPrintf (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 142 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/ |
| D | LabelStringApp.cpp | 156 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/ |
| D | os_Utility.h | 49 int SNPrintf(char* dst, size_t len, const char* fmt, ...);
|
| /NW4C-2.0.3/sources/libraries/os/ |
| D | os_Utility.cpp | 139 SNPrintf(char* dst, size_t len, const char* fmt, ...) in SNPrintf() function
|