Home
last modified time | relevance | path

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

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