ReactOS 0.4.16-dev-106-g10b08aa
|
#include "syshdrs.h"
Go to the source code of this file.
Functions | |
char * | FTPGetLocalCWD (char *buf, size_t size) |
char * | FGets (char *str, size_t size, FILE *fp) |
struct passwd * | GetPwByName (void) |
char * | GetPass (const char *const prompt) |
void | GetHomeDir (char *dst, size_t size) |
void | GetUsrName (char *dst, size_t size) |
void | CloseFile (FILE **f) |
void | PrintF (const FTPCIPtr cip, const char *const fmt,...) |
void | Error (const FTPCIPtr cip, const int pError, const char *const fmt,...) |
static time_t | GetUTCOffset (int mon, int mday) |
time_t | UnMDTMDate (char *dstr) |
int | GetSockBufSize (int sockfd, size_t *rsize, size_t *ssize) |
int | SetSockBufSize (int sockfd, size_t rsize, size_t ssize) |
void | Scramble (unsigned char *dst, size_t dsize, unsigned char *src, char *key) |
void | StrRemoveTrailingSlashes (char *dst) |
int | MkDirs (const char *const newdir, int mode1) |
int | FilenameExtensionIndicatesASCII (const char *const pathName, const char *const extnList) |
Definition at line 327 of file util.c.
Referenced by CloseControlConnection(), FTPRebuildConnectionInfo(), and OpenControlConnection().
Definition at line 368 of file util.c.
Definition at line 111 of file util.c.
Referenced by GetBookmark(), GetNextBookmark(), GetPass(), LazyUnixLocalGlob(), OpenBookmarkFile(), PromptForBookmarkName(), PutBookmark(), and RunBookmarkEditor().
Definition at line 963 of file util.c.
Referenced by AutomaticallyUseASCIIModeDependingOnExtension().
Definition at line 29 of file util.c.
Referenced by DoOpen(), LocalChdirCmd(), LocalPwdCmd(), PostInit(), SpoolGetCmd(), SpoolPutCmd(), and SpoolX().
Definition at line 240 of file util.c.
Referenced by ExpandTilde().
Definition at line 186 of file util.c.
Referenced by DECLARE_INTERFACE_().
Definition at line 165 of file util.c.
Referenced by GetHomeDir(), and GetUsrName().
Definition at line 534 of file util.c.
Definition at line 290 of file util.c.
Referenced by FTPInitializeAnonPassword().
Definition at line 449 of file util.c.
Referenced by UnMDTMDate().
Definition at line 785 of file util.c.
Referenced by FTPGetFiles3(), InitOurDirectory(), LocalMkdirCmd(), and MkSpoolDir().
Definition at line 340 of file util.c.
Referenced by FTPAbortDataTransfer(), FTPGetFiles3(), FTPLoginHost(), FTPOpenHost(), FTPOpenHostNoLogin(), FTPPutFiles3(), FTPRemoteGlob(), LazyUnixLocalGlob(), OpenControlConnection(), PrintResponse(), SendCommand(), and TraceResponse().
Definition at line 607 of file util.c.
Definition at line 572 of file util.c.
Referenced by OpenControlConnection(), and OpenDataConnection().
Definition at line 768 of file util.c.
Referenced by FTPGetFiles3(), GetCmd(), PutCmd(), SpoolGetCmd(), and SpoolPutCmd().
Definition at line 486 of file util.c.
Referenced by FTPFileModificationTime(), and UnMlsT().