| /src/usr.bin/make/unit-tests/ |
| directive-if-nested.exp | 1 make: directive-if-nested.inc:1001: deeply nested .if directives
|
| directive-if-nested.mk | 3 # Tests for deeply nested .if directives. By default, memory for 128 nested 4 # .if directives is pre-allocated, any deeper nesting is reallocated. 15 printf '.info deeply nested .if directives\n'; \
|
| directive.mk | 3 # Tests for the preprocessing directives, such as .if or .info. 7 # Unknown directives are correctly named in the error messages, 16 # Directives must be written directly, not indirectly via 19 .${:Uinfo} directives cannot be indirect 35 # This is a dependency since directives must be given directly.
|
| directive-for-lines.mk | 6 # 2020-12-19, the line numbers for the .info directives and error
|
| directive-unexport.mk | 5 # Before 2020-12-13, misspelled directives like ".unexporting" or
|
| cond-late.mk | 7 # the condition. This is different from conditions in .if directives, where
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| format-php.c | 74 unsigned int directives; member in struct:spec 99 unsigned int directives; local 106 directives = 0; 116 directives++; 141 *invalid_reason = INVALID_ARGNO_0 (directives); 214 : INVALID_CONVERSION_SPECIFIER (directives, *format)); 279 result->directives = directives; 306 return spec->directives;
|
| format-csharp.c | 41 directives. 55 unsigned int directives; member in struct:spec 65 spec.directives = 0; 81 spec.directives++; 86 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec.directives); 106 xasprintf (_("In the directive number %u, ',' is not followed by a number."), spec.directives); 133 ? xasprintf (_("The directive number %u ends with an invalid character '%c' instead of '}'."), spec.directives, *format) 134 : xasprintf (_("The directive number %u ends with an invalid character instead of '}'."), spec.directives)); 151 (spec.directives == 0 153 : xasprintf (_("The string contains a lone '}' after directive number %u."), spec.directives)); [all...] |
| format-ycp.c | 44 unsigned int directives; member in struct:spec 56 spec.directives = 0; 63 spec.directives++; 83 ? xasprintf (_("In the directive number %u, the character '%c' is not a digit between 1 and 9."), spec.directives, *format) 84 : xasprintf (_("The character that terminates the directive number %u is not a digit between 1 and 9."), spec.directives))); 110 return spec->directives;
|
| format-boost.c | 94 unsigned int directives; member in struct:spec 123 spec.directives = 0; 133 spec.directives++; 166 *invalid_reason = INVALID_ARGNO_0 (spec.directives); 217 INVALID_WIDTH_ARGNO_0 (spec.directives); 303 INVALID_PRECISION_ARGNO_0 (spec.directives); 416 : INVALID_CONVERSION_SPECIFIER (spec.directives, 428 spec.directives)); 558 return spec->directives;
|
| format-qt.c | 47 unsigned int directives; member in struct:spec 59 spec.directives = 0; 69 spec.directives++; 107 return spec->directives;
|
| format-java.c | 123 unsigned int directives; member in struct:spec 171 spec->directives++; 203 xasprintf (_("In the directive number %u, '{' is not followed by an argument number."), spec->directives); 237 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid date/time style."), spec->directives, element); 247 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); 269 xasprintf (_("In the directive number %u, the substring \"%s\" is not a valid number style."), spec->directives, element); 279 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); 306 xasprintf (_("In the directive number %u, \"%s\" is not followed by a comma."), spec->directives, element); 314 xasprintf (_("In the directive number %u, the argument number is not followed by a comma and one of \"%s\", \"%s\", \"%s\", \"%s\"."), spec->directives, "time", "date", "number", "choice"); 558 xasprintf (_("In the directive number %u, a choice contains no number."), spec->directives); [all...] |
| format-gcc-internal.c | 36 format directives, implemented in gcc-4.1.0/gcc/pretty-print.c (function 131 unsigned int directives; member in struct:spec 161 spec.directives = 0; 172 spec.directives++; 206 *invalid_reason = INVALID_ARGNO_0 (spec.directives); 245 *invalid_reason = xasprintf (_("In the directive number %u, the flags combination is invalid."), spec.directives); 276 : xasprintf (_("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format)); 304 *invalid_reason = INVALID_WIDTH_ARGNO_0 (spec.directives); 314 *invalid_reason = xasprintf (_("In the directive number %u, the argument number for the precision must be equal to %u."), spec.directives, number - 1); 370 : xasprintf (_("In the directive number %u, a precision is not allowed before '%c'."), spec.directives, *format)) [all...] |
| format-c.c | 151 unsigned int directives; member in struct:spec 188 spec.directives = 0; 206 spec.directives++; 224 *invalid_reason = INVALID_ARGNO_0 (spec.directives); 278 INVALID_WIDTH_ARGNO_0 (spec.directives); 359 INVALID_PRECISION_ARGNO_0 (spec.directives); 429 *invalid_reason = INVALID_C99_MACRO (spec.directives); 435 *invalid_reason = INVALID_C99_MACRO (spec.directives); 441 *invalid_reason = INVALID_C99_MACRO (spec.directives); 455 *invalid_reason = INVALID_C99_MACRO (spec.directives); [all...] |
| format-pascal.c | 83 unsigned int directives; member in struct:spec 108 unsigned int directives; local 122 directives = 0; 132 directives++; 247 : INVALID_CONVERSION_SPECIFIER (directives, *format)); 332 result->directives = directives; 359 return spec->directives;
|
| format-perl.c | 106 unsigned int directives; member in struct:spec 134 unsigned int directives; local 141 directives = 0; 156 directives++; 426 xasprintf (_("In the directive number %u, the size specifier is incompatible with the conversion specifier '%c'."), directives, *format); 441 : INVALID_CONVERSION_SPECIFIER (directives, *format)); 509 result->directives = directives; 536 return spec->directives;
|
| format-librep.c | 72 unsigned int directives; member in struct:spec 101 spec.directives = 0; 113 spec.directives++; 177 : INVALID_CONVERSION_SPECIFIER (spec.directives, *format)); 270 return spec->directives;
|
| format-tcl.c | 78 unsigned int directives; member in struct:spec 109 spec.directives = 0; 121 spec.directives++; 146 *invalid_reason = INVALID_ARGNO_0 (spec.directives); 254 : INVALID_CONVERSION_SPECIFIER (spec.directives, *format)); 345 return spec->directives;
|
| format-awk.c | 74 unsigned int directives; member in struct:spec 103 spec.directives = 0; 116 spec.directives++; 134 *invalid_reason = INVALID_ARGNO_0 (spec.directives); 171 INVALID_WIDTH_ARGNO_0 (spec.directives); 253 INVALID_PRECISION_ARGNO_0 (spec.directives); 332 : INVALID_CONVERSION_SPECIFIER (spec.directives, *format)); 458 return spec->directives;
|
| format-perl-brace.c | 48 unsigned int directives; member in struct:spec 68 spec.directives = 0; 98 spec.directives++; 159 return spec->directives;
|
| format-sh.c | 65 unsigned int directives; member in struct:spec 94 spec.directives = 0; 105 spec.directives++; 256 return spec->directives;
|
| format-elisp.c | 75 unsigned int directives; member in struct:spec 104 spec.directives = 0; 116 spec.directives++; 213 : INVALID_CONVERSION_SPECIFIER (spec.directives, *format)); 306 return spec->directives;
|
| format-python.c | 90 unsigned int directives; member in struct:spec 121 spec.directives = 0; 135 spec.directives++; 252 : INVALID_CONVERSION_SPECIFIER (spec.directives, *format)); 388 return spec->directives;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regenerate-opt-urls.py | 327 directives = [] 339 directives.append('LangUrlSuffix_%s(%s)' % (lang, list(url_suffixes)[0])) 341 directives.append('UrlSuffix(%s)' % list(url_suffixes)[0]) 350 if directives: 352 dstfile.write(' '.join(directives) + '\n')
|
| /src/external/bsd/tradcpp/dist/ |
| directive.c | 295 "Multiple #else directives in one conditional"); 580 } directives[] = { variable in typeref:struct:__anon5852 595 static const unsigned numdirectives = HOWMANY(directives); 607 len = strlen(directives[i].name); 608 if (!strncmp(line, directives[i].name, len) && 610 if (directives[i].ifskip && !ifstate->curtrue) { 622 directives[i].func(lp, &p2, line);
|