| /openbmc/qemu/bsd-user/ |
| H A D | bsdload.c | 59 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 D | fstree.c | 51 if (S_ISREG(st.st_mode)) { in read_fstree()
|
| H A D | dtc.c | 148 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 D | 0001-Do-not-get-generation-using-ioctl-when-evm_portable-.patch | 31 if (S_ISREG(st.st_mode) && !generation_str) {
|
| /openbmc/u-boot/include/linux/ |
| H A D | stat.h | 23 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libconfuse/files/ |
| H A D | 0001-only-apply-search-path-logic-to-relative-pathnames.patch | 45 if ((!err) && S_ISREG(st.st_mode))
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yportenv.h | 255 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-util-darwin.c | 117 if (S_ISREG(mode) || !(mode & S_IFMT)) { in qemu_mknodat()
|
| H A D | 9p-util.h | 134 if (!S_ISREG(stbuf.st_mode) && !S_ISDIR(stbuf.st_mode)) { in close_if_special_file()
|
| /openbmc/u-boot/tools/ |
| H A D | zynqmpimage.c | 387 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 D | zynqimage.c | 252 if (!S_ISREG(path_stat.st_mode)) { in zynqimage_parse_initparams()
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-test.c | 154 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 D | linuxload.c | 47 if (!S_ISREG(mode)) { /* Must be regular file */ in prepare_binprm()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 81 return statmod.S_ISREG(st.st_mode)
|
| H A D | sstatesig.py | 680 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 D | cramfs.c | 163 } else if (S_ISREG (CRAMFS_16 (inode->mode))) { in cramfs_resolve()
|
| /openbmc/u-boot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 398 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) macro
|
| H A D | reiserfs.c | 786 if (! S_ISREG (mode)) in reiserfs_dir()
|
| /openbmc/ipmitool/lib/ |
| H A D | helper.c | 560 if (S_ISREG(st1.st_mode) == 0) { in ipmi_open_file()
|
| /openbmc/qemu/system/ |
| H A D | device_tree.c | 180 if (S_ISREG(st.st_mode)) { in read_fstree()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 673 + } 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 D | fuse.c | 369 if (!S_ISREG(statbuf.st_mode)) { in is_regular_file()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 1020 if stat.S_ISREG(sstat[stat.ST_MODE]): 1106 if stat.S_ISREG(sstat[stat.ST_MODE]):
|
| /openbmc/qemu/block/ |
| H A D | nfs.c | 545 client->has_zero_init = S_ISREG(st.st_mode); in nfs_client_open()
|
| H A D | file-posix.c | 777 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()
|