Home
last modified time | relevance | path

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

/linux-6.6.21/lib/
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()