Home | History | Annotate | Download | only in libevent

Lines Matching defs:mode_t

101 #define mode_t int
110 fd = open(pathname, flags|O_CLOEXEC, (mode_t)mode);
115 fd = open(pathname, flags, (mode_t)mode);