CCP_ERROR	ftp.h	65
CCP_OK	ftp.h	64
DEBUG	lib.c	35
DIR_MAXDEPTH	ftp.h	61
MAXBSIZE	ftp.h	36
MODE_PASSIVE	ftp.h	73
MODE_PORT	ftp.h	72
OP_GET	ftp.h	75
OP_PUT	ftp.h	76
PORT_CLOSED	ftp.h	70
PORT_CONNECTED	ftp.h	69
PORT_LISTEN	ftp.h	68
_FTP_INCLUDED	ftp.h	26
_IP_LIB_INCLUDED	ip-lib.h	25
_LIB_INCLUDED	lib.h	24
_bio	ftp.h	/^typedef struct _bio {$/
_config	ftp.h	/^typedef struct _config {$/
_dtc	ftp.h	/^typedef struct _dtc {$/
_ftp	ftp.h	/^typedef struct _ftp {$/
_ftpcmd	ftp.c	/^typedef struct _ftpcmd {$/
_getipnum	ftp.c	/^char *_getipnum(char *line, char **here, char *ip, int size)$/
_getport	ftp.c	/^unsigned long _getport(char *line, char **here)$/
_init_lower	lib.c	/^static int _init_lower()$/
_init_upper	lib.c	/^static int _init_upper()$/
_port	ftp.h	/^typedef struct _port {$/
alarm_handler	ip-lib.c	/^static void alarm_handler()$/
allocate	lib.c	/^void *allocate(size_t size)$/
bind_to_port	ip-lib.c	/^int bind_to_port(char *interface, unsigned int port)$/
bio_t	ftp.h	/^    } bio_t;$/
cfgets	ftp.c	/^char *cfgets(ftp_t *x, char *line, int size)$/
cfputs	ftp.c	/^int cfputs(ftp_t *x, char *line)$/
close_ch	ftp.c	/^int close_ch(ftp_t *x, dtc_t *ch)$/
cmdtab	ftp.c	/^ftpcmd_t cmdtab[] = {$/
config_t	ftp.h	/^    } config_t;$/
copy_string	lib.c	/^char *copy_string(char *y, char *x, int len)$/
debug	main.c	/^int	debug =			0;$/
dologin	ftp.c	/^int dologin(ftp_t *x)$/
dopasv	ftp.c	/^int dopasv(ftp_t *x, char *command, char *par)$/
doport	ftp.c	/^int doport(ftp_t *x, char *command, char *par)$/
doquit	ftp.c	/^int doquit(ftp_t *x)$/
dtc_t	ftp.h	/^    } dtc_t;$/
extralog	main.c	/^int	extralog =		0;$/
ftp_t	ftp.h	/^    } ftp_t;$/
ftpcmd_t	ftp.c	/^    } ftpcmd_t;$/
get_client_info	ftp.c	/^int get_client_info(ftp_t *x, int pfd)$/
get_ftpdir	ftp.c	/^int get_ftpdir(ftp_t *x)$/
get_ftppath	ftp.c	/^int get_ftppath(ftp_t *x, char *path)$/
get_interface_info	ftp.c	/^unsigned get_interface_info(int pfd, char *ip, int max)$/
get_port	ip-lib.c	/^unsigned int get_port(char *server, unsigned int def_port)$/
get_quoted	lib.c	/^char *get_quoted(char **from, int delim, char *to, int max)$/
get_word	lib.c	/^char *get_word(char **from, char *to, int maxlen)$/
getc_fd	ftp.c	/^int getc_fd(ftp_t *x, int fd)$/
getcmd	ftp.c	/^ftpcmd_t *getcmd(char *name)$/
getportnum	ip-lib.c	/^unsigned int getportnum(char *name)$/
gid	main.c	/^int	gid =			-2;$/
islowercase	lib.c	/^int islowercase(unsigned int c)$/
isuppercase	lib.c	/^int isuppercase(unsigned int c)$/
lower	lib.c	/^static unsigned int lower[256], upper[256];$/
lowercase	lib.c	/^unsigned int lowercase(unsigned int c)$/
main	main.c	/^int main(int argc, char *argv[], char *envp[])$/
missing_arg	main.c	/^void missing_arg(int c, char *string)$/
noctrl	lib.c	/^char *noctrl(char *buffer)$/
openip	ip-lib.c	/^int openip(char *host, unsigned int port, char *srcip, unsigned int srcport)$/
port_t	ftp.h	/^    } port_t;$/
progname	main.c	/^char	progname[80] =		"";$/
program	main.c	/^char	*program =		"";$/
proxy_request	ftp.c	/^int proxy_request(config_t *config)$/
readline_fd	ftp.c	/^char *readline_fd(ftp_t *x, int fd, char *line, int size)$/
reallocate	lib.c	/^void *reallocate(void *p, size_t size)$/
run_acp	ftp.c	/^int run_acp(ftp_t *x)$/
run_ccp	ftp.c	/^int run_ccp(ftp_t *x, char *cmd, char *par)$/
set_signals	ftp.c	/^int set_signals(void)$/
set_variables	ftp.c	/^int set_variables(ftp_t *x)$/
setvar	ftp.c	/^int setvar(ftp_t *x, char *var, char *value)$/
sfgets	ftp.c	/^char *sfgets(ftp_t *x, char *line, int size)$/
sfputc	ftp.c	/^int sfputc(ftp_t *x, char *command, char *parameter, char *line, int size, char **here)$/
sfputs	ftp.c	/^int sfputs(ftp_t *x, char *format, ...)$/
signal_handler	ftp.c	/^void signal_handler(int sig)$/
skip_ws	lib.c	/^char *skip_ws(char *string)$/
split	lib.c	/^int split(char *line, char *ptr[], int sep, int max)$/
strlwr	lib.c	/^char *strlwr(char *string)$/
strpcmp	lib.c	/^int strpcmp(char *string, char *pattern)$/
strupr	lib.c	/^char *strupr(char *string)$/
uid	main.c	/^int	uid =			-1;$/
upper	lib.c	/^static unsigned int lower[256], upper[256];$/
uppercase	lib.c	/^unsigned int uppercase(unsigned int c)$/
