Home
last modified time | relevance | path

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

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