OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readdir
(Results
426 - 450
of
1292
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ImageMagick/PerlMagick/quantum/
Makefile.PL.in
79
my @dlls = map {catfile($bin, $_)} grep /^\S*magick[^\+]\S*?\.dll$/i,
readdir
$bindir;
/external/curl/docs/cmdline-opts/
gen.pl
22
my @s = grep { /\.d$/ && -f "$some_dir/$_" }
readdir
($dh);
/external/e2fsprogs/util/
symlinks.c
289
while ((dp =
readdir
(dfd)) != NULL ) {
/external/elfutils/libdwfl/
linux-pid-attach.c
171
dirent =
readdir
(pid_arg->dir);
/external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc
110
while ((entry =
readdir
(dir)) != NULL) {
/external/iproute2/ip/
iptuntap.c
395
while ((d =
readdir
(dir))) {
/external/libdrm/
xf86drmMode.c
765
dent =
readdir
(sysdir);
772
dent =
readdir
(sysdir);
786
dent =
readdir
(sysdir);
793
dent =
readdir
(sysdir);
[
all
...]
/external/libevent/sample/
http-server.c
267
while ((ent =
readdir
(d))) {
/external/ltp/include/lapi/syscalls/
arm.in
74
readdir
(__NR_SYSCALL_BASE+ 89)
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c
410
while ((entry =
readdir
(dir)) != NULL) {
/external/ltp/utils/ffsb-6.0-rc2/
filelist.c
402
while ((d_ent =
readdir
(subdir)) != NULL) {
/external/mesa3d/src/gallium/auxiliary/hud/
hud_nic.c
350
while ((dp =
readdir
(dir)) != NULL) {
/external/selinux/policycoreutils/sestatus/
sestatus.c
73
while ((de =
readdir
(dir)) != NULL) {
/external/swiftshader/third_party/LLVM/cmake/
config-ix.cmake
125
check_symbol_exists(
readdir
"sys/types.h;dirent.h" HAVE_READDIR)
/external/syslinux/core/fs/ext2/
ext2.c
375
.
readdir
= ext2_readdir,
/external/syslinux/core/fs/xfs/
xfs.c
427
.
readdir
= xfs_readdir,
/external/tensorflow/tensorflow/core/platform/posix/
posix_file_system.cc
218
while ((entry =
readdir
(d)) != nullptr) {
/external/toybox/toys/pending/
bootchartd.c
75
while ((pid_dir =
readdir
(proc_dir))) {
/frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp
269
while ((libEntry =
readdir
(libDir))) {
/frameworks/base/services/core/jni/
com_android_server_AlarmManagerService.cpp
278
while (errno = 0, dirent =
readdir
(dir.get())) {
/frameworks/base/tools/aapt2/util/
Files.cpp
302
while (struct dirent* entry =
readdir
(d.get())) {
/frameworks/native/cmds/dumpstate/
DumpstateUtil.cpp
381
while ((ps =
readdir
(proc_dir))) {
/hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp
299
while ((ep =
readdir
(dp))) {
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/lib/linux/
libclang_rt.asan-x86_64.a.syms
[
all
...]
libclang_rt.esan-x86_64.a.syms
[
all
...]
Completed in 1286 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>