Lines Matching refs:LCHAR
22 #include "LCHAR.h"
209 ESR_ReturnCode PFileVfprintf ( PFile *self, int *result, const LCHAR *format, va_list args )
247 ESR_ReturnCode PFileFgets ( PFile *self, LCHAR *string, int n, LCHAR **result )
251 LCHAR *temp;
281 PFile *pfopen ( const LCHAR *filename, const LCHAR *mode )
408 LCHAR* pfgets ( LCHAR *string, int n, PFile *self )
410 LCHAR *result;
436 int pfprintf ( PFile *stream, const LCHAR *format, ... )
453 int pvfprintf ( PFile *stream, const LCHAR *format, va_list argptr )
466 ESR_ReturnCode pf_convert_backslashes_to_forwardslashes ( LCHAR *string_to_convert )
489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute )
492 LCHAR path [P_PATH_MAX];