set_quoting_flags  302 maint/gnulib/lib/quotearg.h int set_quoting_flags (struct quoting_options *o, int i);
set_quoting_flags  295 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_NULL_BYTES) == 0);
set_quoting_flags  301 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_ELIDE_OUTER_QUOTES)
set_quoting_flags  309 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, QA_SPLIT_TRIGRAPHS)
set_quoting_flags  317 maint/gnulib/tests/test-quotearg-simple.c   ASSERT (set_quoting_flags (NULL, 0) == QA_SPLIT_TRIGRAPHS);