Home
last modified time | relevance | path

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

/linux/include/linux/
A Dstring_helpers.h51 #define ESCAPE_NULL BIT(2) macro
54 (ESCAPE_SPACE | ESCAPE_OCTAL | ESCAPE_SPECIAL | ESCAPE_NULL)
/linux/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.c572 if (flags & ESCAPE_NULL && escape_null(c, &p, end)) in string_escape_mem()
A Dvsprintf.c1653 flags |= ESCAPE_NULL; in escaped_string()
/linux/Documentation/translations/zh_CN/core-api/
A Dprintk-formats.rst249 - n - ESCAPE_NULL
/linux/Documentation/core-api/
A Dprintk-formats.rst270 - n - ESCAPE_NULL

Completed in 14 milliseconds