Searched refs:escapes (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/openat2/ |
H A D | rename_attack_test.c | 89 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 D | str.rs | 627 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 D | makefiles.rst | 576 C escapes are supported in the test instruction
|