eaccess
#define eaccess(path, mode) access(path, mode)
eaccess(const char *filename, mode_t mod)
# define eaccess access