Home
last modified time | relevance | path

Searched refs:uid_t (Results 1 – 25 of 105) sorted by relevance

12345

/original-bsd/include/
H A Dunistd.h31 int chown __P((const char *, uid_t, gid_t));
46 uid_t geteuid __P((void));
53 uid_t getuid __P((void));
65 int setuid __P((uid_t));
127 int seteuid __P((uid_t));
136 int setreuid __P((uid_t, uid_t));
138 int setruid __P((uid_t));
H A Dpwd.h54 struct passwd *getpwuid __P((uid_t));
/original-bsd/contrib/libg++-2.3/libg++/g++-include/
H A Dunistd.h92 extern uid_t geteuid _G_ARGS((void));
102 extern uid_t getuid _G_ARGS((void));
120 extern int setreuid _G_ARGS((uid_t, uid_t));
121 extern int setuid (uid_t);
/original-bsd/lib/libc/compat-43/
H A Dsetreuid.c17 uid_t ruid, euid; in setreuid()
19 static uid_t saveduid = -1;
H A Dsetruid.c16 setruid(uid_t ruid) in setruid()
/original-bsd/lib/libc/gen/
H A Dpwcache.c24 uid_t uid; in user_from_uid()
28 uid_t uid;
/original-bsd/usr.sbin/mtree/
H A Dcreate.c35 static uid_t uid;
40 static int statd __P((FTS *, FTSENT *, uid_t *, gid_t *, mode_t *));
152 uid_t *puid;
158 register uid_t suid;
163 uid_t saveuid;
/original-bsd/sys/nfs/
H A Dnfsmount.h48 uid_t nm_authuid; /* Uid for authenticator */
91 uid_t uid,
/original-bsd/bin/pax/
H A Dcache.c171 name_uid(uid_t uid, int frc) in name_uid()
175 uid_t uid; in name_uid()
324 uid_name(char *name, uid_t *uid) in uid_name()
329 uid_t *uid;
H A Dextern.h80 char * name_uid __P((uid_t, int));
82 int uid_name __P((char *, uid_t *));
118 int chk_path __P((register char *, uid_t, gid_t));
120 int set_ids __P((char *, uid_t, gid_t));
H A Dcache.h41 uid_t uid; /* cached uid */
H A Dsel_subs.h22 uid_t uid;
H A Dsel_subs.c96 register uid_t uid;
122 uid = (uid_t)pw->pw_uid;
125 uid = (uid_t)atoi(str+1);
127 uid = (uid_t)strtoul(str+1, (char **)NULL, 10);
/original-bsd/sys/sys/
H A Dproc.h191 uid_t p_ruid; /* Real user id. */
192 uid_t p_svuid; /* Saved effective user id. */
240 int chgproccnt __P((uid_t uid, int diff));
H A Dacct.h28 uid_t ac_uid; /* user id */
H A Ducred.h18 uid_t cr_uid; /* effective user id */
H A Dmount.h50 uid_t f_owner; /* user that mounted the filesystem */
167 uid_t ex_root; /* mapping for root uid */
211 int (*vfs_quotactl) __P((struct mount *mp, int cmds, uid_t uid,
/original-bsd/old/whoami/
H A Dwhoami.c24 uid_t uid; in main()
/original-bsd/usr.bin/write/
H A Dwrite.c42 uid_t myuid;
131 uid_t myuid;
206 uid_t myuid;
/original-bsd/bin/cp/
H A Dextern.h17 extern uid_t myuid;
/original-bsd/usr.bin/finger/
H A Dfinger.h14 uid_t uid; /* user id */
/original-bsd/sys/miscfs/portal/
H A Dportal.h22 uid_t pcr_uid; /* From ucred */
/original-bsd/sys/miscfs/umapfs/
H A Dumap_subr.c311 uid_t uid;
321 uid = (uid_t) umap_findid(credp->cr_uid, usermap, unentries);
326 credp->cr_uid = (uid_t) NOBODY;
/original-bsd/sbin/routed/
H A Ddefs.h47 uid_t uid; /* user id for identifying messages */
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs.h29 #define kernfs_quotactl ((int (*) __P((struct mount *, int, uid_t, caddr_t, \

12345