Home
last modified time | relevance | path

Searched refs:escapes (Results 1 – 3 of 3) 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
123 escapes++; /* escaped outside and got ENOENT... */ in test_rename_attack()
130 escapes++; /* we got an unexpected fd */ in test_rename_attack()
135 if (escapes > 0) in test_rename_attack()
140 flagname(resolve), ROUNDS, escapes); in test_rename_attack()
/linux/rust/kernel/
H A Dstr.rs627 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); in test_bstr_debug()
628 assert_eq!(format!("{}", escapes), "_\\t_\\n_\\r_\\_'_\"_"); in test_bstr_debug()
641 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_");
642 assert_eq!(format!("{:?}", escapes), "\"_\\t_\\n_\\r_\\\\_'_\\\"_\"");
606 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); test_bstr_display() localVariable
620 let escapes = BStr::from_bytes(b"_\t_\n_\r_\\_\'_\"_"); test_bstr_debug() localVariable
/linux/Documentation/kbuild/
H A Dmakefiles.rst576 C escapes are supported in the test instruction