Searched refs:esc (Results 1 – 3 of 3) sorted by relevance
/lib/ |
D | test-string_helpers.c | 264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow() argument 269 q_real = string_escape_mem(in, p, NULL, 0, flags, esc); in test_string_escape_overflow() 277 unsigned int flags, const char *esc) in test_string_escape() argument 316 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc); in test_string_escape() 321 test_string_escape_overflow(in, p, flags, esc, q_test, name); in test_string_escape()
|
D | string_helpers.c | 574 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local 580 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc); in kstrdup_quotable() 585 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen); in kstrdup_quotable()
|
D | seq_buf.c | 265 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument 276 char *end = mangle_path(buf, p, esc);
|