Home
last modified time | relevance | path

Searched refs:__mode_t (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h11 extern int __chmod (__const char *__file, __mode_t __mode);
12 extern int __fchmod (int __fd, __mode_t __mode);
13 extern __mode_t __umask (__mode_t __mask);
14 extern int __mkdir (__const char *__path, __mode_t __mode);
16 __mode_t __mode, __dev_t __dev);
31 extern __inline__ int __mknod (__const char *__path, __mode_t __mode,
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstat.h34 __mode_t st_mode; /* File mode. */
89 __mode_t st_mode; /* File mode. */
H A Dtypes.h136 typedef __MODE_T_TYPE __mode_t; /* Type of file attribute bitmasks. */ typedef