Lines Matching refs:mode_t
121 mode_t st_mode; /* inode protection mode */
168 mode_t st_mode; /* [XSI] Mode of file (see below) */ \
197 mode_t st_mode; /* [XSI] Mode of file (see below) */
246 mode_t st_mode; /* [XSI] Mode of file (see below) */
279 mode_t st_mode; /* [XSI] Mode of file (see below) */
311 mode_t st_mode; /* [XSI] Mode of file (see below) */
343 mode_t st_mode; /* [XSI] Mode of file (see below) */
560 int chmod(const char *, mode_t) __DARWIN_ALIAS(chmod);
561 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod);
564 int mkdir(const char *, mode_t);
565 int mkfifo(const char *, mode_t);
567 int mknod(const char *, mode_t, dev_t);
568 mode_t umask(mode_t);
571 int fchmodat(int, const char *, mode_t, int) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0…
573 int mkdirat(int, const char *, mode_t) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
593 int lchmod(const char *, mode_t) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);