| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | printf-parse.c | 52 # define DIRECTIVE wchar_t_directive macro 57 # define DIRECTIVE char_directive macro 76 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE() 123 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ in PRINTF_PARSE() 507 DIRECTIVE *memory; in PRINTF_PARSE() 510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 537 #undef DIRECTIVE
|
| H A D | vasnprintf.c | 83 # define DIRECTIVE wchar_t_directive macro 98 # define DIRECTIVE char_directive macro 141 DIRECTIVE *dp; in VASNPRINTF() 887 #undef DIRECTIVE
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | printf-parse.c | 48 # define DIRECTIVE wchar_t_directive macro 53 # define DIRECTIVE char_directive macro 72 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE() 119 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ in PRINTF_PARSE() 512 DIRECTIVE *memory; in PRINTF_PARSE() 515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 542 #undef DIRECTIVE
|
| H A D | vasnprintf.c | 79 # define DIRECTIVE wchar_t_directive macro 94 # define DIRECTIVE char_directive macro 137 DIRECTIVE *dp; in VASNPRINTF() 888 #undef DIRECTIVE
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | printf-parse.c | 48 # define DIRECTIVE wchar_t_directive macro 53 # define DIRECTIVE char_directive macro 72 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE() 119 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ in PRINTF_PARSE() 512 DIRECTIVE *memory; in PRINTF_PARSE() 515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 542 #undef DIRECTIVE
|
| H A D | vasnprintf.c | 79 # define DIRECTIVE wchar_t_directive macro 94 # define DIRECTIVE char_directive macro 137 DIRECTIVE *dp; in VASNPRINTF() 888 #undef DIRECTIVE
|
| H A D | ChangeLog | 340 (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros. 342 (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | printf-parse.c | 52 # define DIRECTIVE wchar_t_directive macro 57 # define DIRECTIVE char_directive macro 76 d->dir = malloc (d_allocated * sizeof (DIRECTIVE)); in PRINTF_PARSE() 123 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ in PRINTF_PARSE() 507 DIRECTIVE *memory; in PRINTF_PARSE() 510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 537 #undef DIRECTIVE
|
| H A D | vasnprintf.c | 93 # define DIRECTIVE wchar_t_directive macro 108 # define DIRECTIVE char_directive macro 151 DIRECTIVE *dp; in VASNPRINTF() 865 #undef DIRECTIVE
|
| /netbsd-src/sys/arch/hpc/hpc/platid_gen/ |
| H A D | gram.y | 73 %token <str>DIRECTIVE 97 DIRECTIVE { $$ = new_node(N_DIRECTIVE, 0, $1, NULL, NULL); }; 107 DIRECTIVE { $$ = new_node(N_DIRECTIVE, 0, $1, NULL, NULL); };
|
| H A D | scan.l | 53 #[^\n]*\n { yylval.str = strdup(yytext); yyline++; return DIRECTIVE; }
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | deffilep.h | 82 DIRECTIVE = 283, /* DIRECTIVE */ enumerator 119 #define DIRECTIVE 283 macro
|
| H A D | deffilep.y | 128 %token READ WRITE EXECUTE SHARED_K NONAMEU NONAMEL DIRECTIVE EQUAL 159 | DIRECTIVE ID { def_directive ($2);} 253 | DIRECTIVE { $$ = "DIRECTIVE"; } 1415 { "DIRECTIVE", DIRECTIVE },
|
| H A D | deffilep.c | 255 DIRECTIVE = 283, /* DIRECTIVE */ enumerator 292 #define DIRECTIVE 283 macro 3261 { "DIRECTIVE", DIRECTIVE },
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | deffilep.h | 81 DIRECTIVE = 282, /* DIRECTIVE */ enumerator 117 #define DIRECTIVE 282 macro
|
| H A D | deffilep.y | 125 %token READ WRITE EXECUTE SHARED_K NONAMEU NONAMEL DIRECTIVE EQUAL 156 | DIRECTIVE ID { def_directive ($2);} 249 | DIRECTIVE { $$ = "DIRECTIVE"; } 1311 { "DIRECTIVE", DIRECTIVE },
|
| H A D | deffilep.c | 251 DIRECTIVE = 282, /* DIRECTIVE */ enumerator 287 #define DIRECTIVE 282 macro 3126 { "DIRECTIVE", DIRECTIVE },
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.cpp | 1467 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ argument 1469 KdStream << Indent << DIRECTIVE " " \ 1630 #define PRINT_DIRECTIVE(DIRECTIVE, MASK) \ in decodeKernelDescriptorDirective() argument 1632 KdStream << Indent << DIRECTIVE " " \ in decodeKernelDescriptorDirective()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUTargetStreamer.cpp | 308 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument 309 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
| H A D | darwin.h | 889 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) NAME, argument
|
| H A D | darwin.c | 228 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) \ in darwin_init_sections() argument 233 "\t" DIRECTIVE); in darwin_init_sections()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
| H A D | darwin.h | 916 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) NAME, argument
|
| H A D | darwin.cc | 244 #define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) \ in darwin_init_sections() argument 249 "\t" DIRECTIVE); in darwin_init_sections()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gccint.info | 4512 '{ dg-final { LOCAL-DIRECTIVE } }' 6500 '{ dg-final-generate { LOCAL-DIRECTIVE } }' 6501 This directive is similar to 'dg-final', but the LOCAL-DIRECTIVE is 6504 '{ dg-final-use { LOCAL-DIRECTIVE } }' 6505 The LOCAL-DIRECTIVE is run after the profile data have been used.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gccint.info | 4535 '{ dg-final { LOCAL-DIRECTIVE } }' 6823 '{ dg-final-generate { LOCAL-DIRECTIVE } }' 6824 This directive is similar to 'dg-final', but the LOCAL-DIRECTIVE is 6827 '{ dg-final-use { LOCAL-DIRECTIVE } }' 6828 The LOCAL-DIRECTIVE is run after the profile data have been used.
|