Home
last modified time | relevance | path

Searched refs:TYPE_E (Results 1 – 4 of 4) sorted by relevance

/netbsd/include/arpa/
H A Dftp.h52 #define TYPE_E 2 /* EBCDIC */ macro
/netbsd/libexec/ftpd/
H A Dftpcmd.y353 case TYPE_E:
1033 cmd_type = TYPE_E;
1039 cmd_type = TYPE_E;
H A Dftpd.c2470 case TYPE_E: in receive_data()
2589 if (type == TYPE_A || type == TYPE_E) in statcmd()
/netbsd/usr.bin/ftp/
H A Dcmds.c138 { "ebcdic", "E", TYPE_E, 0 },