HomeSort by relevance Sort by last modified time
    Searched refs:QA_ELIDE_NULL_BYTES (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
quotearg.h 35 embedded null bytes if QA_ELIDE_NULL_BYTES is not in
49 Can result in embedded null bytes if QA_ELIDE_NULL_BYTES is not
63 in embedded null bytes if QA_ELIDE_NULL_BYTES is not in effect.
216 QA_ELIDE_NULL_BYTES = 0x01,
quotearg.c 384 else if (flags & QA_ELIDE_NULL_BYTES)
702 int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES);
796 int flags = options->flags | QA_ELIDE_NULL_BYTES;

Completed in 3284 milliseconds