Searched refs:QUOTE_OMIT_LEADING_TRAILING_QUOTES (Results 1 – 2 of 2) sorted by relevance
489 QUOTE_OMIT_LEADING_TRAILING_QUOTES); in printfd()551 if (!(style & QUOTE_OMIT_LEADING_TRAILING_QUOTES)) in string_quote()625 if (!(style & QUOTE_OMIT_LEADING_TRAILING_QUOTES)) in string_quote()640 if (!(style & QUOTE_OMIT_LEADING_TRAILING_QUOTES)) in string_quote()683 alloc_size += 1 + (style & QUOTE_OMIT_LEADING_TRAILING_QUOTES ? 0 : 2); in print_quoted_string()
486 #define QUOTE_OMIT_LEADING_TRAILING_QUOTES 0x02 macro