Home
last modified time | relevance | path

Searched refs:S_IFBLK (Results 201 – 225 of 17142) sorted by relevance

12345678910>>...686

/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dos_defs.h64 # ifdef S_IFBLK
65 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dgdb_stat.h40 #if !defined(S_ISBLK) && defined(S_IFBLK)
41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/fgr/src/
H A Dfgr-globber.h81 #ifndef S_IFBLK
82 # define S_IFBLK 0060000 macro
/dports/security/wipe/wipe-2.3.1/
H A Dprompt.c88 case S_IFBLK: in prompt_destroy()
111 case S_IFBLK: in prompt_destroy()
137 case S_IFBLK: in prompt_destroy()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dkioglobal_p.h72 #ifndef S_IFBLK
73 #define S_IFBLK 0060000 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/mpw/
H A Dstat.h30 #define S_IFBLK 0060000 /* block special */ macro
59 #define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK) /* is a block spec */
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/mpw/
H A Dstat.h30 #define S_IFBLK 0060000 /* block special */ macro
59 #define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK) /* is a block spec */
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/ext2/
H A Dext2_utils.h21 #define S_IFBLK 0060000 macro
33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/devel/z88dk/z88dk/include/sys/
H A Dstat.h41 #define S_IFBLK 0060000 /* block special */ macro
83 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dstrmode.c73 #ifdef S_IFBLK
74 case S_IFBLK: /* block special */
/dports/security/manipulate_data/manipulate_data-1.3/
H A Dread_data.c46 if ((st.st_mode & S_IFBLK) != S_IFBLK) { in main()
/dports/sysutils/p5-File-Stat-Bits/File-Stat-Bits-1.01/t/
H A D0.t35 ok(S_ISBLK (S_IFBLK ));#4
47 my $ifmt = (S_IFDIR|S_IFCHR|S_IFBLK|S_IFREG|S_IFIFO|S_IFLNK|S_IFSOCK);
/dports/devel/dev86/dev86-0.16.20/libc/include/linux/
H A Dstat.h36 #define S_IFBLK 0060000 macro
48 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/unix/
H A Dstat.c38 #ifndef S_IFBLK
39 #define S_IFBLK 0 macro
47 S_IFREG, S_IFDIR, S_IFCHR, S_IFBLK, S_IFLNK, S_IFIFO, S_IFSOCK
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/unix/
H A Dstat.c38 #ifndef S_IFBLK
39 #define S_IFBLK 0 macro
47 S_IFREG, S_IFDIR, S_IFCHR, S_IFBLK, S_IFLNK, S_IFIFO, S_IFSOCK
/dports/devel/avro-c/avro-c-1.11.0/tests/
H A Dmsdirent.h103 #define S_IFBLK 0 /* block device */ macro
129 #define DT_BLK S_IFBLK
147 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/MSVC/include/
H A Ddirent.h103 #define S_IFBLK 0 /* block device */ macro
129 #define DT_BLK S_IFBLK
147 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/WINDOWS/extra/
H A Ddirent.h103 #define S_IFBLK 0 /* block device */ macro
129 #define DT_BLK S_IFBLK
147 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)

12345678910>>...686