HomeSort by relevance Sort by last modified time
    Searched defs:PFileVfprintf (Results 1 - 2 of 2) sorted by null

  /external/srec/portable/src/
PFile.c 162 ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list args)
482 rc = PFileVfprintf(stream, &result, format, args);
498 rc = PFileVfprintf(stream, &result, format, argptr);
515 rc = PFileVfprintf(PSTDOUT, &result, format, args);
PFileWrap.c 209 ESR_ReturnCode PFileVfprintf ( PFile *self, int *result, const LCHAR *format, va_list args )
443 rc = PFileVfprintf ( stream, &result, format, args );
458 rc = PFileVfprintf ( stream, &result, format, argptr );

Completed in 22 milliseconds