Go to the source code of this file.
Namespaces | |
| namespace | NS_TIMIDITY |
Functions | |
| static char * | strerror (int _errno) |
| static FILE * | NS_TIMIDITY::try_to_open (char *name, int decompress, int noise_mode) |
| FILE * | NS_TIMIDITY::open_file (const char *name, int decompress, int noise_mode) |
| void | NS_TIMIDITY::close_file (FILE *fp) |
| void | NS_TIMIDITY::skip (FILE *fp, size_t len) |
| void * | NS_TIMIDITY::safe_malloc (size_t count) |
| void | NS_TIMIDITY::add_to_pathlist (char *s) |
Variables | |
| static int | errno = 0 |
| char | NS_TIMIDITY::current_filename [1024] |
| static PathList | NS_TIMIDITY::defaultpathlist = {DEFAULT_TIMIDITY_PATH,0} |
| static PathList * | NS_TIMIDITY::pathlist = &defaultpathlist |
| static PathList * | NS_TIMIDITY::pathlist = 0 |
| static char* strerror | ( | int | _errno | ) | [static] |
Definition at line 36 of file timidity_common.cpp.
Referenced by UnixSeqMidiDriver::open(), NS_TIMIDITY::open_file(), NS_TIMIDITY::read_midi_event(), NS_TIMIDITY::read_midi_file(), and NS_TIMIDITY::skip().
int errno = 0 [static] |
Definition at line 35 of file timidity_common.cpp.
Referenced by UnixSeqMidiDriver::open(), NS_TIMIDITY::open_file(), NS_TIMIDITY::read_midi_event(), NS_TIMIDITY::read_midi_file(), and NS_TIMIDITY::skip().
1.4.7