Searched refs:TYPE_I (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 209 { "binary", "I", TYPE_I, 0 }, 210 { "image", "I", TYPE_I, 0 }, 273 newtype = TYPE_I; in changetype() 416 curtype == TYPE_I ? "rb" : "r", in put() 496 curtype == TYPE_I ? "rb" : "r", in mput() 523 curtype == TYPE_I ? "rb" : "r", in mput() 550 curtype == TYPE_I ? "rb" : "r", in mput() 571 getit(argc, argv, 1, curtype == TYPE_I ? "r+wb" : "r+w"); in reget() 580 if (curtype == TYPE_I) in get() 585 if (curtype == TYPE_I) in get() [all …]
|
H A D | ftp.c | 762 case TYPE_I: in sendrequest() 811 case TYPE_I: in sendrequest() 1036 case TYPE_I: in recvrequest() 1596 prox_type = TYPE_I; in proxtrans()
|
/freebsd/include/arpa/ |
H A D | ftp.h | 51 #define TYPE_I 3 /* image */ macro
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 215 case TYPE_I: 782 cmd_type = TYPE_I; 1440 case TYPE_I: {
|
H A D | ftpcmd.c | 1873 case TYPE_I: in yyparse() 2600 cmd_type = TYPE_I; in yyparse() 3493 case TYPE_I: {
|
H A D | ftpd.c | 1368 case TYPE_I: in send_data() 1476 case TYPE_I: in receive_data()
|
/freebsd/contrib/tnftp/src/ |
H A D | ftp.c | 750 case TYPE_I: in sendrequest() 788 case TYPE_I: in sendrequest() 1048 case TYPE_I: in recvrequest() 1853 prox_type = TYPE_I; in proxtrans()
|
H A D | fetch.c | 1386 transtype = TYPE_I; in fetch_ftp() 1406 transtype = TYPE_I; in fetch_ftp() 1525 case TYPE_I: in fetch_ftp()
|
H A D | cmds.c | 142 { "binary", "I", TYPE_I, 0 }, 143 { "image", "I", TYPE_I, 0 }, 287 newtype = TYPE_I; in changetype()
|
/freebsd/libexec/ftpd/ |
H A D | ftpcmd.y | 357 case TYPE_I: 896 cmd_type = TYPE_I; 1577 case TYPE_I: {
|
H A D | ftpd.c | 2083 case TYPE_I: in send_data() 2205 case TYPE_I: in receive_data()
|