Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dseekdir.c65 seekdir(dir, offset); in seekdir_0100()
67 t_error("%s failed: seekdir. errno = %d\n", __func__, errno); in seekdir_0100()
103 seekdir(dir, 0); in seekdir_0200()
105 t_error("%s failed: seekdir. errno = %d\n", __func__, errno); in seekdir_0200()
130 seekdir(dir, -1); in seekdir_0300()
/third_party/musl/src/dirent/
H A Dseekdir.c6 void seekdir(DIR *dir, long off) in seekdir() function
/third_party/NuttX/fs/dirent/
H A Dfs_seekdir.c106 * Name: seekdir
109 * The seekdir() function sets the location in the directory stream from
110 * which the next readdir() call will start. seekdir() should be used with
123 void seekdir(DIR *dirp, long offset) in seekdir() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_seek.c18 /* libc seekdir function should set the whence to SEEK_SET, so we can discard
28 seekdir(filep->f_dir, offsetLow);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_seek.c18 /* libc seekdir function should set the whence to SEEK_SET, so we can discard
28 seekdir(filep->f_dir, offsetLow);
/third_party/musl/libc-test/src/api/
H A Ddirent.c29 {void(*p)(DIR*,long) = seekdir;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h36 void seekdir(DIR *, long);
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h36 void seekdir(DIR *, long);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h36 void seekdir(DIR *, long);
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h36 void seekdir(DIR *, long);
/third_party/musl/include/
H A Ddirent.h36 void seekdir(DIR *, long);
/third_party/libfuse/example/
H A Dpassthrough_fh.c151 seekdir(d->dp, offset); in xmp_readdir()
155 seekdir(d->dp, offset-1); in xmp_readdir()
H A Dpassthrough_hp.cc717 seekdir(d->dp, offset); in do_readdir()
H A Dpassthrough_ll.c660 seekdir(d->dp, offset); in lo_do_readdir()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs678 link_name = "seekdir$INODE64"
682 link_name = "seekdir$INODE64$UNIX2003"
684 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs608 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/libfuse/test/
H A Dtest_syscalls.c778 start_test("seekdir"); in test_seekdir()
809 seekdir(dp, seekdir_offsets[i]); in test_seekdir()
812 ERROR("Unexpected end of directory after seekdir()"); in test_seekdir()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1842 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1398 seekdir(dir->dir, cookie); in uvwasi_fd_readdir()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1721 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2796 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3155 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2834 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4051 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4083 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions

Completed in 72 milliseconds

12