Lines Matching refs:LCHAR
87 ESR_ReturnCode(*open)(struct PFile_t* self, const LCHAR* mode);
179 ESR_ReturnCode(*getFilename)(struct PFile_t* self, LCHAR* filename, size_t* len);
209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args);
229 ESR_ReturnCode(*fgets)(struct PFile_t* self, LCHAR* string, int n, LCHAR** result);
261 PORTABLE_API ESR_ReturnCode PFileOpen(PFile* self, const LCHAR* mode);
372 PORTABLE_API ESR_ReturnCode PFileFprintf(PFile* self, int* result, const LCHAR* format, va_list args);
383 PORTABLE_API ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list args);
401 PORTABLE_API ESR_ReturnCode PFileFgets(PFile* self, LCHAR* string, int n, LCHAR** result);
420 * ESR_SEEK_ERROR if a seeking error occurs; ESR_INVALID_STATE if no EOF is reached before an LCHAR*
422 PORTABLE_API ESR_ReturnCode PFileReadLCHAR(PFile* self, LCHAR* value, size_t len);
434 PORTABLE_API ESR_ReturnCode PFileGetFilename(PFile* self, LCHAR* filename, size_t* len);
445 PORTABLE_API PFile* pfopen(const LCHAR* filename, const LCHAR* mode);
511 PORTABLE_API LCHAR* pfgets(LCHAR* string, int n, PFile* stream);
560 PORTABLE_API int pvfprintf(PFile* stream, const LCHAR* format, va_list args);
569 PORTABLE_API int pfprintf(PFile* stream, const LCHAR* format, ...);
579 PORTABLE_API int pprintf(const LCHAR* format, ...);
587 PORTABLE_API ESR_ReturnCode pf_convert_backslashes_to_forwardslashes ( LCHAR *string_to_convert );
588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );
589 PORTABLE_API ESR_ReturnCode pf_make_dir ( const LCHAR* path );
590 PORTABLE_API ESR_ReturnCode pf_get_cwd ( LCHAR* path, size_t *len );
591 PORTABLE_API ESR_ReturnCode pf_change_dir ( const LCHAR* path );