Home
last modified time | relevance | path

Searched defs:esc (Results 1 – 3 of 3) sorted by relevance

/lib/
Dtest-string_helpers.c264 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()
Dseq_buf.c265 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
Dstring_helpers.c574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local