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:readdir64
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/src/dirent/
H
A
D
readdir.c
35
weak_alias(readdir,
readdir64
);
/third_party/musl/libc-test/src/functionalext/supplement/dirent/dirent_gtest/
H
A
D
dirent_readdir64_test.cpp
15
* @tc.desc: Verify that when using the
readdir64
function to read the file entries in the directory one by one, the
26
while ((entry =
readdir64
(dir)) != nullptr) {
in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
61
#define
readdir64
readdir
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
61
#define
readdir64
readdir
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
61
#define
readdir64
readdir
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
61
#define
readdir64
readdir
macro
/third_party/musl/include/
H
A
D
dirent.h
61
#define
readdir64
readdir
macro
/third_party/mesa3d/src/drm-shim/
H
A
D
drm_shim.c
77
REAL_FUNCTION_POINTER(
readdir64
);
variable
218
GET_FUNCTION_POINTER(
readdir64
);
in init_shim()
563
readdir64
(DIR *dir)
in readdir64()
function
/third_party/alsa-lib/src/ucm/
H
A
D
ucm_exec.c
75
while ((de =
readdir64
(dir))) {
in find_exec()
/third_party/alsa-lib/include/
H
A
D
local.h
85
#define
readdir64
readdir
macro
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
dir.rs
53
use c::{dirent64 as libc_dirent,
readdir64
as libc_readdir};
/third_party/python/Modules/
H
A
D
_posixsubprocess.c
52
/*
readdir64
is used to work around Solaris 9 bug 6395699. */
53
# define readdir
readdir64
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_ladspa.c
1164
dirent =
readdir64
(dir);
in snd_pcm_ladspa_check_dir()
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1727
pub fn
readdir64
(dirp: *mut ::DIR) -> *mut ::dirent64;
in readdir64()
functions
/third_party/ltp/testcases/kernel/fs/fsstress/
H
A
D
fsstress.c
2098
while (
readdir64
(dir) != NULL)
in getdents_f()
Completed in 16 milliseconds