Home | History | Annotate | Download | only in Python

Lines Matching defs:mode_t

27 typedef unsigned short mode_t;

842 open_exclusive(char *filename, mode_t mode)
884 mode_t mode = srcstat->st_mode & ~S_IEXEC;
886 mode_t mode = srcstat->st_mode & ~S_IXUSR & ~S_IXGRP & ~S_IXOTH;