Home
last modified time | relevance | path

Searched refs:telldir (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H A Dtelldir.c40 long offset1 = telldir(dir); in telldir_0100()
46 offset2 = telldir(dir); in telldir_0100()
66 telldir(dir); in telldir_0200()
H A Dseekdir.c51 offset = telldir(dir); in seekdir_0100()
/third_party/musl/src/dirent/
H A Dtelldir.c4 long telldir(DIR *dir) in telldir() function
/third_party/NuttX/fs/dirent/
H A Dfs_telldir.c56 * Name: telldir
59 * The telldir() function returns the current location
67 * On success, the telldir() function returns the current
75 long telldir(DIR *dirp) in telldir() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__stdio_seek.c30 ret = telldir(filep->f_dir);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__stdio_seek.c30 ret = telldir(filep->f_dir);
/third_party/musl/libc-test/src/api/
H A Ddirent.c30 {long(*p)(DIR*) = telldir;} in f()
/third_party/musl/porting/liteos_a/kernel/include/
H A Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Ddirent.h37 long telldir(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
H A Ddirent.h37 long telldir(DIR *);
/third_party/musl/include/
H A Ddirent.h37 long telldir(DIR *);
/third_party/libfuse/example/
H A Dpassthrough_fh.c154 telldir() below */ in xmp_readdir()
185 nextoff = telldir(d->dp); in xmp_readdir()
187 /* Under FreeBSD, telldir() may return 0 the first time in xmp_readdir()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs688 link_name = "telldir$INODE64"
692 link_name = "telldir$INODE64$UNIX2003"
694 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs609 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/libfuse/test/
H A Dtest_syscalls.c791 seekdir_offsets[i] = telldir(dp); in test_seekdir()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1844 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1413 tell = telldir(dir->dir); in uvwasi_fd_readdir()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1723 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2798 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3156 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2836 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs4053 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4085 pub fn telldir(dirp: *mut ::DIR) -> ::c_long; in telldir() functions

Completed in 67 milliseconds