Home
last modified time | relevance | path

Searched refs:readdir64 (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/src/dirent/
H A Dreaddir.c35 weak_alias(readdir, readdir64);
/third_party/musl/libc-test/src/functionalext/supplement/dirent/dirent_gtest/
H A Ddirent_readdir64_test.cpp15 * @tc.desc: Verify that when using the readdir64 function to read the file entries in the directory one by one, the
26 while ((entry = readdir64(dir)) != nullptr) { in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h61 #define readdir64 readdir macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h61 #define readdir64 readdir macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h61 #define readdir64 readdir macro
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h61 #define readdir64 readdir macro
/third_party/musl/include/
H A Ddirent.h61 #define readdir64 readdir macro
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c77 REAL_FUNCTION_POINTER(readdir64); variable
218 GET_FUNCTION_POINTER(readdir64); in init_shim()
563 readdir64(DIR *dir) in readdir64() function
/third_party/alsa-lib/src/ucm/
H A Ducm_exec.c75 while ((de = readdir64(dir))) { in find_exec()
/third_party/alsa-lib/include/
H A Dlocal.h85 #define readdir64 readdir macro
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs53 use c::{dirent64 as libc_dirent, readdir64 as libc_readdir};
/third_party/python/Modules/
H A D_posixsubprocess.c52 /* readdir64 is used to work around Solaris 9 bug 6395699. */
53 # define readdir readdir64
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c1164 dirent = readdir64(dir); in snd_pcm_ladspa_check_dir()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1727 pub fn readdir64(dirp: *mut ::DIR) -> *mut ::dirent64; in readdir64() functions
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c2098 while (readdir64(dir) != NULL) in getdents_f()

Completed in 26 milliseconds