Home
last modified time | relevance | path

Searched refs:escape_hex (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dstring_helpers.c418 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() function
535 if (flags & ESCAPE_HEX && escape_hex(c, &p, end)) in string_escape_mem()
556 escape_hex(c, &p, end); in string_escape_mem_ascii()
/kernel/linux/linux-6.6/lib/
H A Dstring_helpers.c466 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() function
624 if (flags & ESCAPE_HEX && escape_hex(c, &p, end)) in string_escape_mem()

Completed in 3 milliseconds