Lines Matching full:quote
1 /* quotearg.h - quote arguments for output
47 /* Quote names for the shell if they contain shell metacharacters
61 /* Quote names for the shell, even if they would normally not
76 /* Quote names as for a C language string (ls --quoting-style=c).
90 /* Like c_quoting_style except omit the surrounding double-quote
103 double-quote characters and ignore QA_SPLIT_TRIGRAPHS
117 (ls --quoting-style=locale). For UTF-8 locales, quote
196 levels where the outer quote need not be escaped within the inner
197 quotes. For two levels where the outer quote must be escaped
213 /* Always elide null bytes from styles that do not quote them,
218 /* Omit the surrounding quote characters if no escaped characters
259 0 (the default) and 1 (which means to quote the character even if
273 set the left quote to LEFT_QUOTE, and set the right quote to
328 quote null bytes. */
341 (N, S, ARG), except it can quote null bytes. */
352 /* Like quotearg (ARG), except also quote any instances of CH.
356 /* Like quotearg_char (ARG, CH), except it can quote null bytes. */
362 /* Like quotearg_colon (ARG), except it can quote null bytes. */
366 with left quote as LEFT_QUOTE and right quote as RIGHT_QUOTE. See
373 can quote null bytes. */