Home
last modified time | relevance | path

Searched refs:FEAT (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/opcode/
Darm.h182 #define ARM_CPU_HAS_FEATURE(CPU,FEAT) \ argument
183 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DX86.cpp1053 #define FEATURE(FEAT) FEAT, in getFeaturePriority() argument
1057 #define FEATURE(FEAT) \ in getFeaturePriority() argument
1058 case llvm::X86::FEAT: \ in getFeaturePriority()
1059 return static_cast<unsigned>(FeatPriority::FEAT); in getFeaturePriority()
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpcmd.y114 FEAT OPTS
431 | FEAT CRLF check_secure
994 { "FEAT", FEAT, ARGS, 1, "" },
Dftpcmd.c146 FEAT = 335, enumerator
231 #define FEAT 335 macro
3047 { "FEAT", FEAT, ARGS, 1, "" },
/freebsd-12-stable/libexec/ftpd/
Dftpcmd.y112 LPRT LPSV EPRT EPSV FEAT
664 | FEAT CRLF
1108 { "FEAT", FEAT, ARGS, 1, "(get extended features)" },
/freebsd-12-stable/contrib/tnftp/
DChangeLog1161 - add support for FEAT and OPTS commands with `features' and
1167 the result from FEAT (if supported), and take into account
1169 REST (STREAM), MLSD, and FEAT/OPTS.
1171 - known to work (explicit FEAT)
1174 - known not to work (FEAT succeeded but didn't return
1179 the first and last. this is used in FEAT (and MLST) parsing.
/freebsd-12-stable/crypto/heimdal/appl/ftp/
DChangeLog753 * ftpd/ftpcmd.y: FEAT