Dillo v3.1.1-98-g318d1f14
|
#include <paths.hh>
Static Public Member Functions | |
static void | init (void) |
Changes current working directory to /tmp and creates ~/.dillo if not exists. | |
static void | free (void) |
Free memory. | |
static char * | getOldWorkingDir (void) |
Return the initial current working directory in a string. | |
static FILE * | getPrefsFP (const char *rcFile) |
Examines the path for "rcFile" and assign its file pointer to "fp". | |
|
static |
Free memory.
Definition at line 72 of file paths.cc.
References dFree(), and oldWorkingDir.
Referenced by main().
|
static |
Return the initial current working directory in a string.
Definition at line 64 of file paths.cc.
References oldWorkingDir.
Referenced by a_UIcmd_open_urlstr(), and makeStartUrl().
|
static |
Examines the path for "rcFile" and assign its file pointer to "fp".
Definition at line 80 of file paths.cc.
References dFree(), dGethomedir(), dStrconcat(), dStrerror, MSG, and path().
Referenced by main().
|
static |
Changes current working directory to /tmp and creates ~/.dillo if not exists.
Definition at line 31 of file paths.cc.
References dFree(), dGetcwd(), dGethomedir(), dStrconcat(), dStrerror, MSG, oldWorkingDir, and path().
Referenced by main().