Home | History | Annotate | Download | only in lib

Lines Matching full:like

64        Behaves like shell_quoting_style if QA_ELIDE_OUTER_QUOTES is in
77 Behaves like c_maybe_quoting_style if QA_ELIDE_OUTER_QUOTES is
90 /* Like c_quoting_style except omit the surrounding double-quote
102 /* Like c_quoting_style except always omit the surrounding
114 /* Like clocale_quoting_style, but quote `like this' instead of
115 "like this" in the default C locale (ls --quoting-style=locale).
138 /* Like c_quoting_style except use quotation marks appropriate for
237 /* Like quotearg_buffer, except return the result in a newly allocated
243 /* Like quotearg_alloc, except that the length of the result,
265 of size ARGSIZE. This is like quotearg_n (N, ARG), except it can
273 This is like quotearg_n (N, ARG), except that it uses S with no other
278 argument ARG of size ARGSIZE. This is like quotearg_n_style
290 /* Like quotearg (ARG), except also quote any instances of CH. */
293 /* Like quotearg_char (ARG, CH), except it can quote null bytes. */
299 /* Like quotearg_colon (ARG), except it can quote null bytes. */