Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dstring_helpers.h59 #define ESCAPE_NULL BIT(2) macro
62 (ESCAPE_SPACE | ESCAPE_OCTAL | ESCAPE_SPECIAL | ESCAPE_NULL)
/linux-6.3-rc2/lib/
A Dtest-string_helpers.c393 flags &= ~ESCAPE_NULL; in test_string_find_match()
436 if (flags & ESCAPE_NULL) { in test_string_escape()
A Dstring_helpers.c617 if (flags & ESCAPE_NULL && escape_null(c, &p, end)) in string_escape_mem()
A Dvsprintf.c1640 flags |= ESCAPE_NULL; in escaped_string()
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst250 - n - ESCAPE_NULL
/linux-6.3-rc2/Documentation/core-api/
A Dprintk-formats.rst270 - n - ESCAPE_NULL

Completed in 26 milliseconds