Searched refs:escape_passthrough (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A 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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | string_helpers.c | 303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() function 539 escape_passthrough(c, &p, end); in string_escape_mem() 558 escape_passthrough(c, &p, end); in string_escape_mem_ascii()
|
Completed in 3 milliseconds