Searched refs:TYPE (Results 176 - 200 of 232) sorted by relevance

12345678910

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c91 TYPE = 280, enumerator in enum:yytokentype
176 #define TYPE 280 macro
688 "REIN", "QUIT", "PORT", "PASV", "TYPE", "STRU", "MODE", "RETR", "STOR",
2999 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
/freebsd-12-stable/libexec/ftpd/
H A Dftpcmd.y106 PASV TYPE STRU MODE RETR STOR
350 | TYPE check_login SP type_code CRLF
1083 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp902 #define DWKEYWORD(TYPE, TOKEN) \
904 if (Keyword.startswith("DW_" #TYPE "_")) { \
/freebsd-12-stable/contrib/gcc/
H A Dsdbout.c255 /* Return the sdb tag identifier string for TYPE
256 if TYPE has already been defined; otherwise return a null pointer. */
260 /* Set the sdb tag identifier string for TYPE to NAME. */
262 #define SET_KNOWN_TYPE_TAG(TYPE, NAME) \
263 TYPE_SYMTAB_POINTER (TYPE) = (char *)(NAME)
356 /* Return the number which describes TYPE for SDB.
469 /* Return the .type value for type TYPE.
1012 /* Output types of the fields of type TYPE, if they are structs.
1015 They must come before TYPE, since forward refs are not allowed.
H A Dc-common.h739 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,
H A Dtree-browser.c74 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 },
H A Dc-common.c1008 TREE_TYPE of EXPR, and TYPE the type we're casting to. */
1104 for type TYPE (an INTEGER_TYPE). */
1157 /* Convert EXPR to TYPE, warning about conversion problems with constants.
1180 /* If EXPR fits in the unsigned version of TYPE,
1625 TYPE is the promoted type of the testing expression, and ORIG_TYPE is
1846 /* Return an unsigned type the same as TYPE in other respects. */
1879 /* Return a signed type the same as TYPE in other respects. */
1913 /* Return a type the same as TYPE except unsigned or
2348 TYPE is already properly set. */
2994 /* Compute the value of 'sizeof (TYPE)' o
[all...]
H A Dcfgexpand.c88 #define LOCAL_ALIGNMENT(TYPE, ALIGNMENT) ALIGNMENT
281 /* Returns true if TYPE is or contains a union type. */
819 /* Examine TYPE and determine a bit mask of the following features. */
/freebsd-12-stable/sys/libkern/
H A Dzlib.c3542 TYPE, /* get type bits (3, including end bit) */ enumerator in enum:__anon15778
3700 s->mode = TYPE;
3727 s->mode = TYPE;
3756 case TYPE:
3816 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
3833 s->mode = s->last ? DRY : TYPE;
3984 s->mode = TYPE;
4057 if (s->mode != TYPE)
4098 s->mode = TYPE;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp125 #define TYPE(CLASS, PARENT) \ macro
179 OS << "NULL TYPE";
321 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
347 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
H A DMicrosoftMangle.cpp369 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T, \ macro
375 #undef TYPE macro
1946 #define TYPE(CLASS, PARENT) \ macro
1953 #undef TYPE macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Djv-lang.c191 TYPE ? = addr;
330 /* Fill in class TYPE with data from the CLAS value. */
766 /* Return the type of TYPE followed by DIMS pairs of [ ].
767 If DIMS == 0, TYPE is returned. */
929 /* Convert object field (such as TYPE.class) to reference. */
H A Dxcoffread.c838 #define RECORD_MINIMAL_SYMBOL(NAME, ADDR, TYPE, SECTION, OBJFILE) \
843 prim_record_minimal_symbol_and_info (namestr, (ADDR), (TYPE), \
/freebsd-12-stable/contrib/byacc/
H A Dreader.c455 { "type", TYPE },
1687 case TYPE:
H A Dconfigure5356 TYPE=\$2
5373 $SHELL -c "tbl \${ROOT}.\${TYPE} | $GROFF_PATH -P -o0 -I\${ROOT}_ -Thtml -\${MACS}"
5461 MAN2HTML_OPTS="\$MAN2HTML_OPTS -index -title="\$ROOT\(\$TYPE\)" -compress -pgsize $cf_man2html_page"
5462 case \${TYPE} in
5464 tbl \${ROOT}.\${TYPE} | nroff -\${MACS} | \$MAN2HTML_PATH -topm=0 -botm=0 \$MAN2HTML_OPTS
5467 tbl \${ROOT}.\${TYPE} | nroff -\${MACS} | \$MAN2HTML_PATH $cf_man2html_top_bot \$MAN2HTML_OPTS
/freebsd-12-stable/lib/libmd/i386/
H A Drmd160.S10 #define TYPE(a,b) .type a,b define
27 #undef TYPE
29 #define TYPE(a,b) define
58 TYPE(ripemd160_block_x86,@function)
H A Dsha.S11 #define TYPE(a,b) .type a,b define
28 #undef TYPE
30 #define TYPE(a,b) define
59 TYPE(sha1_block_x86,@function)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp76 #define BUILD_STAT_MSG_IR_ATTR(TYPE, NAME) \
77 ("Number of " #TYPE " marked '" #NAME "'")
78 #define BUILD_STAT_NAME(NAME, TYPE) NumIR##TYPE##_##NAME
80 #define STATS_DECL(NAME, TYPE, MSG) \
81 STATS_DECL_(BUILD_STAT_NAME(NAME, TYPE), MSG);
82 #define STATS_TRACK(NAME, TYPE) ++(BUILD_STAT_NAME(NAME, TYPE));
83 #define STATS_DECLTRACK(NAME, TYPE, MSG) \
85 STATS_DECL(NAME, TYPE, MS
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp972 #define DEFINE_LOCK_FREE_MACRO(TYPE, Type) \
973 Builder.defineMacro(Prefix + #TYPE "_LOCK_FREE", \
/freebsd-12-stable/contrib/libpcap/
H A Dscanner.l318 type return TYPE;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_ses.h1537 GEN_SES_STATUS_INVALID_OP_REASON_ACCESSORS(type, TYPE)
2027 GEN_SES_STATUS_SAS_CONNECTOR_ACCESSORS(type, TYPE)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp400 #define TYPE(Class, Base) macro
H A DCodeGenFunction.cpp241 #define TYPE(name, parent) macro
1973 #define TYPE(Class, Base) macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp279 ECase(TYPE);
/freebsd-12-stable/contrib/sendmail/src/
H A Dparseaddr.c494 #define TYPE 017 /* mask to select state type */ macro
913 state = newstate & TYPE;

Completed in 439 milliseconds

12345678910