Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/bsd-user/
H A Dbsdload.c59 if (!S_ISREG(mode)) { /* Must be regular file */ in prepare_binprm()
139 S_ISREG(fin.st_mode) && (getuid() != 0 || in is_there()
/openbmc/u-boot/scripts/dtc/
H A Dfstree.c51 if (S_ISREG(st.st_mode)) { in read_fstree()
H A Ddtc.c148 if (!S_ISREG(statbuf.st_mode)) in guess_input_format()
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima-evm-utils/ima-evm-utils/
H A D0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch31 if (S_ISREG(st.st_mode) && !generation_str) {
/openbmc/u-boot/include/linux/
H A Dstat.h23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/
H A D0001-only-apply-search-path-logic-to-relative-pathnames.patch45 if ((!err) && S_ISREG(st.st_mode))
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/openbmc/qemu/hw/9pfs/
H A D9p-util-darwin.c117 if (S_ISREG(mode) || !(mode & S_IFMT)) { in qemu_mknodat()
H A D9p-util.h134 if (!S_ISREG(stbuf.st_mode) && !S_ISDIR(stbuf.st_mode)) { in close_if_special_file()
/openbmc/u-boot/tools/
H A Dzynqmpimage.c387 if (!S_ISREG(path_stat.st_mode)) { in zynqmpimage_parse_initparams()
458 if (!S_ISREG(path_stat.st_mode)) { in zynqmpimage_vrec_header()
H A Dzynqimage.c252 if (!S_ISREG(path_stat.st_mode)) { in zynqimage_parse_initparams()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c154 if (!S_ISREG(st.st_mode)) in test_file()
179 if (!S_ISREG(st.st_mode)) in test_file()
/openbmc/qemu/linux-user/
H A Dlinuxload.c47 if (!S_ISREG(mode)) { /* Must be regular file */ in prepare_binprm()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py81 return statmod.S_ISREG(st.st_mode)
H A Dsstatesig.py680 if stat.S_ISREG(s.st_mode) and not filterfile:
687 if stat.S_ISREG(s.st_mode):
/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c163 } else if (S_ISREG (CRAMFS_16 (inode->mode))) { in cramfs_resolve()
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h398 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) macro
H A Dreiserfs.c786 if (! S_ISREG (mode)) in reiserfs_dir()
/openbmc/ipmitool/lib/
H A Dhelper.c560 if (S_ISREG(st1.st_mode) == 0) { in ipmi_open_file()
/openbmc/qemu/system/
H A Ddevice_tree.c180 if (S_ISREG(st.st_mode)) { in read_fstree()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch673 + } else if (S_ISREG(st.st_mode)) {
733 + if (!lstat(fp2->name, &st2) && S_ISREG(st2.st_mode) &&
742 + if (fstat(fd2, &st2) || !S_ISREG(st2.st_mode)
/openbmc/qemu/block/export/
H A Dfuse.c369 if (!S_ISREG(statbuf.st_mode)) { in is_regular_file()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py1020 if stat.S_ISREG(sstat[stat.ST_MODE]):
1106 if stat.S_ISREG(sstat[stat.ST_MODE]):
/openbmc/qemu/block/
H A Dnfs.c545 client->has_zero_init = S_ISREG(st.st_mode); in nfs_client_open()
H A Dfile-posix.c777 if (!S_ISREG(st.st_mode)) { in raw_open_common()
828 if (S_ISREG(st.st_mode)) { in raw_open_common()
2776 if (S_ISREG(st.st_mode)) { in raw_co_truncate()
3176 if (!(stat(bs->filename, &st) == 0) || !S_ISREG(st.st_mode)) { in raw_co_delete_file()

12