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.c89 int escapes = 0, other_errs = 0, exdevs = 0, eagains = 0, successes = 0; in test_rename_attack() local
/linux/rust/kernel/
H A Dstr.rs699 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); test_bstr_display() localVariable
714 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); test_bstr_debug() localVariable