Home
last modified time | relevance | path

Searched refs:telldir (Results 1 – 25 of 36) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
Dtelldir.c40 long offset1 = telldir(dir); in telldir_0100()
46 offset2 = telldir(dir); in telldir_0100()
66 telldir(dir); in telldir_0200()
Dtest_src_functionalext_supplement_dirent.gni24 "telldir",
Dseekdir.c51 offset = telldir(dir); in seekdir_0100()
/third_party/musl/src/dirent/
Dtelldir.c4 long telldir(DIR *dir) in telldir() function
/third_party/NuttX/fs/dirent/
Dfs_telldir.c75 long telldir(DIR *dirp) in telldir() function
/third_party/musl/libc-test/src/api/
Ddirent.c30 {long(*p)(DIR*) = telldir;} in f()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
D__stdio_seek.c30 ret = telldir(filep->f_dir);
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__stdio_seek.c30 ret = telldir(filep->f_dir);
/third_party/musl/include/
Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h37 long telldir(DIR *);
/third_party/libfuse/example/
Dpassthrough_fh.c185 nextoff = telldir(d->dp); in xmp_readdir()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1219 telldir
Dfuchsia.txt1381 telldir
Ddragonfly.txt1524 telldir
Dnetbsd.txt1511 telldir
Dfreebsd.txt1937 telldir
Dapple.txt2197 telldir
Dlinux.txt3287 telldir
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs694 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() function
/third_party/musl/
Dlibc.map.txt1813 telldir;
/third_party/rust/crates/libc/src/
Dwasi.rs609 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() function
/third_party/libfuse/test/
Dtest_syscalls.c791 seekdir_offsets[i] = telldir(dp); in test_seekdir()

12