Home
last modified time | relevance | path

Searched refs:ISBLK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c351 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) macro
499 if (!ISCHR(out) && !ISBLK(out) && IDENTICAL(out, in)) { in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c52 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) macro
H A Dex.h74 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) macro
/illumos-gate/usr/src/cmd/ed/
H A Ded.c143 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK) macro