Lines Matching full:char

101 void	account(int, char **);
103 int another(int *, char ***, const char *);
104 int auto_fetch(int, char **);
105 int auto_put(int, char **, const char *);
106 void blkfree(char **);
107 void cd(int, char **);
108 void cdup(int, char **);
114 int command(const char *, ...)
117 unsigned char complete(EditLine *, int);
121 FILE *dataconn(const char *);
122 void delete(int, char **);
123 void disconnect(int, char **);
124 void do_chmod(int, char **);
125 void do_umask(int, char **);
126 void domacro(int, char **);
127 void doproxy(int, char **);
128 void feat(int, char **);
129 void fget(int, char **);
130 int fileindir(const char *, const char *);
132 void formatbuf(char *, size_t, const char *);
133 void ftpvis(char *, size_t, const char *, size_t);
134 int ftp_login(const char *, const char *, const char *);
135 void get(int, char **);
136 struct cmd *getcmd(const char *);
137 int getit(int, char **, int, const char *);
138 int get_line(FILE *, char *, size_t, const char **);
139 struct option *getoption(const char *);
140 char *getoptionvalue(const char *);
143 char *globulize(const char *);
144 char *gunique(const char *);
145 void help(int, char **);
146 char *hookup(const char *, const char *);
147 void idlecmd(int, char **);
150 int isipv6addr(const char *);
152 void lcd(int, char **);
154 void lpage(int, char **);
155 void lpwd(int, char **);
156 void ls(int, char **);
157 void macdef(int, char **);
159 void makedir(int, char **);
160 void mdelete(int, char **);
161 void mget(int, char **);
162 void mls(int, char **);
163 void mlst(int, char **);
164 void modtime(int, char **);
165 void mput(int, char **);
166 const char *onoff(int);
167 void opts(int, char **);
168 void newer(int, char **);
169 void page(int, char **);
170 int parserate(int, char **, int);
171 char *prompt(void);
173 void proxtrans(const char *, const char *, const char *);
176 void put(int, char **);
177 void pwd(int, char **);
178 void quit(int, char **);
179 void quote(int, char **);
180 void quote1(const char *, int, char **);
181 void recvrequest(const char *, const char *, const char *,
182 const char *, int, int);
183 void reget(int, char **);
184 char *remglob(char **, int, const char **);
185 time_t remotemodtime(const char *, int);
186 off_t remotesize(const char *, int);
187 void removedir(int, char **);
188 void renamefile(int, char **);
189 void reset(int, char **);
190 void restart(int, char **);
191 const char *rfc2822time(const struct tm *);
192 void rmthelp(int, char **);
193 void rmtstatus(int, char **);
194 char *rprompt(void);
195 int ruserpass(const char *, char **, char **, char **);
196 void sendrequest(const char *, const char *, const char *, int);
197 void setascii(int, char **);
198 void setbell(int, char **);
199 void setbinary(int, char **);
200 void setcase(int, char **);
201 void setcr(int, char **);
202 void setdebug(int, char **);
203 void setedit(int, char **);
204 void setepsv4(int, char **);
205 void setepsv6(int, char **);
206 void setepsv(int, char **);
207 void setform(int, char **);
208 void setftmode(int, char **);
209 void setgate(int, char **);
210 void setglob(int, char **);
211 void sethash(int, char **);
212 void setnmap(int, char **);
213 void setntrans(int, char **);
214 void setoption(int, char **);
215 void setpassive(int, char **);
216 void setpeer(int, char **);
217 void setport(int, char **);
218 void setpreserve(int, char **);
219 void setprogress(int, char **);
220 void setprompt(int, char **);
221 void setrate(int, char **);
222 void setrunique(int, char **);
223 void setstruct(int, char **);
224 void setsunique(int, char **);
225 void settenex(int, char **);
226 void settrace(int, char **);
228 void settype(int, char **);
230 void setverbose(int, char **);
231 void setxferbuf(int, char **);
232 void set_option(const char *, const char *, int);
233 void shell(int, char **);
234 void site(int, char **);
235 void sizecmd(int, char **);
236 char *slurpstring(void);
237 void status(int, char **);
238 int strsuftoi(const char *);
239 void syst(int, char **);
240 int togglevar(int, char **, int *, const char *);
241 void unsetoption(int, char **);
245 void user(int, char **);
251 void ftp_sl_add(StringList *, char *);
252 char *ftp_strdup(const char *);