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

  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlTokenType.java 52 * A directive such as a DOCTYPE declaration.
54 DIRECTIVE,
HtmlLexer.java 260 * HtmlTokenType.{TEXT,TAGBEGIN,TAGEND,DIRECTIVE,COMMENT,CDATA,DIRECTIVE}</tt>
346 DIRECTIVE,
551 state = State.DIRECTIVE;
558 state = State.DIRECTIVE;
581 case DIRECTIVE:
583 type = HtmlTokenType.DIRECTIVE;
666 case DIRECTIVE:
  /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,
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 246 milliseconds