Home
last modified time | relevance | path

Searched refs:TYPE_L (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/include/arpa/
Dftp.h54 #define TYPE_L 4 /* local byte size */ macro
/netbsd/src/libexec/ftpd/
Dftpcmd.y362 case TYPE_L:
1052 cmd_type = TYPE_L;
1058 cmd_type = TYPE_L;
1065 cmd_type = TYPE_L;
Dcmds.c456 case TYPE_L: in sizecmd()
Dftpd.c2327 case TYPE_L: in send_data()
2418 case TYPE_L: in receive_data()
2604 if (type == TYPE_L) { in statcmd()
/netbsd/src/usr.bin/ftp/
Dftp.c787 case TYPE_L: in sendrequest()
828 case TYPE_L: in sendrequest()
1089 case TYPE_L: in recvrequest()
Dcmds.c139 { "tenex", "L", TYPE_L, bytename },
292 if (newtype == TYPE_L && bytename[0] != '\0') in changetype()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc8853 if (ia64_safe_type (insn) == TYPE_L) in issue_nops_and_insn()
8885 else if (ia64_safe_type (insn) == TYPE_L) in issue_nops_and_insn()
9213 if (type == TYPE_F || type == TYPE_B || type == TYPE_L in bundling()
9369 if (ia64_safe_type (insn) == TYPE_L) in bundling()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200110630 (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
10632 (cycle_end_fill_slots): TYPE_L instructions take two slots.