Home | History | Annotate | Download | only in include

Lines Matching refs:format

205    * @param format see vfprintf()
209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args);
368 * @param format see fprintf()
372 PORTABLE_API ESR_ReturnCode PFileFprintf(PFile* self, int* result, const LCHAR* format, va_list args);
379 * @param format see vfprintf()
383 PORTABLE_API ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list args);
556 * @param format See vfprintf()
560 PORTABLE_API int pvfprintf(PFile* stream, const LCHAR* format, va_list args);
566 * @param format See fprintf()
569 PORTABLE_API int pfprintf(PFile* stream, const LCHAR* format, ...);
574 * @param format See printf()
579 PORTABLE_API int pprintf(const LCHAR* format, ...);