Home | History | Annotate | Download | only in sys

Lines Matching full:mode_t

43   mode_t st_mode; \
64 mode_t st_mode; \
83 mode_t st_mode; \
138 extern int chmod(const char*, mode_t);
139 extern int fchmod(int, mode_t);
140 extern int mkdir(const char*, mode_t);
151 extern int mknod(const char*, mode_t, dev_t);
152 extern mode_t umask(mode_t);
154 extern mode_t __umask_chk(mode_t);
155 extern mode_t __umask_real(mode_t) __RENAME(umask);
161 mode_t umask(mode_t mode) {
174 extern int mkfifo(const char*, mode_t) __INTRODUCED_IN(21);
175 extern int mkfifoat(int, const char*, mode_t);
177 extern int fchmodat(int, const char*, mode_t, int);
178 extern int mkdirat(int, const char*, mode_t);
179 extern int mknodat(int, const char*, mode_t, dev_t);