Searched refs:__mode (Results 1 – 13 of 13) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | stat.h | 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; 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) 341 extern int mknodat (int __fd, __const char *__path, __mode_t __mode, 347 extern int mkfifo (__const char *__path, __mode_t __mode) 354 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode) 440 extern int __xmknod (int __ver, __const char *__path, __mode_t __mode, [all …]
|
| H A D | mman.h | 145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/ |
| H A D | stat.h | 119 int _EXFUN(chmod,( const char *__path, mode_t __mode )); 120 int _EXFUN(fchmod,(int __fd, mode_t __mode)); 125 int _EXFUN(mkdir,( const char *_path, mode_t __mode )); 126 int _EXFUN(mkfifo,( const char *__path, mode_t __mode )); 135 int _EXFUN(mknod,( const char *__path, mode_t __mode, dev_t __dev ));
|
| H A D | unistd.h | 22 int _EXFUN(chmod, (const char *__path, mode_t __mode )); 49 int _EXFUN(fchmod, (int __fildes, mode_t __mode ));
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | libio.h | 503 extern int _IO_fwide (_IO_FILE *__fp, int __mode) __THROW; 521 # define _IO_fwide(__fp, __mode) \ argument 522 ({ int __result = (__mode); \ 530 else if (__builtin_constant_p (__mode) && (__mode) == 0) \
|
| H A D | fcntl.h | 130 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));
|
| H A D | aio.h | 150 extern int lio_listio (int __mode, 185 (int __mode, 224 extern int lio_listio64 (int __mode,
|
| H A D | dlfcn.h | 58 extern void *dlopen (__const char *__file, int __mode) __THROW; 71 extern void *dlmopen (Lmid_t __nsid, __const char *__file, int __mode) __THROW;
|
| H A D | mntent.h | 67 extern FILE *setmntent (__const char *__file, __const char *__mode) __THROW;
|
| H A D | spawn.h | 173 int __oflag, mode_t __mode)
|
| H A D | netdb.h | 668 extern int getaddrinfo_a (int __mode, struct gaicb *__list[__restrict_arr],
|
| H A D | wchar.h | 534 extern int fwide (__FILE *__fp, int __mode) __THROW;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/ |
| H A D | des_crypt.h | 81 unsigned __mode, char *__ivec) __THROW; 87 unsigned __mode) __THROW;
|