Home
last modified time | relevance | path

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

/hardware/ti/omap3/dspbridge/dspexec/
Ddspexec.c89 VOID PrintVerbose(PSTR pstrFmt,...);
231 VOID PrintVerbose(PSTR pstrFmt,...) in PrintVerbose() argument
235 va_start(args, pstrFmt); in PrintVerbose()
236 vfprintf(stdout, pstrFmt, args); in PrintVerbose()