Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h65 typedef __mode_t mode_t;
282 extern int chmod (__const char *__file, __mode_t __mode)
289 extern int lchmod (__const char *__file, __mode_t __mode)
295 extern int fchmod (int __fd, __mode_t __mode) __THROW;
301 extern int fchmodat (int __fd, __const char *__file, __mode_t mode, int __flag)
309 extern __mode_t umask (__mode_t __mask) __THROW;
314 extern __mode_t getumask (void) __THROW;
318 extern int mkdir (__const char *__path, __mode_t __mode)
325 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode)
333 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
[all …]
H A Dipc.h43 typedef __mode_t mode_t;
H A Dmman.h38 typedef __mode_t mode_t;
H A Dtypes.h72 typedef __mode_t mode_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h50 __mode_t st_mode; /* File mode. */
101 __mode_t st_mode; /* File mode. */
142 __mode_t st_mode;
192 __mode_t st_mode;
H A Dtypes.h139 __STD_TYPE __MODE_T_TYPE __mode_t; /* Type of file attribute bitmasks. */ variable
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dfcntl.h130 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
133 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
140 extern int creat64 (__const char *__file, __mode_t __mode) __nonnull ((1));