Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dstring_helpers.c397 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() function
532 if (flags & ESCAPE_OCTAL && escape_octal(c, &p, end)) in string_escape_mem()
/kernel/linux/linux-6.6/lib/
H A Dstring_helpers.c445 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() function
621 if (flags & ESCAPE_OCTAL && escape_octal(c, &p, end)) in string_escape_mem()

Completed in 3 milliseconds