#include <stdlib.h>#include <string.h>#include <unistd.h>#include <stdio.h>#include <dirent.h>#include <fcntl.h>#include <gmem.h>#include <gfile.h>#include <GString.h>#include <qdir.h>Include dependency graph for gooStub.cpp:

Go to the source code of this file.
Functions | |
| void * | gmalloc (int size) |
| void * | grealloc (void *p, int size) |
| void | gfree (void *p) |
| char * | copyString (char *str) |
| char * | getLine (char *buf, int size, FILE *f) |
| GString * | getHomeDir () |
| GString * | appendToPath (GString *path, char *fileName) |
| GBool | openTempFile (GString **name, FILE **f, char *mode, char *ext) |
|
||||||||||||
|
Definition at line 28 of file gooStub.cpp. Referenced by GlobalParams::findCMapFile(), GlobalParams::findFontFile(), GlobalParams::findToUnicodeFile(), and GlobalParams::GlobalParams(). |
|
|
Definition at line 25 of file gooStub.cpp. Referenced by NameToCharCode::add(), Gfx::buildImageStream(), Object::copy(), Parser::getObj(), Gfx8BitFont::Gfx8BitFont(), Object::initCmd(), and Object::initName(). |
|
|
Definition at line 27 of file gooStub.cpp. References QDir::home(), and Opie::Internal::string(). |
|
||||||||||||||||
|
Definition at line 26 of file gooStub.cpp. Referenced by UnicodeMap::parse(), and CharCodeToUnicode::parseCIDToUnicode(). |
|
|
|
||||||||||||
|
||||||||||||||||||||
|
Definition at line 32 of file gooStub.cpp. References gFalse, gTrue, p, and s. Referenced by LZWStream::reset(). |
1.4.2