Searched defs:esc (Results 1 – 3 of 3) sorted by relevance
264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow()277 unsigned int flags, const char *esc) in test_string_escape()
265 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local