Home
last modified time | relevance | path

Searched refs:c_escape (Results 1 – 2 of 2) sorted by relevance

/external/curl/src/
Dtool_setopt.c210 static char *c_escape(const char *str) in c_escape() function
405 escaped = c_escape(pp->contents); in tool_setopt_httppost()
422 escaped = c_escape(pp->showfilename); in tool_setopt_httppost()
431 escaped = c_escape(pp->contenttype); in tool_setopt_httppost()
473 escaped = c_escape(s->data); in tool_setopt_slist()
571 escaped = c_escape(value); in tool_setopt()
/external/bison/lib/
Dquotearg.c426 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()