Home
last modified time | relevance | path

Searched refs:NAMED (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dstart.pl98 my $NAMED = $ENV{'NAMED'};
234 $command = "taskset $taskset $NAMED ";
237 $command = "rr record --chaos $NAMED ";
239 $command = "$NAMED ";
/netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/
H A Delvis_syntax32 font args DEFAULT CHAPTER NAMED LETTER
H A Delvis_syntax.new47 font args DEFAULT CHAPTER NAMED LETTER
H A Dsample_docs.mom23 \# First, a sample "NAMED" document--in this case, an outline.
44 .DOCTYPE NAMED "Outline"
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c205 } NAMED; typedef
208 NAMED **v;
233 NAMED **p;
234 NAMED **end;
521 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name,
528 static NAMED *FASTCALL hashTableIterNext(HASH_TABLE_ITER *);
6890 static NAMED *
6900 tsize = table->size * sizeof(NAMED *); in lookup()
6936 if (newSize > (size_t)(-1) / sizeof(NAMED *)) { in lookup()
6940 size_t tsize = newSize * sizeof(NAMED *); in lookup()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc99 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \ argument
103 && (NAMED))
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DChangeLog713 o Distance from $DOC_TYPE in DOCTYPE NAMED "<string>" to start of
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20141697 NEXTREC, RECL, NAMED, OPENED and PENDING I/O specifiers.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5541 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,NAMED) \ argument
5545 && (NAMED))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def4809 argument list. The values MODE, TYPE, and NAMED describe that
4855 argument. The values MODE, TYPE, and NAMED describe that
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201024172 (function_arg_advance_64): Likewise. Change type of NAMED to bool.
24173 (ix86_function_arg_advance): Change type of NAMED to bool.
24175 (function_arg_64): Likewise. Change type of NAMED to bool.
24176 (function_arg_ms_64): Const-ify CUM parameter. Change type of NAMED
24178 (ix86_function_arg): Change type of NAMED to bool.
H A DChangeLog-201610630 * tree.c (build_complex_type): Add NAMED second parameter and adjust
10631 recursive call. Create a TYPE_DECL only if NAMED is true.
H A DChangeLog-201829719 * output.h (bss_initializer_p): Add NAMED argument, defaulted to false.
29720 * varasm.c (bss_initializer_p): Add NAMED argument, if true, ignore
H A DChangeLog-199813338 (FUNCTION_ARG): Ignore NAMED for stdarg functions.
H A DChangeLog-200123931 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Remove unused NAMED
H A DChangeLog-201511684 (ALPHA_ARG_SIZE): Ditto. Remove unused NAMED argument.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info34703 by making 'TARGET_FUNCTION_ARG' return 0 whenever NAMED is 'false'.
35935 This hook controls how the NAMED argument to 'TARGET_FUNCTION_ARG'
35937 'true', the NAMED argument is always true for named arguments, and
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info36150 by making 'TARGET_FUNCTION_ARG' return 0 whenever NAMED is 'false'.
37382 This hook controls how the NAMED argument to 'TARGET_FUNCTION_ARG'
37384 'true', the NAMED argument is always true for named arguments, and