Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dunistd.h433 extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
438 extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __THROW __wur;
443 extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
451 extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dunistd.h24 int _EXFUN(chown, (const char *__path, uid_t __owner, gid_t __group ));
51 int _EXFUN(fchown, (int __fildes, uid_t __owner, gid_t __group ));
96 int _EXFUN(lchown, (const char *__path, uid_t __owner, gid_t __group ));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dpthreadtypes.h82 int __owner; member