Searched refs:S_IFBLK (Results 1 - 25 of 84) sorted by relevance

1234

/macosx-10.10/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDeviceForMountPoint.c53 if(devname(sb.st_dev, S_IFBLK) == NULL) {
57 snprintf(mntfrm, MAXPATHLEN, "/dev/%s", devname(sb.st_dev, S_IFBLK));
H A DBLSetOpenFirmwareBootDeviceForMountPoint.c55 if(devname(sb.st_dev, S_IFBLK) == NULL) {
59 snprintf(mntfrm, MAXPATHLEN, "/dev/%s", devname(sb.st_dev, S_IFBLK));
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h35 #undef S_IFBLK macro
52 #define S_IFBLK 0060000 /* block special */ macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h63 #if defined (_S_IFBLK) && !defined (S_IFBLK)
64 #define S_IFBLK _S_IFBLK macro
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h63 #if defined (_S_IFBLK) && !defined (S_IFBLK)
64 #define S_IFBLK _S_IFBLK macro
79 #if defined (S_IFBLK) && !defined (S_ISBLK)
80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h39 #define S_IFBLK 0060000 /* [XSI] block special */ macro
/macosx-10.10/bless-103/libbless/Misc/
H A DBLMiscUtilities.c73 dev = devname(sb.st_dev, S_IFBLK);
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c143 #ifdef S_IFBLK
144 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK)
145 #else /* ! defined (S_IFBLK) */
147 #endif /* ! defined (S_IFBLK) */
/macosx-10.10/emacs-93/emacs/src/
H A Dfilemode.c65 #if !defined(S_ISBLK) && defined(S_IFBLK)
66 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dstrmode.c51 case S_IFBLK: /* block special */
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrmode.c53 case S_IFBLK: /* block special */
/macosx-10.10/xar-254/xar/lib/
H A Dstrmode.h51 case S_IFBLK: /* block special */
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h55 # ifdef S_IFBLK
56 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/macosx-10.10/text_cmds-88/sort/
H A Dstat-macros.h49 # ifdef S_IFBLK
50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h176 #ifndef S_IFBLK
177 #define S_IFBLK _S_IFBLK macro
189 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) /* block special */
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Dddev.c94 case S_IFBLK:
261 if ((sb.st_mode & S_IFMT) == S_IFBLK) {
449 if (((s->st_mode & S_IFMT) != S_IFBLK)
/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Dddev.c102 case S_IFBLK:
331 if ((sb.st_mode & S_IFMT) == S_IFBLK) {
519 if (((s->st_mode & S_IFMT) != S_IFBLK)
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.os.h219 # define S_IFBLK 0060000 /* block special */ macro
247 # if !defined(S_ISBLK) && defined(S_IFBLK)
248 # define S_ISBLK(a) (((a) & S_IFMT) == S_IFBLK)
249 # endif /* ! S_ISBLK && S_IFBLK */
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h92 #define S_IFBLK 0060000 /* Block Special */ macro
/macosx-10.10/diskdev_cmds-576/dev_mkdb.tproj/
H A Ddev_mkdb.c147 bkey.type = S_IFBLK;
/macosx-10.10/diskdev_cmds-576/fstyp.tproj/
H A Dfstyp_msdos.c160 if ((stblock.st_mode & S_IFMT) == S_IFBLK) {
H A Dfstyp_ntfs.c160 if ((stblock.st_mode & S_IFMT) == S_IFBLK) {
/macosx-10.10/hfs-285/fstyp_hfs/
H A Dfstyp_hfs.c161 if ((stblock.st_mode & S_IFMT) == S_IFBLK) {
/macosx-10.10/ksh-23/ksh/src/lib/libast/features/
H A Dmode.c54 #ifdef S_IFBLK
55 printf("#define S_ISBLK(m) (S_ITYPE(m)==S_IFBLK)\n");
/macosx-10.10/file-46/file/src/
H A Dfsmagic.c206 #ifdef S_IFBLK
207 case S_IFBLK:

Completed in 466 milliseconds

1234