Home
last modified time | relevance | path

Searched refs:QA_ELIDE_NULL_BYTES (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c310 else if (flags & QA_ELIDE_NULL_BYTES) in quotearg_buffer_restyled()
612 int flags = p->flags | (size ? 0 : QA_ELIDE_NULL_BYTES); in quotearg_alloc_mem()
703 int flags = options->flags | QA_ELIDE_NULL_BYTES; in quotearg_n_options()
Dquotearg.h169 QA_ELIDE_NULL_BYTES = 0x01, enumerator