Searched refs:string_escape_str (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | string_helpers.h | 59 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() function 68 return string_escape_str(src, dst, sz, ESCAPE_ANY_NP, only); in string_escape_str_any_np()
|
/linux-4.4.14/fs/proc/ |
D | array.c | 103 ret = string_escape_str(tcomm, buf, size, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in task_name()
|
/linux-4.4.14/fs/ |
D | seq_file.c | 390 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
|
/linux-4.4.14/net/sunrpc/ |
D | cache.c | 1082 ret = string_escape_str(str, bp, len, ESCAPE_OCTAL, "\\ \n\t"); in qword_add()
|