HomeSort by relevance Sort by last modified time
    Searched full:readdir (Results 351 - 375 of 516) sorted by null

<<11121314151617181920>>

  /external/openssh/
sftp-server.c 921 debug("request %u: readdir \"%s\" (handle %d)", id,
934 while ((dp = readdir(dirp)) != NULL) {
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 249 # define readdir(str) __readdir (str) macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so 
libmudflap.so.0 
libmudflap.so.0.0.0 
libmudflapth.so 
libmudflapth.so.0 
libmudflapth.so.0.0.0 
  /ndk/sources/host-tools/make-3.81/
ChangeLog 334 * vmsfunctions.c (readdir): Ditto.
    [all...]
  /external/clang/tools/scan-build/
scan-build 139 my @FILES = grep { -d "$Dir/$_" } readdir(DIR);
524 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
527 @attributes_ignored = grep { /^attribute_ignored/; } readdir(DIR);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 618 TEST(MemorySanitizer, readdir) {
620 struct dirent *d = readdir(dir);
    [all...]
  /external/mksh/src/
check.pl 388 while (defined ($file = readdir(DIR))) {
709 while (defined ($file = readdir(DIR))) {
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 453 while (NULL != (de = readdir(dp))) {
518 while (NULL != (de = readdir(dp))) {
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 619 int (*readdir) (struct dentry *, struct rpc_cred *, member in struct:nfs_rpc_ops
  /build/libs/host/
CopyFile.c 486 ent = readdir(dir);
  /external/blktrace/btreplay/
btrecord.c 367 while ((ent = readdir(dir)) != NULL) {
  /external/grub/stage2/
jfs.h 317 * dir_table used for directory traversal during readdir
  /external/icu4c/test/depstest/
dependencies.txt 85 opendir closedir readdir # for a hack to get the time zone name
  /external/icu4c/tools/tzcode/
zdump.c 1020 while ((dir = readdir(dp)) != NULL) {
  /external/kernel-headers/original/linux/
ext3_fs.h 710 * readdir operations in hash tree order.
  /external/libselinux/src/
android.c 782 while ((entry = readdir(dir)) != NULL) {
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
langcheck.php 170 while ($file = readdir($dir)) {
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
php.php     [all...]
  /external/linux-tools-perf/util/
parse-events.c 499 while ((evt_ent = readdir(evt_dir))) {
  /external/llvm/device/include/llvm/Config/
config.h 317 /* Define to 1 if you have the `readdir' function. */

Completed in 1380 milliseconds

<<11121314151617181920>>