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