Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dstring_helpers.c437 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() function
627 if (flags & ESCAPE_NULL && escape_null(c, &p, end)) in string_escape_mem()