OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFileFgets
(Results
1 - 3
of
3
) sorted by null
/external/srec/portable/src/
PFileWrap.c
247
ESR_ReturnCode
PFileFgets
( PFile *self, LCHAR *string, int n, LCHAR **result )
413
rc =
PFileFgets
( self, string, n, &result );
PFile.c
185
ESR_ReturnCode
PFileFgets
(PFile* self, LCHAR* string, int n, LCHAR** result)
455
rc =
PFileFgets
(self, string, n, &result);
/external/srec/portable/include/
PFile.h
401
PORTABLE_API ESR_ReturnCode
PFileFgets
(PFile* self, LCHAR* string, int n, LCHAR** result);
Completed in 11 milliseconds