Searched refs:PFileFgets (Results 1 - 3 of 3) sorted by relevance

/external/srec/portable/src/
H A DPFileWrap.c247 ESR_ReturnCode PFileFgets ( PFile *self, LCHAR *string, int n, LCHAR **result ) function
413 rc = PFileFgets ( self, string, n, &result );
H A DPFile.c185 ESR_ReturnCode PFileFgets(PFile* self, LCHAR* string, int n, LCHAR** result) function
455 rc = PFileFgets(self, string, n, &result);
/external/srec/portable/include/
H A DPFile.h401 PORTABLE_API ESR_ReturnCode PFileFgets(PFile* self, LCHAR* string, int n, LCHAR** result);

Completed in 66 milliseconds