Searched defs:S_ISBLK (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DFcntl.pm186 &S_ISREG &S_ISDIR &S_ISLNK &S_ISSOCK &S_ISBLK &S_ISCHR &S_ISFIFO
203 S_ISBLK S_ISCHR S_ISFIFO
216 sub S_ISBLK { ( $_[0] & _S_IFMT() ) == S_IFBLK() } subroutine
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h292 #define S_ISBLK(m) ((m & 0170000) == 0060000) /* block special */ macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.h666 # undef S_ISBLK macro
925 #ifndef S_ISBLK
927 # define S_ISBLK(m) ((m & S_IFMT) == S_IFBLK) macro
929 # define S_ISBLK(m) (0) macro

Completed in 30 milliseconds