Searched refs:c_escape (Results 1 – 2 of 2) sorted by relevance
189 static char *c_escape(const char *str) in c_escape() function384 escaped = c_escape(pp->contents); in tool_setopt_httppost()401 escaped = c_escape(pp->showfilename); in tool_setopt_httppost()410 escaped = c_escape(pp->contenttype); in tool_setopt_httppost()452 escaped = c_escape(s->data); in tool_setopt_slist()550 escaped = c_escape(value); in tool_setopt()
426 case '\a': esc = 'a'; goto c_escape; in quotearg_buffer_restyled()427 case '\b': esc = 'b'; goto c_escape; in quotearg_buffer_restyled()428 case '\f': esc = 'f'; goto c_escape; in quotearg_buffer_restyled()432 case '\v': esc = 'v'; goto c_escape; in quotearg_buffer_restyled()444 c_escape: in quotearg_buffer_restyled()