Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2.c81 # define MY_S_ISDIR S_ISDIR macro
138 # define MY_S_ISDIR(x) ((x) & _S_IFDIR) macro
1186 if ( MY_S_ISDIR(statBuf.st_mode) ) { in compress()
1365 if ( MY_S_ISDIR(statBuf.st_mode) ) { in uncompress()
1545 if ( MY_S_ISDIR(statBuf.st_mode) ) { in testf()