Searched refs:readdir (Results 1 – 19 of 19) sorted by relevance
| /llvm-project-15.0.7/libc/src/dirent/ |
| H A D | CMakeLists.txt | 38 readdir 40 readdir.cpp 42 readdir.h
|
| H A D | readdir.h | 16 struct ::dirent *readdir(DIR *dir);
|
| H A D | readdir.cpp | 18 LLVM_LIBC_FUNCTION(struct ::dirent *, readdir, (::DIR * dir)) {
|
| /llvm-project-15.0.7/compiler-rt/test/msan/ |
| H A D | readdir64.cpp | 20 struct dirent *d = readdir(dir); in main()
|
| /llvm-project-15.0.7/libc/test/src/dirent/ |
| H A D | CMakeLists.txt | 16 libc.src.dirent.readdir
|
| H A D | dirent_test.cpp | 33 struct ::dirent *d = __llvm_libc::readdir(dir); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerIOPosix.cpp | 66 while (auto E = readdir(D)) { in ListFilesInDirRecursive() 88 while (auto E = readdir(D)) { in IterateDirRecursive()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | glob_altdirfunc.cpp | 28 struct dirent *d = readdir((DIR *)dir); in my_gl_readdir()
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | Host.cpp | 242 while ((direntry = readdir(dirproc)) != nullptr) { in FindProcessesImpl() 291 while ((direntry = readdir(dirproc)) != nullptr) { in FindProcessThreads()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileWrapper.cpp | 126 while (0 != (Entry = readdir(ProcDir))) { in checkForOProfileProcEntry()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | unused-return-value.rst | 29 pthread_mutex_trylock, readdir, readlink, recvmsg, regexec, scandir,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 2294 proc_entry = readdir(proc_dir); in __kmp_get_load_balance() 2337 task_entry = readdir(task_dir); in __kmp_get_load_balance() 2408 task_entry = readdir(task_dir); in __kmp_get_load_balance() 2414 proc_entry = readdir(proc_dir); in __kmp_get_load_balance()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 574 if ((dir_entry_ptr = ::readdir(dir_stream)) == nullptr) {
|
| /llvm-project-15.0.7/libc/spec/ |
| H A D | posix.td | 622 "readdir",
|
| /llvm-project-15.0.7/libc/config/linux/x86_64/ |
| H A D | entrypoints.txt | 234 libc.src.dirent.readdir
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1393 TEST(MemorySanitizer, readdir) { in TEST() argument 1395 struct dirent *d = readdir(dir); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 931 dirent *CurDir = ::readdir(reinterpret_cast<DIR *>(It.IterationHandle));
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 110 #define readdir __readdir30 3412 INTERCEPTOR(__sanitizer_dirent *, readdir, void *dirp) { 3414 COMMON_INTERCEPTOR_ENTER(ctx, readdir, dirp); 3418 __sanitizer_dirent *res = REAL(readdir)(dirp); 3441 COMMON_INTERCEPT_FUNCTION(readdir); \
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2714 fun:readdir=uninstrumented
|