Lines Matching refs:open_test
955 macro_rules! open_test { macro
1009 open_test!(read_only_file_open, P9_RDONLY);
1010 open_test!(read_write_file_open, P9_RDWR);
1011 open_test!(write_only_file_open, P9_WRONLY);
1013 open_test!(create_read_only_file_open, P9_CREATE | P9_RDONLY);
1014 open_test!(create_read_write_file_open, P9_CREATE | P9_RDWR);
1015 open_test!(create_write_only_file_open, P9_CREATE | P9_WRONLY);
1017 open_test!(append_read_only_file_open, P9_APPEND | P9_RDONLY);
1018 open_test!(append_read_write_file_open, P9_APPEND | P9_RDWR);
1019 open_test!(append_write_only_file_open, P9_APPEND | P9_WRONLY);
1021 open_test!(trunc_read_only_file_open, P9_TRUNC | P9_RDONLY);
1022 open_test!(trunc_read_write_file_open, P9_TRUNC | P9_RDWR);
1023 open_test!(trunc_write_only_file_open, P9_TRUNC | P9_WRONLY);
1025 open_test!(
1029 open_test!(
1033 open_test!(
1038 open_test!(
1042 open_test!(
1046 open_test!(
1051 open_test!(
1055 open_test!(
1059 open_test!(
1064 open_test!(
1068 open_test!(
1072 open_test!(
1077 open_test!(
1082 open_test!(
1087 open_test!(