Lines Matching +defs:buffer +defs:o
122 clone_quoting_options (struct quoting_options *o) in clone_quoting_options()
133 get_quoting_style (struct quoting_options const *o) in get_quoting_style()
141 set_quoting_style (struct quoting_options *o, enum quoting_style s) in set_quoting_style()
152 set_char_quoting (struct quoting_options *o, char c, int i) in set_char_quoting()
168 set_quoting_flags (struct quoting_options *o, int i) in set_quoting_flags()
179 set_custom_quoting (struct quoting_options *o, in set_custom_quoting()
195 struct quoting_options o = { literal_quoting_style, 0, { 0 }, NULL, NULL }; in quoting_options_from_style() local
256 quotearg_buffer_restyled (char *buffer, size_t buffersize, in quotearg_buffer_restyled()
784 quotearg_buffer (char *buffer, size_t buffersize, in quotearg_buffer()
786 struct quoting_options const *o) in quotearg_buffer()
800 struct quoting_options const *o) in quotearg_alloc()
813 struct quoting_options const *o) in quotearg_alloc_mem()
957 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style() local
965 struct quoting_options const o = quoting_options_from_style (s); in quotearg_n_style_mem() local
1030 struct quoting_options o = default_quoting_options; in quotearg_n_custom_mem() local