Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dstring_helpers.h64 #define ESCAPE_SPECIAL BIT(1) macro
68 (ESCAPE_SPACE | ESCAPE_OCTAL | ESCAPE_SPECIAL | ESCAPE_NULL)
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst248 - c - ESCAPE_SPECIAL
/linux/lib/
H A Dstring_helpers.c627 if (flags & ESCAPE_SPECIAL && escape_special(c, &p, end)) in string_escape_mem()
H A Dvsprintf.c1672 flags |= ESCAPE_SPECIAL; in escaped_string()
/linux/fs/proc/
H A Darray.c115 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in proc_task_name()
/linux/Documentation/core-api/
H A Dprintk-formats.rst287 - c - ESCAPE_SPECIAL