Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Dstring_helpers.c307 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() function
512 if (flags & ESCAPE_SPACE && escape_space(c, &p, end)) in string_escape_mem()