Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2.c83 # define MY_S_ISDIR S_ISDIR macro
140 # define MY_S_ISDIR(x) ((x) & _S_IFDIR) macro
1191 if ( MY_S_ISDIR(statBuf.st_mode) ) { in compress()
1370 if ( MY_S_ISDIR(statBuf.st_mode) ) { in uncompress()
1550 if ( MY_S_ISDIR(statBuf.st_mode) ) { in testf()