Lines Matching refs:openat
231 dfd = openat(pathdfd, "", O_DIRECTORY | O_EMPTY_PATH); in ATF_TC_BODY()
240 dfd = openat(pathdfd, "", O_DIRECTORY | O_EMPTY_PATH); in ATF_TC_BODY()
249 dfd = openat(pathdfd, "", O_DIRECTORY | O_EMPTY_PATH); in ATF_TC_BODY()
255 fd = openat(pathfd, "", O_RDWR | O_EMPTY_PATH); in ATF_TC_BODY()
261 fd = openat(pathfd, "", O_RDWR | O_EMPTY_PATH | O_APPEND); in ATF_TC_BODY()
270 fd = openat(pathfd, "", O_RDWR | O_EMPTY_PATH); in ATF_TC_BODY()
278 fd = openat(pathfd, "", O_RDONLY | O_EMPTY_PATH); in ATF_TC_BODY()
345 fd = openat(pathfd, "test", O_RDWR | O_CREAT, 0600); in ATF_TC_BODY()
356 openat(pathfd, "test2", O_RDWR | O_CREAT, 0600) < 0); in ATF_TC_BODY()
384 openat(pathfd, "test2", O_RDWR | O_CREAT, 0600) < 0); in ATF_TC_BODY()
972 ATF_REQUIRE_ERRNO(EOPNOTSUPP, openat(pathfd, "", O_EMPTY_PATH) == -1); in ATF_TC_BODY()