Searched refs:escape_passthrough (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | string_helpers.c | 348 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()
|