ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Variables | |
uid_t | gUid |
char | gUser [32] |
char | gHome [256] |
char | gShell [256] |
char | gOurDirectoryPath [260] |
char | gOurInstallationPath [260] |
jmp_buf | gGetHostByNameJmp |
static const unsigned char | B64EncodeTable [64] |
static const unsigned char | B64DecodeTable [256] |
Definition at line 451 of file util.c.
Referenced by MakePrompt(), PrSizeAndRateMeter(), PrStatBar(), and Usage().
void AbsoluteToRelative | ( | char *const | dst, |
const size_t | dsize, | ||
const char *const | dir, | ||
const char *const | root, | ||
const size_t | rootlen | ||
) |
Definition at line 785 of file util.c.
Referenced by CurrentURL(), and FillBookmarkInfo().
Definition at line 808 of file util.c.
Referenced by GetHostByName().
Definition at line 247 of file util.c.
Referenced by PathCat().
int DecodeDirectoryURL | ( | const FTPCIPtr | cip, |
char * | url, | ||
LineListPtr | cdlist, | ||
char * | fn, | ||
size_t | fnsize | ||
) |
Definition at line 1086 of file util.c.
Referenced by OpenCmd(), and SetStartupURL().
char * FileToURL | ( | char * | url, |
size_t | urlsize, | ||
const char *const | fn, | ||
const char *const | rcwd, | ||
const char *const | startdir, | ||
const char *const | user, | ||
const char *const | pass, | ||
const char *const | hname, | ||
const unsigned int | port | ||
) |
Definition at line 387 of file util.c.
Referenced by PrPhilBar(), PrSizeAndRateMeter(), and PrStatBar().
Definition at line 128 of file util.c.
Referenced by ParseHostLine().
Definition at line 826 of file util.c.
Referenced by DoOpen().
Definition at line 215 of file util.c.
Definition at line 506 of file util.c.
Referenced by InitUserInfo().
Definition at line 630 of file util.c.
Referenced by PreInit().
int MayUseFirewall | ( | const char *const | hn, |
int | firewallType, | ||
const char *const | firewallExceptionList | ||
) |
Definition at line 695 of file util.c.
Referenced by OpenCmd(), and SetStartupURL().
Definition at line 185 of file util.c.
Referenced by LookupCmd().
Definition at line 486 of file util.c.
Referenced by CheckForNewV3User(), CloseTrace(), EndLog(), InitLog(), LoadFirewallPrefs(), LoadHistory(), LoadPrefs(), MkSpoolDir(), OpenBookmarkFile(), OpenTmpBookmarkFile(), OpenTrace(), RunBookmarkEditor(), SaveHistory(), SavePrefs(), SwapBookmarkFiles(), and TruncBatchLog().
Definition at line 494 of file util.c.
Referenced by HaveSpool(), RunBatch(), and RunBookmarkEditor().
char * Path | ( | char *const | dst, |
const size_t | siz, | ||
const char *const | parent, | ||
const char *const | fname | ||
) |
Definition at line 368 of file util.c.
Referenced by Chdirs(), FileToURL(), Ls(), nFTPChdirAndGetCWD(), and RemoteCompletionFunction().
Definition at line 748 of file util.c.
Referenced by SaveCurrentAsBookmark(), SetAutoResume(), SetAutoSaveChangesToExistingBookmarks(), SetConfirmClose(), SetNoAds(), SetSavePasswords(), and SetXtTitle().
Definition at line 83 of file util.c.
Referenced by SpoolX(), and WriteBmLine().
Definition at line 917 of file util.c.
Referenced by GetStartSpoolDate().
Definition at line 46 of file util.c.
Referenced by FromBase64().
Definition at line 34 of file util.c.
Referenced by ToBase64().
jmp_buf gGetHostByNameJmp |
Definition at line 27 of file util.c.
Referenced by CancelGetHostByName(), and GetHostByName().
char gHome[256] |
Definition at line 15 of file util.c.
Referenced by InitOurDirectory(), and InitUserInfo().
char gOurDirectoryPath[260] |
Definition at line 17 of file util.c.
Referenced by BGStartCmd(), BookmarkCmd(), CanSpool(), CheckForNewV3User(), CloseTrace(), EndLog(), InitOurDirectory(), LoadFirewallPrefs(), LoadHistory(), LoadPrefs(), MkSpoolDir(), OpenBookmarkFile(), OpenTmpBookmarkFile(), OpenTrace(), OurDirectoryPath(), RunBookmarkEditor(), SaveHistory(), SaveUnsavedBookmark(), and TruncBatchLog().
char gOurInstallationPath[260] |
Definition at line 18 of file util.c.
Referenced by InitOurDirectory(), and OurInstallationPath().
char gShell[256] |
Definition at line 16 of file util.c.
Referenced by InitUserInfo().
uid_t gUid |
Definition at line 13 of file util.c.
Referenced by GetScreenColumns(), and InitUserInfo().
char gUser[32] |
Definition at line 14 of file util.c.
Referenced by InitOurDirectory(), and InitUserInfo().