Home
last modified time | relevance | path

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 Dunistd.h208 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 Dpwd.h44 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 Dstropts.h32 typedef __uid_t uid_t;
H A D_G_config.h36 #define _G_uid_t __uid_t
H A Dsignal.h68 typedef __uid_t uid_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h52 __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 Dsiginfo.h70 __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 Dtypes.h135 __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 Dfsuid.h29 extern int setfsuid (__uid_t __uid) __THROW;
H A Dipc.h33 typedef __uid_t uid_t;
H A Dtypes.h82 typedef __uid_t uid_t;
H A Dstat.h84 typedef __uid_t uid_t;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dauth_unix.h69 __uid_t aup_uid;
H A Dauth.h161 extern AUTH *authunix_create (char *__machname, __uid_t __uid, __gid_t __gid,