Home
last modified time | relevance | path

Searched refs:NAME (Results 51 – 75 of 769) sorted by relevance

12345678910>>...31

/dragonfly/sys/contrib/dev/acpica/tests/templates/
H A DMakefile6 aml_obj=$(NAME).aml
7 dsl_obj=$(NAME).dsl
8 aml_obj2=$(NAME)_recomp.aml
/dragonfly/contrib/flex/src/
H A Dparse.y3 %token CHAR NUMBER SECTEND SCDECL XSCDECL NAME PREVCCL EOF_OP
177 namelist1 : namelist1 NAME
180 | NAME
194 option : TOK_OUTFILE '=' NAME
199 | TOK_EXTRA_TYPE '=' NAME
201 | TOK_PREFIX '=' NAME
205 | TOK_YYCLASS '=' NAME
207 | TOK_HEADER_FILE '=' NAME
209 | TOK_TABLES_FILE '=' NAME
356 sconname : NAME
/dragonfly/contrib/gcc-4.7/gcc/
H A Drtl.c45 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) sizeof FORMAT - 1 , argument
55 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) NAME , argument
95 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) FORMAT , argument
104 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) CLASS, argument
112 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) \ argument
125 #define DEF_INSN_NOTE(NAME) #NAME, argument
132 #define DEF_REG_NOTE(NAME) #NAME, argument
H A Drtl.h49 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) ENUM , argument
647 #define RTL_FLAG_CHECK1(NAME, RTX, C1) __extension__ \ argument
654 #define RTL_FLAG_CHECK2(NAME, RTX, C1, C2) __extension__ \ argument
686 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \ argument
725 #define RTL_FLAG_CHECK1(NAME, RTX, C1) (RTX) argument
726 #define RTL_FLAG_CHECK2(NAME, RTX, C1, C2) (RTX) argument
727 #define RTL_FLAG_CHECK3(NAME, RTX, C1, C2, C3) (RTX) argument
728 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) (RTX) argument
729 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) (RTX) argument
876 #define DEF_REG_NOTE(NAME) NAME, argument
[all …]
H A Dgstab.h22 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument
/dragonfly/contrib/dialog/
H A Ddlg_internals.h237 #define resizeit(name, NAME) \ argument
238 name = ((NAME >= old_##NAME) \
239 ? (NAME - (old_##NAME - old_##name)) \
/dragonfly/share/mk/
H A Dbsd.files.mk36 .if defined(${group}NAME)
37 ${group}NAME_${file:T}?= ${${group}NAME}
54 .if defined(${group}NAME)
57 ${DESTDIR}${${group}DIR}/${${group}NAME}
H A Dbsd.incs.mk36 .if defined(${group}NAME)
37 ${group}NAME_${header:T}?= ${${group}NAME}
54 .if defined(${group}NAME)
56 ${.ALLSRC} ${DESTDIR}${${group}DIR}/${${group}NAME}
/dragonfly/contrib/binutils-2.27/include/
H A Dansidecl.h157 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED argument
159 # define ARG_UNUSED(NAME) NAME
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgencfn-macros.c144 #define DEF_INTERNAL_FLT_FN(NAME, FLAGS, OPTAB, TYPE) \ argument
145 #NAME,
151 #define DEF_INTERNAL_INT_FN(NAME, FLAGS, OPTAB, TYPE) \ argument
152 #NAME,
H A Drtl.c43 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) sizeof FORMAT - 1 , argument
53 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) NAME , argument
95 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) FORMAT , argument
104 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) CLASS, argument
112 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) \ argument
128 #define DEF_INSN_NOTE(NAME) #NAME, argument
135 #define DEF_REG_NOTE(NAME) #NAME, argument
H A Dgstab.h22 #define __define_stab(NAME, CODE, STRING) NAME=CODE, argument
/dragonfly/contrib/gcc-8.0/include/
H A Dansidecl.h157 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED argument
159 # define ARG_UNUSED(NAME) NAME
/dragonfly/contrib/binutils-2.34/include/
H A Dansidecl.h157 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED argument
159 # define ARG_UNUSED(NAME) NAME
/dragonfly/sbin/umount/
H A Dumount.c58 typedef enum { MARK, UNMARK, NAME, COUNT, FREE } dowhat; enumerator
160 NULL, MNTFROM, &type, NAME), NULL, in main()
161 MNTON, &type, NAME); in main()
164 NULL, MNTFROM, &type, NAME); in main()
371 NULL, MNTON, &type, NAME), NULL, MNTFROM, &type, NAME))) == NULL) in checkname()
568 case NAME: in getmntname()
698 *fromname = getmntname(name, NULL, MNTFROM, type, NAME); in checkmntlist()
700 *onname = getmntname(name, NULL, MNTON, type, NAME); in checkmntlist()
/dragonfly/contrib/bmake/mk/
H A Dinc.mk54 .if defined(${group}NAME.${header:T})
56 STAGE_AS_${header} = ${${group}NAME.${header:T}}
61 …eader:T}} -m ${INCMODE} ${.ALLSRC:Ninc_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${header:T}}
H A Dfiles.mk48 .if defined(${group}NAME.${file:T})
50 STAGE_AS_${file} = ${${group}NAME.${file:T}}
56 -m ${FILESMODE} ${.ALLSRC:Nfile_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${file:T}}
/dragonfly/contrib/binutils-2.34/gold/
H A Dexpression.cc340 #define UNARY_EXPRESSION(NAME, OPERATOR) \ argument
341 class Unary_ ## NAME : public Unary_expression \
344 Unary_ ## NAME(Expression* arg) \
354 gold_warning(_("unary " #NAME " applied to section " \
369 script_exp_unary_ ## NAME(Expression* arg) \
371 return new Unary_ ## NAME(arg); \
474 class Binary_ ## NAME : public Binary_expression \
477 Binary_ ## NAME(Expression* left, Expression* right) \
513 gold_warning(_("binary " #NAME " applied to section " \
517 gold_error(_(#NAME " by zero")); \
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dexpression.cc328 #define UNARY_EXPRESSION(NAME, OPERATOR) \ argument
329 class Unary_ ## NAME : public Unary_expression \
332 Unary_ ## NAME(Expression* arg) \
342 gold_warning(_("unary " #NAME " applied to section " \
357 script_exp_unary_ ## NAME(Expression* arg) \
359 return new Unary_ ## NAME(arg); \
455 class Binary_ ## NAME : public Binary_expression \
458 Binary_ ## NAME(Expression* left, Expression* right) \
494 gold_warning(_("binary " #NAME " applied to section " \
498 gold_error(_(#NAME " by zero")); \
[all …]
/dragonfly/contrib/lvm2/dist/scripts/
H A Dvgimportclone.sh52 NAME="${BNAME}"
55 while [[ "${VGLIST}" =~ "${NAME}" ]]
58 NAME="${BNAME}$I"
60 echo "${NAME}"
/dragonfly/contrib/elftoolchain/libelf/
H A D_libelf_ar.h44 #define IS_EXTENDED_BSD_NAME(NAME) \ argument
45 (strncmp((const char *) (NAME), \
/dragonfly/contrib/binutils-2.34/bfd/
H A Dstab-syms.c31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING) argument
32 #define __define_stab_duplicate(NAME, CODE, STRING) argument
/dragonfly/contrib/binutils-2.27/bfd/
H A Dstab-syms.c31 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING) argument
32 #define __define_stab_duplicate(NAME, CODE, STRING) argument
/dragonfly/contrib/gdb-7/bfd/
H A Dstab-syms.c32 #define __define_stab(NAME, CODE, STRING) __define_name(CODE, STRING) argument
33 #define __define_stab_duplicate(NAME, CODE, STRING) argument
/dragonfly/contrib/gdb-7/gdb/
H A Dcp-name-parser.y314 %token <comp> NAME
342 %nonassoc NAME
566 | '~' NAME
585 name : nested_name NAME %prec NAME
587 | NAME %prec NAME
590 | template %prec NAME
607 nested_name : NAME COLONCOLON
1179 exp : exp ARROW NAME
1183 exp : exp '.' NAME
1643 return NAME; in yylex()
[all …]

12345678910>>...31