HomeSort by relevance Sort by last modified time
    Searched defs:DIRECTIVE (Results 1 - 5 of 5) sorted by null

  /external/bison/lib/
printf-parse.c 21 DIRECTIVE Structure denoting a format directive.
43 # define DIRECTIVE char_directive
140 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */
142 /* Initialize the next directive. */
585 DIRECTIVE *memory;
588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
592 memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir
599 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE));
    [all...]
vasnprintf.c 24 DIRECTIVE Structure denoting a format directive.
129 # define DIRECTIVE wchar_t_directive
140 # define DIRECTIVE char_directive
    [all...]
  /external/e2fsprogs/intl/
printf-parse.c 50 # define DIRECTIVE wchar_t_directive
55 # define DIRECTIVE char_directive
74 d->dir = malloc (d_allocated * sizeof (DIRECTIVE));
121 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */
123 /* Initialize the next directive. */
505 DIRECTIVE *memory;
508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE));
533 #undef DIRECTIVE
vasnprintf.c 81 # define DIRECTIVE wchar_t_directive
96 # define DIRECTIVE char_directive
139 DIRECTIVE *dp;
145 /* Allocate a small buffer that will hold a directive passed to
221 /* Execute a single directive. */
770 directive. */
773 /* Don't use the '%n' directive; instead, look
784 It doesn't understand the '%n' directive,
882 #undef DIRECTIVE
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 80 DIRECTIVE,

Completed in 105 milliseconds