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:fdopendir
(Results
1 - 25
of
25
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/dirent/
H
A
D
fdopendir.c
37
dir =
fdopendir
(fd);
in fdopendir_0100()
48
DIR *dir =
fdopendir
(0);
in fdopendir_0200()
62
dir =
fdopendir
(fd);
in fdopendir_0300()
75
dir =
fdopendir
(fd);
in fdopendir_0400()
/third_party/musl/porting/linux/user/src/dirent/
H
A
D
fdopendir.c
11
DIR *
fdopendir
(int fd)
in fdopendir()
function
/third_party/musl/src/dirent/
H
A
D
fdopendir.c
11
DIR *
fdopendir
(int fd)
in fdopendir()
function
/third_party/musl/libc-test/src/api/
H
A
D
dirent.c
22
{DIR*(*p)(int) =
fdopendir
;}
in f()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
dirent.h
25
DIR *
fdopendir
(int);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
dirent.h
25
DIR *
fdopendir
(int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
dirent.h
25
DIR *
fdopendir
(int);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
dirent.h
25
DIR *
fdopendir
(int);
/third_party/musl/include/
H
A
D
dirent.h
25
DIR *
fdopendir
(int);
/third_party/python/Misc/
H
A
D
coverity_model.c
114
/* Coverity doesn't understand that
fdopendir
() may take ownership of fd. */
116
DIR *
fdopendir
(int fd)
in fdopendir()
function
/third_party/musl/Benchmark/musl/
H
A
D
libc_dirent.cpp
93
perror("open
fdopendir
");
in Bm_function_Fdopendir()
96
DIR *dir =
fdopendir
(fd);
in Bm_function_Fdopendir()
98
perror("
fdopendir
proc");
in Bm_function_Fdopendir()
/third_party/musl/src/misc/
H
A
D
nftw.c
106
DIR *d =
fdopendir
(dfd);
in do_nftw()
/third_party/toybox/lib/
H
A
D
dirtree.c
142
if (node->dirfd == -1 || !(dir =
fdopendir
(node->dirfd))) {
in dirtree_recurse()
/third_party/toybox/porting/liteos_a/lib/
H
A
D
dirtree.c
149
if (node->dirfd == -1 || !(dir =
fdopendir
(node->dirfd))) {
in dirtree_recurse()
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
63
#[doc(alias("
fdopendir
"))]
65
let d = ptr::NonNull::new(unsafe { libc::
fdopendir
(fd) }).ok_or_else(
in from_fd()
/third_party/eudev/src/udev/
H
A
D
udevadm-info.c
214
dir2 =
fdopendir
(openat(dirfd(dir), dent->d_name, O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC));
in cleanup_dir()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
dir.rs
76
// our call to `
fdopendir
`. To prevent this, we obtain an independent
in _read_from()
83
let libc_dir = c::
fdopendir
(raw);
/third_party/toybox/toys/net/
H
A
D
netstat.c
247
if (!(dp =
fdopendir
(dirfd))) {
in scan_pids()
/third_party/toybox/toys/posix/
H
A
D
find.c
338
DIR *dfd =
fdopendir
(fd);
in do_find()
/third_party/libfuse/example/
H
A
D
passthrough_hp.cc
665
d->dp =
fdopendir
(fd);
in sfs_opendir()
H
A
D
passthrough_ll.c
611
d->dp =
fdopendir
(fd);
in lo_opendir()
/third_party/rust/crates/libc/src/
H
A
D
wasi.rs
603
pub fn
fdopendir
(fd: ::c_int) -> *mut ::DIR;
in fdopendir()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
1448
link_name = "
fdopendir
$INODE64")]
1450
link_name = "
fdopendir
$INODE64$UNIX2003")]
1451
pub fn
fdopendir
(fd: ::c_int) -> *mut ::DIR;
in fdopendir()
functions
/third_party/python/Modules/
H
A
D
posixmodule.c
138
# define HAVE_FDOPENDIR_RUNTIME (
fdopendir
!= NULL)
4158
dirp =
fdopendir
(fd);
in _posix_listdir()
14517
iterator->dirp =
fdopendir
(fd);
in os_scandir_impl()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3892
pub fn
fdopendir
(fd: ::c_int) -> *mut ::DIR;
in fdopendir()
functions
Completed in 43 milliseconds