HomeSort by relevance Sort by last modified time
    Searched defs:S_IFMT (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
Fcntl.pm 187 &S_ISWHT &S_ISENFMT &S_IFMT &S_IMODE
205 S_IFMT S_IMODE
209 sub S_IFMT { @_ ? ( $_[0] & _S_IFMT() ) : _S_IFMT() }
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
config.h 192 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
stat.h 81 #define S_IFMT _IFMT
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
PosixStorage.cxx 50 #ifndef S_IFMT
51 #define S_IFMT _S_IFMT
53 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
  /onnv/onnv-gate/usr/src/common/openssl/
e_os.h 260 # ifndef S_IFMT
261 # define S_IFMT _S_IFMT
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
fsys_minix.c 148 #define S_IFMT 00170000
152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
153 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
fsys_ext2fs.c 277 #define S_IFMT 00170000
281 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
282 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
283 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /onnv/onnv-gate/usr/src/uts/common/sys/
stat.h 405 #define S_IFMT 0xF000 /* type of file */
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
conf.h     [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/sfio/
sfhdr.h 556 #ifndef S_IFMT
557 #define S_IFMT 0
573 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
576 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG)
579 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR)
584 # define S_ISFIFO(m) (((m)&S_IFMT) == S_IFIFO)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
perl.h 909 #ifndef S_IFMT
911 # define S_IFMT _S_IFMT
913 # define S_IFMT 0170000
918 # define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR)
922 # define S_ISCHR(m) ((m & S_IFMT) == S_IFCHR)
927 # define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK)
934 # define S_ISREG(m) ((m & S_IFMT) == S_IFREG)
939 # define S_ISFIFO(m) ((m & S_IFMT) == S_IFIFO)
950 # define S_ISLNK(m) ((m & S_IFMT) == _S_IFLNK)
953 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK
    [all...]

Completed in 360 milliseconds