Lines Matching full:quoting
26 /* Basic quoting styles. For each style, an example is given on the
34 /* Output names as-is (ls --quoting-style=literal). Can result in
48 or would cause ambiguous output (ls --quoting-style=shell).
62 require quoting (ls --quoting-style=shell-always). Can result
76 /* Quote names as for a C language string (ls --quoting-style=c).
104 (ls --quoting-style=escape).
117 (ls --quoting-style=locale). For UTF-8 locales, quote
143 (ls --quoting-style=clocale).
230 /* For now, --quoting-style=literal is the default, but this may change. */
235 /* Names of quoting styles and their corresponding values. */
242 that contains the default quoting style options. */
244 /* Allocate a new set of quoting options, with contents initially identical
249 /* Get the value of O's quoting style. If O is null, use the default. */
253 set the value of the quoting style to S. */
257 set the value of the quoting options for character C to I.
266 set the value of the quoting options flag to I, which can be a
272 set the value of the quoting style to custom_quoting_style,
285 argument ARG (of size ARGSIZE), using O to control quoting.
315 Use the default quoting options.
336 options to specify the quoting method. */