Lines Matching refs:s

489             s if s.ends_with("_nsec") && struct_.starts_with("stat") => {  in test_apple()
490 s.replace("e_nsec", "espec.tv_nsec") in test_apple()
496 s => s.to_string(), in test_apple()
500 cfg.skip_roundtrip(move |s| match s { in test_apple()
676 s if s.ends_with("_nsec") && struct_.starts_with("stat") => s.replace("e_nsec", ".tv_nsec"), in test_openbsd()
678 s => s.to_string(), in test_openbsd()
818 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_cygwin()
819 s.replace("e_nsec", ".tv_nsec") in test_cygwin()
827 s => s.to_string(), in test_cygwin()
971 cfg.skip_field(move |s, field| match s { in test_windows()
1243 cfg.skip_field(move |s, field| { in test_solarish()
1244 match s { in test_solarish()
1461 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_netbsd()
1462 s.replace("e_nsec", ".tv_nsec") in test_netbsd()
1465 s => s.to_string(), in test_netbsd()
1681 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_dragonflybsd()
1682 s.replace("e_nsec", ".tv_nsec") in test_dragonflybsd()
1688 s => s.to_string(), in test_dragonflybsd()
1853 s => s.to_string(), in test_wasi()
1884 cfg.skip_field(|s, field| s == "dirent" && field == "d_name"); in test_wasi()
2073 s if s.ends_with("_nsec") && struct_.starts_with("stat") => s.to_string(), in test_android()
2087 s => s.to_string(), in test_android()
2577 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_freebsd()
2578 s.replace("e_nsec", ".tv_nsec") in test_freebsd()
2586 s => s.to_string(), in test_freebsd()
3065 cfg.skip_roundtrip(move |s| match s { in test_freebsd()
3183 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_emscripten()
3184 s.replace("e_nsec", ".tv_nsec") in test_emscripten()
3188 s => s.to_string(), in test_emscripten()
3464 s => s.to_string(), in test_neutrino()
4001 s if s.ends_with("_nsec") && struct_.starts_with("stat") => { in test_linux()
4002 s.replace("e_nsec", ".tv_nsec") in test_linux()
4019 s => s.to_string(), in test_linux()
4953 cfg.skip_roundtrip(move |s| match s { in test_linux()
5073 .skip_struct(|s| s != "termios2") in test_linux_like_apis()
5171 s if s.starts_with("10") => Some(10), in which_freebsd()
5172 s if s.starts_with("11") => Some(11), in which_freebsd()
5173 s if s.starts_with("12") => Some(12), in which_freebsd()
5174 s if s.starts_with("13") => Some(13), in which_freebsd()
5175 s if s.starts_with("14") => Some(14), in which_freebsd()
5176 s if s.starts_with("15") => Some(15), in which_freebsd()
5455 cfg.skip_roundtrip(move |s| match s { in test_haiku()
5511 s => s.to_string(), in test_haiku()
5679 cfg.skip_field(move |s, field| { in test_aix()
5680 match s { in test_aix()