Home
last modified time | relevance | path

Searched refs:readdir (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/aufs-util/
H A D0001-libau-Do-not-build-LFS-version-of-readdir.patch4 Subject: [PATCH] libau: Do not build LFS version of readdir
6 rdu64 is providing largefile supported version of readdir and readdir_r
8 not needed since readdir() and readdir_r() are already LFS capable
/openbmc/qemu/util/
H A Ddrm.c41 while ((e = readdir(dir))) { in qemu_drm_rendernode_open()
H A Doslib-posix.c876 for (de = readdir(dir); de; de = readdir(dir)) { in qemu_close_all_open_fd_proc()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch58 while ((dp = readdir (dir)) != NULL) {
88 while ((dp = readdir (dir)) != NULL) {
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c39 while ((de = readdir(d)) != NULL) { in read_fstree()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/unionfs-fuse/files/
H A D0001-support-cross-compiling.patch20 @@ -4,9 +4,9 @@ set(UNIONFS_SRCS unionfs.c opts.c debug.c findbranch.c readdir.c
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch7 because readdir() is also not deterministic.
/openbmc/phosphor-event/
H A Dmessage.cpp143 ent = readdir(dirp); in next_log()
217 while ( (ent = readdir(dirp)) != NULL ) { in get_managed_size()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/aufs-util/
H A Daufs-util_git.bb15 file://0001-libau-Do-not-build-LFS-version-of-readdir.patch \
/openbmc/u-boot/fs/
H A Dfs.c152 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp); member
182 .readdir = fat_readdir,
553 ret = info->readdir(dirs, &dirent); in fs_readdir()
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]: member in QOMFuse
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dinit-exclude.patch65 foreach $f (sort { lc($a) cmp lc($b) } readdir(DIR)) {
/openbmc/skeleton/libopenbmc_intf/
H A Dgpio.c90 while ((entry = readdir(dir)) != NULL) in get_gpio_base()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.c292 while ((ent = readdir(dir)) != NULL) { in vmsr_get_thread_ids()
/openbmc/qemu/linux-user/ppc/
H A Dsyscall.tbl124 89 32 readdir sys_old_readdir compat_sys_old_readdir
125 89 64 readdir sys_ni_syscall
126 89 spu readdir sys_ni_syscall
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc90 [ 89] = 3, /* readdir */
/openbmc/qemu/hw/9pfs/
H A Dcodir.c39 entry = s->ops->readdir(&s->ctx, &fidp->fs); in do_readdir()
H A D9p-local.c559 entry = readdir(fs->dir.stream); in local_readdir()
1610 .readdir = local_readdir,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch322 - while (dp = readdir(d)) {
323 + while ((dp = readdir(d))) {
551 - while (dp = readdir(d)) {
552 + while ((dp = readdir(d))) {
1568 - while (dp = readdir(d)) {
1569 + while ((dp = readdir(d))) {
1599 - while (dp = readdir(d)) {
1600 + while ((dp = readdir(d))) {
/openbmc/qemu/linux-user/sparc/
H A Dsyscall.tbl247 204 32 readdir sys_old_readdir compat_sys_old_readdir
248 204 64 readdir sys_nis_syscall
/openbmc/qemu/system/
H A Dqemu-seccomp.c172 { SCMP_SYS(readdir), QEMU_SECCOMP_SET_OBSOLETE,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rarpd/rarpd/
H A D0003-rarpd.c-bug-fix.patch131 while ((dent = readdir(d)) != NULL) {
/openbmc/slpd-lite/
H A Dslp_message_handler.cpp348 while ((dent = readdir(dirPtr.get())) != nullptr) in readSLPServiceInfo()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c417 entry = readdir(dir); in os_dirent_ls()
/openbmc/qemu/linux-user/sh4/
H A Dsyscall.tbl99 89 common readdir sys_old_readdir

12