Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:telldir
(Results
1 - 24
of
24
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H
A
D
telldir.c
40
long offset1 =
telldir
(dir);
in telldir_0100()
46
offset2 =
telldir
(dir);
in telldir_0100()
66
telldir
(dir);
in telldir_0200()
H
A
D
seekdir.c
51
offset =
telldir
(dir);
in seekdir_0100()
/third_party/musl/src/dirent/
H
A
D
telldir.c
4
long
telldir
(DIR *dir)
in telldir()
function
/third_party/NuttX/fs/dirent/
H
A
D
fs_telldir.c
56
* 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.c
30
ret =
telldir
(filep->f_dir);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
__stdio_seek.c
30
ret =
telldir
(filep->f_dir);
/third_party/musl/libc-test/src/api/
H
A
D
dirent.c
30
{long(*p)(DIR*) =
telldir
;}
in f()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
37
long
telldir
(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
37
long
telldir
(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
37
long
telldir
(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
37
long
telldir
(DIR *);
/third_party/musl/include/
H
A
D
dirent.h
37
long
telldir
(DIR *);
/third_party/libfuse/example/
H
A
D
passthrough_fh.c
154
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
D
mod.rs
688
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
D
wasi.rs
609
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/libfuse/test/
H
A
D
test_syscalls.c
791
seekdir_offsets[i] =
telldir
(dp);
in test_seekdir()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1844
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/node/deps/uvwasi/src/
H
A
D
uvwasi.c
1413
tell =
telldir
(dir->dir);
in uvwasi_fd_readdir()
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1723
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
2798
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
3156
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
2836
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
4053
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
4085
pub fn
telldir
(dirp: *mut ::DIR) -> ::c_long;
in telldir()
functions
Completed in 67 milliseconds