/third_party/musl/libc-test/src/functionalext/supplement/dirent/ |
H A D | seekdir.c | 65 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 D | seekdir.c | 6 void seekdir(DIR *dir, long off) in seekdir() function
|
/third_party/NuttX/fs/dirent/ |
H A D | fs_seekdir.c | 106 * 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.c | 18 /* 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.c | 18 /* 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 D | dirent.c | 29 {void(*p)(DIR*,long) = seekdir;} in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | dirent.h | 36 void seekdir(DIR *, long);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | dirent.h | 36 void seekdir(DIR *, long);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | dirent.h | 36 void seekdir(DIR *, long);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | dirent.h | 36 void seekdir(DIR *, long);
|
/third_party/musl/include/ |
H A D | dirent.h | 36 void seekdir(DIR *, long);
|
/third_party/libfuse/example/ |
H A D | passthrough_fh.c | 151 seekdir(d->dp, offset); in xmp_readdir() 155 seekdir(d->dp, offset-1); in xmp_readdir()
|
H A D | passthrough_hp.cc | 717 seekdir(d->dp, offset); in do_readdir()
|
H A D | passthrough_ll.c | 660 seekdir(d->dp, offset); in lo_do_readdir()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 678 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 D | wasi.rs | 608 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 778 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 D | mod.rs | 1842 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1398 seekdir(dir->dir, cookie); in uvwasi_fd_readdir()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1721 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 2796 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3155 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2834 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 4051 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4083 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() functions
|