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:rewinddir
(Results
1 - 25
of
25
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H
A
D
rewinddir.c
54
rewinddir
(dir);
in rewinddir_0100()
79
rewinddir
(dir);
in rewinddir_0200()
/third_party/musl/src/dirent/
H
A
D
rewinddir.c
6
void
rewinddir
(DIR *dir)
in rewinddir()
function
/third_party/vulkan-loader/loader/
H
A
D
dirent_on_windows.h
29
void
rewinddir
(DIR *);
H
A
D
dirent_on_windows.c
102
void
rewinddir
(DIR *dir) {
in rewinddir()
function
/third_party/NuttX/fs/dirent/
H
A
D
fs_rewinddir.c
36
* Name:
rewinddir
39
* The
rewinddir
() function resets the position of the
51
void
rewinddir
(DIR *dirp)
in rewinddir()
function
69
/* Perform the
rewinddir
() operation */
in rewinddir()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
__stdio_seek.c
26
rewinddir
(filep->f_dir);
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
__stdio_seek.c
26
rewinddir
(filep->f_dir);
/third_party/musl/libc-test/src/api/
H
A
D
dirent.c
26
{void(*p)(DIR*) =
rewinddir
;}
in f()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
29
void
rewinddir
(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
29
void
rewinddir
(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
29
void
rewinddir
(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
29
void
rewinddir
(DIR *);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H
A
D
6-1.c
58
rewinddir
(thedir);
in count()
/third_party/musl/include/
H
A
D
dirent.h
29
void
rewinddir
(DIR *);
/third_party/musl/Benchmark/musl/
H
A
D
libc_dirent.cpp
109
perror("opendir
rewinddir
");
in Bm_function_Rewinddir()
113
rewinddir
(dir);
in Bm_function_Rewinddir()
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
305
static void
rewinddir
(DIR* dirp);
399
* allows
rewinddir
() to function correctly even when current
in _wopendir()
400
* working directory is changed between opendir() and
rewinddir
().
in _wopendir()
871
rewinddir
(
in rewinddir()
function
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
142
unsafe { libc::
rewinddir
((self.0).0.as_ptr()) }
in drop()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
dir.rs
95
/// `
rewinddir
(self)`
98
unsafe { c::
rewinddir
(self.0.as_ptr()) }
in rewind()
/third_party/elfutils/libdwfl/
H
A
D
linux-pid-attach.c
256
rewinddir
(pid_arg->dir);
in pid_next_thread()
/third_party/mesa3d/src/util/
H
A
D
disk_cache_os.c
215
rewinddir
(dir);
in choose_lru_file_matching()
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
606
pub fn
rewinddir
(dirp: *mut ::DIR);
in rewinddir()
functions
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1187
pub fn
rewinddir
(dirp: *mut ::DIR);
in rewinddir()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
800
link_name = "
rewinddir
$INODE64"
804
link_name = "
rewinddir
$INODE64$UNIX2003"
806
pub fn
rewinddir
(dirp: *mut ::DIR);
in rewinddir()
functions
/third_party/python/Modules/
H
A
D
posixmodule.c
4238
rewinddir
(dirp);
in _posix_listdir()
14295
rewinddir
(dirp);
in ScandirIterator_closedir()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3532
pub fn
rewinddir
(dirp: *mut ::DIR);
in rewinddir()
functions
Completed in 66 milliseconds