Home
last modified time | relevance | path

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

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