set_quoting_flags  259 gnulib-tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_NULL_BYTES) == 0);
set_quoting_flags  265 gnulib-tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_OUTER_QUOTES)
set_quoting_flags  273 gnulib-tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_SPLIT_TRIGRAPHS)
set_quoting_flags  281 gnulib-tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, 0) == QA_SPLIT_TRIGRAPHS);
set_quoting_flags  267 lib/quotearg.h int set_quoting_flags (struct quoting_options *o, int i);