Lines Matching refs:expect
14 match unsafe { fork() }.expect("Error: Fork Failed") {
20 kill(child, Some(SIGKILL)).expect("Error: Kill Failed");
41 match unsafe { fork() }.expect("Error: Fork Failed") {
47 kill(child, Some(SIGKILL)).expect("Error: Kill Failed");
61 match unsafe { fork() }.expect("Error: Fork Failed") {
84 match unsafe { fork() }.expect("Error: Fork Failed") {
174 .expect("setoptions failed");
177 ptrace::syscall(child, None).expect("syscall failed");
180 ptrace::cont(child, None).expect("cont failed");
190 ptrace::cont(child, None).expect("cont failed");
209 .expect("setopts failed");
212 ptrace::syscall(child, None).expect("syscall failed");
218 ptrace::cont(child, None).expect("cont failed");
228 ptrace::cont(child, None).expect("cont failed");
240 match unsafe { fork() }.expect("Error: Fork Failed") {
252 match unsafe { fork() }.expect("Error: Fork Failed") {