Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dunix-fns.c92 void test_open_at(int directory_fd, const char *relative_path) { in test_open_at() argument
94 fd = openat(directory_fd, relative_path, O_RDONLY); // no-warning in test_open_at()
98 …fd = openat(directory_fd, relative_path, O_CREAT); // expected-warning{{Call to 'openat' requires … in test_open_at()