Home
last modified time | relevance | path

Searched refs:string_escape_str (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dstring_helpers.h59 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/
Darray.c103 ret = string_escape_str(tcomm, buf, size, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in task_name()
/linux-4.4.14/fs/
Dseq_file.c390 ret = string_escape_str(s, buf, size, ESCAPE_OCTAL, esc); in seq_escape()
/linux-4.4.14/net/sunrpc/
Dcache.c1082 ret = string_escape_str(str, bp, len, ESCAPE_OCTAL, "\\ \n\t"); in qword_add()