HomeSort by: relevance | last modified time | path
    Searched defs:DIRECTIVE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.c 48 # define DIRECTIVE wchar_t_directive
53 # define DIRECTIVE char_directive
72 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
119 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
121 /* Initialize the next directive. */
512 DIRECTIVE *memory;
515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
542 #undef DIRECTIVE
vasnprintf.c 79 # define DIRECTIVE wchar_t_directive
94 # define DIRECTIVE char_directive
137 DIRECTIVE *dp;
143 /* Allocate a small buffer that will hold a directive passed to
219 /* Execute a single directive. */
769 directive. */
772 /* Don't use the '%n' directive; instead, look
783 It doesn't understand the '%n' directive,
888 #undef DIRECTIVE
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.c 48 # define DIRECTIVE wchar_t_directive
53 # define DIRECTIVE char_directive
72 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
119 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
121 /* Initialize the next directive. */
512 DIRECTIVE *memory;
515 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
542 #undef DIRECTIVE
vasnprintf.c 79 # define DIRECTIVE wchar_t_directive
94 # define DIRECTIVE char_directive
137 DIRECTIVE *dp;
143 /* Allocate a small buffer that will hold a directive passed to
219 /* Execute a single directive. */
769 directive. */
772 /* Don't use the '%n' directive; instead, look
783 It doesn't understand the '%n' directive,
888 #undef DIRECTIVE
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.c 52 # define DIRECTIVE wchar_t_directive
57 # define DIRECTIVE char_directive
76 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
123 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
125 /* Initialize the next directive. */
507 DIRECTIVE *memory;
510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
537 #undef DIRECTIVE
vasnprintf.c 83 # define DIRECTIVE wchar_t_directive
98 # define DIRECTIVE char_directive
141 DIRECTIVE *dp;
147 /* Allocate a small buffer that will hold a directive passed to
223 /* Execute a single directive. */
772 directive. */
775 /* Don't use the '%n' directive; instead, look
786 It doesn't understand the '%n' directive,
887 #undef DIRECTIVE
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.c 52 # define DIRECTIVE wchar_t_directive
57 # define DIRECTIVE char_directive
76 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
123 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
125 /* Initialize the next directive. */
507 DIRECTIVE *memory;
510 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
537 #undef DIRECTIVE
vasnprintf.c 93 # define DIRECTIVE wchar_t_directive
108 # define DIRECTIVE char_directive
151 DIRECTIVE *dp;
157 /* Allocate a small buffer that will hold a directive passed to
233 /* Execute a single directive. */
865 #undef DIRECTIVE
  /src/external/gpl3/binutils/dist/ld/
deffilep.h 82 DIRECTIVE = 283, /* DIRECTIVE */
119 #define DIRECTIVE 283
deffilep.c 255 DIRECTIVE = 283, /* DIRECTIVE */
292 #define DIRECTIVE 283
357 YYSYMBOL_DIRECTIVE = 28, /* DIRECTIVE */
812 "DIRECTIVE", "EQUAL", "ID", "DIGITS", "'.'", "','", "'='", "'@'",
1512 case 16: /* command: DIRECTIVE ID */
1728 case 62: /* keyword_as_name: DIRECTIVE */
1730 { (yyval.id_const) = "DIRECTIVE"; }
2217 struct directive struct
2219 struct directive *next
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
deffilep.h 82 DIRECTIVE = 283, /* DIRECTIVE */
119 #define DIRECTIVE 283
deffilep.c 255 DIRECTIVE = 283, /* DIRECTIVE */
292 #define DIRECTIVE 283
357 YYSYMBOL_DIRECTIVE = 28, /* DIRECTIVE */
812 "DIRECTIVE", "EQUAL", "ID", "DIGITS", "'.'", "','", "'='", "'@'",
1512 case 16: /* command: DIRECTIVE ID */
1728 case 62: /* keyword_as_name: DIRECTIVE */
1730 { (yyval.id_const) = "DIRECTIVE"; }
2217 struct directive struct
2219 struct directive *next
    [all...]

Completed in 29 milliseconds