Home
last modified time | relevance | path

Searched refs:check_write (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c770 check_write(const char *testname, write_fn fn, const char *path, in check_write() function
1174 check_write("check_write_dir", write, dir_path, dir_modes, in main()
1176 check_write("check_write_file", write, file_path, file_modes, in main()
1179 check_write("check_writev_dir", writev_wrapper, dir_path, dir_modes, in main()
1181 check_write("check_writev_file", writev_wrapper, file_path, in main()
1184 check_write("check_pwrite_dir", pwrite_wrapper, dir_path, dir_modes, in main()
1186 check_write("check_pwrite_file", pwrite_wrapper, file_path, in main()
1189 check_write("check_pwritev_dir", pwritev_wrapper, dir_path, in main()
1191 check_write("check_pwritev_file", pwritev_wrapper, file_path, in main()
1195 check_write("check_aio_write_dir", aio_write_wrapper, in main()
[all …]
/freebsd-14.2/contrib/bmake/
H A Dmeta.c1334 goto check_write; in meta_oodate()
1356 check_write: in meta_oodate()