Home
last modified time | relevance | path

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

/freebsd/usr.sbin/kldxref/
H A Dkldxref.c223 #define TYPE_E 10 macro
349 elt->pe_kind = TYPE_E; in parse_pnp_list()
362 } else if (elt->pe_kind == TYPE_E) { in parse_pnp_list()
397 else if (elt->pe_kind == TYPE_Z || elt->pe_kind == TYPE_E) in parse_pnp_list()
498 if (elt->pe_kind == TYPE_E) { in parse_pnp_entry()
514 printf("%c:%s;", elt->pe_kind == TYPE_E ? 'E' : in parse_pnp_entry()
/freebsd/include/arpa/
H A Dftp.h50 #define TYPE_E 2 /* EBCDIC */ macro
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y211 case TYPE_E:
772 cmd_type = TYPE_E;
777 cmd_type = TYPE_E;
H A Dftpcmd.c1869 case TYPE_E: in yyparse()
2584 cmd_type = TYPE_E; in yyparse()
2592 cmd_type = TYPE_E; in yyparse()
H A Dftpd.c1491 case TYPE_E: in receive_data()
1619 if (type == TYPE_A || type == TYPE_E) in statcmd()
/freebsd/libexec/ftpd/
H A Dftpcmd.y353 case TYPE_E:
886 cmd_type = TYPE_E;
891 cmd_type = TYPE_E;
H A Dftpd.c2235 case TYPE_E: in receive_data()
2393 if (type == TYPE_A || type == TYPE_E) in statcmd()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c211 { "ebcdic", "E", TYPE_E, 0 },
/freebsd/contrib/tnftp/src/
H A Dcmds.c144 { "ebcdic", "E", TYPE_E, 0 },