Searched refs:NAME (Results 251 - 275 of 385) sorted by relevance

<<111213141516

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp31 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) \
32 { NAME, TEMP_SUFFIX, TY_##PP_TYPE, { __VA_ARGS__ }, },
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp43 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dparser.y101 %token <cs> NAME HOSTNAME QSTRING DECSTRING
249 NAME
/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c794 #define print_decl(TYPE, NAME, ASIZE) \
795 puts ("\nconst " TYPE " " NAME "[" ASIZE "] =\n{");
797 #define print_maybe_const_decl(TYPE, NAME, ASIZE, CATEGORY) \
798 printf ("\n" TYPE " " NAME "[" ASIZE "] = \n{\n", \
H A Dvmsdbgout.c406 #define ASM_NAME_TO_STRING(STR, NAME) \
409 if ((NAME)[0] == '*') \
410 strcpy (STR, NAME+1); \
412 strcpy (STR, NAME); \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.c34 USER NAME SPACE" below. */
65 NAME = 267, enumerator in enum:yytokentype
113 #define NAME 267 macro
313 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
513 "M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
569 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
851 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
919 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
2504 currently as names of types; NAME for other symbols.
2540 return NAME;
[all...]
H A Dobjc-exp.y171 /* Both NAME and TYPENAME tokens represent symbols in the input, and
174 int or char) and a NAME is any other symbol. Contexts where this
176 matches either NAME or TYPENAME. */
181 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
968 name : NAME { $$ = $1.stoken; }
975 name_not_typename : NAME
1648 currently as names of types; NAME for other symbols.
1808 return NAME;
H A Dp-exp.y176 /* Both NAME and TYPENAME tokens represent symbols in the input,
180 and a NAME is any other symbol.
182 nonterminal "name", which matches either NAME or TYPENAME. */
186 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
741 name : NAME { $$ = $1.stoken; }
747 name_not_typename : NAME
1427 currently as names of types; NAME for other symbols.
1639 return NAME;
H A Dxcoffread.c820 NAME is the file name the symbols came from, START_ADDR is the first
838 #define RECORD_MINIMAL_SYMBOL(NAME, ADDR, TYPE, SECTION, OBJFILE) \
841 namestr = (NAME); \
1435 #define SYMNAME_ALLOC(NAME, ALLOCED) \
1436 (ALLOCED) ? (NAME) : obsavestring ((NAME), strlen (NAME), &objfile->objfile_obstack);
2074 /* Swap raw symbol at *RAW and put the name in *NAME, the symbol in
/freebsd-11-stable/contrib/binutils/ld/
H A Dldctor.c326 exp_nameop (NAME, ".")));
H A Dmri.c206 base = p->vma ? p->vma : exp_nameop (NAME, ".");
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Deditor.c418 #define COPY_CALLBACK(NAME) if (many->NAME) editor->funcs.NAME = many->NAME
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h625 #define D(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
626 #define N(NAME,VAL,DIAG,STD,STR) UNI_CAUSE_##NAME = VAL,
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser32 =head1 NAME
/freebsd-11-stable/share/examples/jails/
H A Djng210 # The S bits are a CRC-16 checksum of NAME, allowing the jail
213 # + the jail NAME changes (e.g., it was duplicated and given
264 jng_bridge_usage="bridge [-b BRIDGE_NAME] NAME [!|=]iface0 [[!|=]iface1 ...]"
404 jng_show_descr="List possible NAME values for \`show NAME'"
405 jng_show1_usage="show NAME"
407 jng_show2_usage="show [NAME]"
432 jng_shutdown_usage="shutdown NAME"
450 jng_stats_usage="stats NAME"
451 jng_stats_descr="Show ng_bridge link statistics for NAME interface
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c183 { NAME, { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
184 "NAME" } },
335 n->tn_op = NAME;
893 if (ln->tn_op == NAME && ln->tn_sym->s_reg) {
1157 case NAME:
2344 if (rn->tn_op != NAME)
3174 if (func->tn_op == NAME && func->tn_type->t_tspec == FUNC) {
3459 if (tn->tn_op == NAME) {
3492 if (tn->tn_op == NAME || tn->tn_op == CON || tn->tn_op == STRING)
3525 if (ln->tn_op == NAME
[all...]
H A Dfunc.c998 ln->tn_op = NAME;
1010 if (rn->tn_op == AMPER && rn->tn_left->tn_op == NAME &&
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp65 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
73 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
79 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
81 {PREFIX, NAME, HELPTEXT, \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c161 #define MMAP_T_PARAM(NAME) apr_mmap_t **NAME,
162 #define MMAP_T_ARG(NAME) &(NAME),
164 #define MMAP_T_PARAM(NAME)
165 #define MMAP_T_ARG(NAME)
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutf1.h160 NAME(sunos,set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
788 #define MY_write_object_contents NAME(aout, sunos4_write_object_contents)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h197 #define DEF_PRIV_SIG(NAME, FROM) SIG##NAME,
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch391 local column=0 header="PROVIDER:MODULE:FUNCTION:NAME"
408 name) column=4 header="NAME" ;;
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk25 # CRUNCH_SUPPRESS_LINK_${NAME} to 1.
/freebsd-11-stable/sbin/hastd/
H A Dparse.y90 %token TIMEOUT EXEC RESOURCE NAME LOCAL REMOTE SOURCE ON OFF
583 name_statement: NAME STR
/freebsd-11-stable/contrib/openpam/misc/
H A Dgendoc.pl451 .Sh NAME
601 .Sh NAME

Completed in 211 milliseconds

<<111213141516