Home
last modified time | relevance | path

Searched refs:rewinddir (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Drewinddir.c54 rewinddir(dir); in rewinddir_0100()
79 rewinddir(dir); in rewinddir_0200()
/third_party/musl/src/dirent/
H A Drewinddir.c6 void rewinddir(DIR *dir) in rewinddir() function
/third_party/vulkan-loader/loader/
H A Ddirent_on_windows.h29 void rewinddir(DIR *);
H A Ddirent_on_windows.c102 void rewinddir(DIR *dir) { in rewinddir() function
/third_party/NuttX/fs/dirent/
H A Dfs_rewinddir.c36 * Name: rewinddir
39 * The rewinddir() function resets the position of the
51 void rewinddir(DIR *dirp) in rewinddir() function
69 /* Perform the rewinddir() operation */ in rewinddir()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_seek.c26 rewinddir(filep->f_dir);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_seek.c26 rewinddir(filep->f_dir);
/third_party/musl/libc-test/src/api/
H A Ddirent.c26 {void(*p)(DIR*) = rewinddir;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h29 void rewinddir(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h29 void rewinddir(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h29 void rewinddir(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h29 void rewinddir(DIR *);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D6-1.c58 rewinddir(thedir); in count()
/third_party/musl/include/
H A Ddirent.h29 void rewinddir(DIR *);
/third_party/musl/Benchmark/musl/
H A Dlibc_dirent.cpp109 perror("opendir rewinddir"); in Bm_function_Rewinddir()
113 rewinddir(dir); in Bm_function_Rewinddir()
/third_party/libwebsockets/win32port/dirent/
H A Ddirent-win32.h305 static void rewinddir (DIR* dirp);
399 * allows rewinddir() to function correctly even when current in _wopendir()
400 * working directory is changed between opendir() and rewinddir(). in _wopendir()
871 rewinddir( in rewinddir() function
/third_party/rust/crates/nix/src/
H A Ddir.rs142 unsafe { libc::rewinddir((self.0).0.as_ptr()) } in drop()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Ddir.rs95 /// `rewinddir(self)`
98 unsafe { c::rewinddir(self.0.as_ptr()) } in rewind()
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c256 rewinddir (pid_arg->dir); in pid_next_thread()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c215 rewinddir(dir); in choose_lru_file_matching()
/third_party/rust/crates/libc/src/
H A Dwasi.rs606 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1187 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs800 link_name = "rewinddir$INODE64"
804 link_name = "rewinddir$INODE64$UNIX2003"
806 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() functions
/third_party/python/Modules/
H A Dposixmodule.c4238 rewinddir(dirp); in _posix_listdir()
14295 rewinddir(dirp); in ScandirIterator_closedir()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3532 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() functions

Completed in 66 milliseconds