Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring_helpers.h64 #define ESCAPE_NULL BIT(2) macro
67 (ESCAPE_SPACE | ESCAPE_OCTAL | ESCAPE_SPECIAL | ESCAPE_NULL)
/linux/lib/
H A Dstring_helpers_kunit.c382 flags &= ~ESCAPE_NULL; in test_string_find_match()
425 if (flags & ESCAPE_NULL) { in test_string_escape()
H A Dstring_helpers.c627 if (flags & ESCAPE_NULL && escape_null(c, &p, end)) in string_escape_mem()
H A Dvsprintf.c1663 flags |= ESCAPE_NULL; in escaped_string()
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst250 - n - ESCAPE_NULL
/linux/Documentation/core-api/
H A Dprintk-formats.rst289 - n - ESCAPE_NULL