Home
last modified time | relevance | path

Searched defs:escapes (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c
/linux/rust/kernel/
H A Dstr.rs519 assert_eq!(format!("{escapes}"), "_\\t_\\n_\\r_\\_'_\"_"); in test_bstr_debug() localVariable
504 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); test_bstr_display() localVariable