Searched refs:esc (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | seq_file.h | 107 char *mangle_path(char *s, const char *p, const char *esc); 141 unsigned int flags, const char *esc); 144 unsigned int flags, const char *esc) in seq_escape_str() argument 146 seq_escape_mem(m, src, strlen(src), flags, esc); in seq_escape_str() 160 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() argument 162 seq_escape_str(m, s, ESCAPE_OCTAL, esc); in seq_escape() 173 const struct path *root, const char *esc);
|
| D | seq_buf.h | 164 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
|