Searched refs:SNPrintf (Results 1 – 4 of 4) sorted by relevance
| /NW4C-1.2.23/demos/snd/holdSound/sources/ |
| D | HoldSoundApp.cpp | 140 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD() 144 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
|
| /NW4C-1.2.23/demos/snd/labelString/sources/ |
| D | LabelStringApp.cpp | 154 nw::os::SNPrintf( str, 36, "%s%d", in OnDrawDownLCD() 158 if ( i % 8 == 7 ) nw::os::SNPrintf( str, 36, "%s ", str ); in OnDrawDownLCD()
|
| /NW4C-1.2.23/include/nw/os/ |
| D | os_Utility.h | 47 int SNPrintf(char* dst, size_t len, const char* fmt, ...);
|
| /NW4C-1.2.23/sources/libraries/os/ |
| D | os_Utility.cpp | 137 SNPrintf(char* dst, size_t len, const char* fmt, ...) in SNPrintf() function
|