Searched refs:string_escape_str (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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, esc); in string_escape_str_any_np()
|
/linux-4.1.27/fs/proc/ |
D | array.c | 102 buf += string_escape_str(tcomm, buf, m->size - m->count, in task_name()
|
/linux-4.1.27/net/sunrpc/ |
D | cache.c | 1075 ret = string_escape_str(str, bp, len, ESCAPE_OCTAL, "\\ \n\t"); in qword_add()
|