Home | History | Annotate | Download | only in Python

Lines Matching defs:mode_t

27 typedef unsigned short mode_t;

874 open_exclusive(char *filename, mode_t mode)
915 mode_t mode = srcstat->st_mode & ~S_IEXEC;
923 mode_t mode = srcstat->st_mode & ~S_IXUSR & ~S_IXGRP & ~S_IXOTH;