Searched refs:settype (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 143 void settype (int, char **);
|
H A D | cmdtab.c | 184 { "type", typehelp, 0, 1, 1, settype },
|
H A D | cmds.c | 220 settype(int argc, char **argv) in settype() function 309 settype(2, stype); in setbinary() 321 settype(2, stype); in setascii() 333 settype(2, stype); in settenex()
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 228 void settype(int, char **);
|
H A D | cmdtab.c | 294 { "type", H(typehelp), 0, 1, 1, CMPL0 settype },
|
H A D | cmds.c | 226 settype(int argc, char *argv[]) in settype() function
|