HomeSort by: relevance | last modified time | path
    Searched defs:directives (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl2/gettext/dist/gettext-tools/src/
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-qt.c 47 unsigned int directives; member in struct:spec
59 spec.directives = 0;
69 spec.directives++;
107 return spec->directives;
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-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-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-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-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-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-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-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-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-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;
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-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-lisp.c 107 unsigned int directives; member in struct:spec
2294 /* ================= Handling of format string directives ================= */
2296 /* Possible signatures of format directives. */
2332 unsigned int directives, char **invalid_reason)
2352 xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount - paramcount + 1, "integer", "character");
2364 xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount - paramcount + 1, "character", "integer");
2390 directives, orig_t_count);
2418 unsigned int directives, char **invalid_reason)
2420 (void) directives;
2473 /* Count number of directives. *
    [all...]
format-scheme.c 110 unsigned int directives; member in struct:spec
2317 /* ================= Handling of format string directives ================= */
2319 /* Possible signatures of format directives. */
2358 unsigned int directives, char **invalid_reason)
2378 xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount - paramcount + 1, "integer", "character");
2390 xasprintf (_("In the directive number %u, parameter %u is of type '%s' but a parameter of type '%s' is expected."), directives, orig_paramcount - paramcount + 1, "character", "integer");
2416 directives, orig_t_count);
2476 /* Count number of directives. */
2477 spec->directives++;
2505 : xasprintf (_("In the directive number %u, '%c' is not followed by a digit."), spec->directives, format[-1]))
    [all...]
  /src/external/bsd/tradcpp/dist/
directive.c 295 "Multiple #else directives in one conditional");
580 } directives[] = { variable in typeref:struct:__anon8163
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);
  /src/external/mpl/bind/dist/doc/arm/_ext/
iscconf.py 26 from docutils.parsers.rst import Directive, directives
30 from sphinx.directives import ObjectDescription
102 "short": directives.unchanged_required,
103 "suppress_grammar": directives.flag,
281 directives = { variable in class:domain_factory.ISCConfDomain
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 77 } directives[] = { variable in typeref:struct:__anon3184
603 for (i = 0; directives[i].name; ++i) {
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
607 if (directives[i].name == NULL) {
613 if (directives[i].func == NULL) {
618 fprintf (listfp, "Processing directive \"%s\"\n", directives[i].name);
621 (*directives[i].func) ();
  /src/external/gpl3/gcc/dist/gcc/config/bfin/
bfin.h 974 typedef enum directives {
972 typedef enum directives { enum
  /src/external/gpl3/gcc.old/dist/gcc/config/bfin/
bfin.h 975 typedef enum directives {
973 typedef enum directives { enum
  /src/external/gpl3/binutils/dist/ld/
deffilep.c 2224 static struct directive *directives = 0; variable in typeref:struct:directive
2271 while ((d = directives) != NULL)
2277 directives = d->next;
3159 d->next = directives;
3160 directives = d;

Completed in 59 milliseconds

1 2