Searched refs:__uid_t (Results 1 – 14 of 14) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/ |
| H A D | unistd.h | 208 typedef __uid_t uid_t; 433 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, 642 extern __uid_t getuid (void) __THROW; 645 extern __uid_t geteuid (void) __THROW; 667 extern int setuid (__uid_t __uid) __THROW; 672 extern int setreuid (__uid_t __ruid, __uid_t __euid) __THROW; 677 extern int seteuid (__uid_t __uid) __THROW; [all …]
|
| H A D | pwd.h | 44 typedef __uid_t uid_t; 54 __uid_t pw_uid; /* User ID. */ 111 extern struct passwd *getpwuid (__uid_t __uid); 145 extern int getpwuid_r (__uid_t __uid, 181 extern int getpw (__uid_t __uid, char *__buffer);
|
| H A D | stropts.h | 32 typedef __uid_t uid_t;
|
| H A D | _G_config.h | 36 #define _G_uid_t __uid_t
|
| H A D | signal.h | 68 typedef __uid_t uid_t;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stat.h | 52 __uid_t st_uid; /* User ID of the file's owner. */ 103 __uid_t st_uid; /* User ID of the file's owner. */ 144 __uid_t st_uid; 194 __uid_t st_uid;
|
| H A D | siginfo.h | 70 __uid_t si_uid; /* Real user ID of sending process. */ 85 __uid_t si_uid; /* Real user ID of sending process. */ 93 __uid_t si_uid; /* Real user ID of sending process. */
|
| H A D | types.h | 135 __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */ variable
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | fsuid.h | 29 extern int setfsuid (__uid_t __uid) __THROW;
|
| H A D | ipc.h | 33 typedef __uid_t uid_t;
|
| H A D | types.h | 82 typedef __uid_t uid_t;
|
| H A D | stat.h | 84 typedef __uid_t uid_t;
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/ |
| H A D | auth_unix.h | 69 __uid_t aup_uid;
|
| H A D | auth.h | 161 extern AUTH *authunix_create (char *__machname, __uid_t __uid, __gid_t __gid,
|