Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Dstring_helpers.c313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() function
522 if (flags & ESCAPE_SPACE && escape_space(c, &p, end)) in string_escape_mem()
/kernel/linux/linux-6.6/lib/
H A Dstring_helpers.c358 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() function
611 if (flags & ESCAPE_SPACE && escape_space(c, &p, end)) in string_escape_mem()

Completed in 3 milliseconds