|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "ftfd.h"
Go to the source code of this file.
Classes | |
| struct | _MALLOC_HEADER |
Macros | |
| #define | TAG_FREETYPE 'PYTF' |
Typedefs | |
| typedef struct _MALLOC_HEADER | MALLOC_HEADER |
| typedef struct _MALLOC_HEADER * | PMALLOC_HEADER |
Functions | |
| void | FT_Message (const char *format,...) |
| void | FT_Panic (const char *format,...) |
| void * | malloc (size_t Size) |
| void * | realloc (void *Object, size_t Size) |
| void | free (void *Object) |
| FILE * | fopen (const char *FileName, const char *Mode) |
| int | fseek (FILE *Stream, long Offset, int Origin) |
| long | ftell (FILE *Stream) |
| size_t | fread (void *Buffer, size_t Size, size_t Count, FILE *Stream) |
| int | fclose (FILE *Stream) |
| typedef struct _MALLOC_HEADER MALLOC_HEADER |
| typedef struct _MALLOC_HEADER * PMALLOC_HEADER |
Definition at line 134 of file rosglue.c.
Referenced by __MapViewOfFile(), __ReadFile(), _Filebuf_base::_M_read(), checkSsiByFilelist(), CmpFileRead(), compare_export_(), copy_file(), disk_read(), fread_file_func(), generate_xa_rr_attributes(), get_file_data(), get_ImageBase(), get_lineA(), get_lineW(), get_subtests(), GetBuff(), import_registry_file(), InfHostOpenFile(), CDFParser::Load(), load_file(), LoadFile(), tinyxml2::XMLDocument::LoadFile(), lwip_fuzztest(), main(), MainWndProc(), myRead(), parseAndPrintFile(), processRequest(), File::read(), read_file(), read_input_file(), read_mbr_template(), CCFDATAStorage::ReadBlock(), CCabinet::ReadBlock(), reg_import(), send_file(), CCabinet::SetCabinetReservedFile(), test__wfopen_s(), test_asciimode(), test_asciimode2(), test_fdopen(), test_fflush(), test_filemodeT(), test_fileops(), test_fopen_s(), test_fputwc(), test_freopen(), test_invalid_stdin_child(), test_pipes(), test_readmode(), test_write_flush_size(), write_if_change(), write_one_file(), write_str_file(), CCabinet::WriteFileToScratchStorage(), xdrstdio_getbytes(), and xdrstdio_getlong().
Function prototypes
Definition at line 16 of file rosglue.c.
Referenced by fclose(), fopen(), fread(), fseek(), ftell(), FtfdCompletePDEV(), FtfdDisablePDEV(), FtfdEnableDriver(), FtfdEnablePDEV(), FtfdFree(), FtfdLoadFontFile(), FtfdQueryFont(), FtfdQueryFontCaps(), FtfdQueryFontFile(), FtfdQueryFontTree(), and FtfdUnloadFontFile().
Definition at line 27 of file rosglue.c.
Definition at line 53 of file rosglue.c.
Definition at line 69 of file rosglue.c.