#include <sys/stat.h>Include dependency graph for safesysstat.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) |
| #define | S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) |
| #define S_ISDIR | ( | m | ) | (((m) & _S_IFMT) == _S_IFDIR) |
Definition at line 55 of file safesysstat.h.
Referenced by dir_exists(), FlintDatabase::FlintDatabase(), main(), QuartzDatabase::QuartzDatabase(), and rm_rf().
| #define S_ISREG | ( | m | ) | (((m) & _S_IFMT) == _S_IFREG) |