Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dstring_helpers.c348 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() function
596 escape_passthrough(c, &p, end)) in string_escape_mem()
600 flags & ESCAPE_NAP && escape_passthrough(c, &p, end)) in string_escape_mem()
604 flags & ESCAPE_NP && escape_passthrough(c, &p, end)) in string_escape_mem()
608 flags & ESCAPE_NA && escape_passthrough(c, &p, end)) in string_escape_mem()
627 escape_passthrough(c, &p, end); in string_escape_mem()