Home | History | Annotate | Download | only in sys

Lines Matching refs:__mode_t

29 #include <bits/types.h>		/* For __mode_t and __dev_t.  */
65 typedef __mode_t mode_t;
286 extern int chmod (__const char *__file, __mode_t __mode)
293 extern int lchmod (__const char *__file, __mode_t __mode)
299 extern int fchmod (int __fd, __mode_t __mode) __THROW;
305 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode,
314 extern __mode_t umask (__mode_t __mask) __THROW;
319 extern __mode_t getumask (void) __THROW;
323 extern int mkdir (__const char *__path, __mode_t __mode)
330 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode)
338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
345 extern int mknodat (int __fd, __const char *__path, __mode_t __mode,
352 extern int mkfifo (__const char *__path, __mode_t __mode)
359 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode)
446 extern int __xmknod (int __ver, __const char *__path, __mode_t __mode,
450 __mode_t __mode, __dev_t *__dev)
487 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
495 __NTH (mknodat (int __fd, __const char *__path, __mode_t __mode,