Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/opcode/
HDarm.h182 #define ARM_CPU_HAS_FEATURE(CPU,FEAT) \ argument
183 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
/NextBSD/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y114 FEAT OPTS
431 | FEAT CRLF check_secure
994 { "FEAT", FEAT, ARGS, 1, "" },
HDftpcmd.c146 FEAT = 335, enumerator
231 #define FEAT 335 macro
3047 { "FEAT", FEAT, ARGS, 1, "" },
/NextBSD/libexec/ftpd/
HDftpcmd.y108 LPRT LPSV EPRT EPSV FEAT
660 | FEAT CRLF
1104 { "FEAT", FEAT, ARGS, 1, "(get extended features)" },
/NextBSD/contrib/tnftp/
HDChangeLog1161 - 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.
/NextBSD/crypto/heimdal/appl/ftp/
HDChangeLog753 * ftpd/ftpcmd.y: FEAT