Searched refs:Uid_t (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dreentr.c430 Uid_t uid;
440 uid = (Uid_t)va_arg(ap, int);
442 uid = va_arg(ap, Uid_t);
H A Dmg.c2302 (void)setruid((Uid_t)PL_uid);
2305 (void)setreuid((Uid_t)PL_uid, (Uid_t)-1);
2308 (void)setresuid((Uid_t)PL_uid, (Uid_t)-1, (Uid_t)-1);
2334 (void)seteuid((Uid_t)PL_euid);
2337 (void)setreuid((Uid_t)-1, (Uid_t)PL_euid);
2340 (void)setresuid((Uid_t)
[all...]
H A Duconfig.h4241 * This symbol defines the format string used for printing a Uid_t.
4246 * This symbol holds the signedess of a Uid_t.
4252 * This symbol holds the size of a Uid_t in bytes.
4256 /* Uid_t:
4261 #define Uid_t int /* UID type */ macro
H A Dintrpvar.h237 PERLVAR(Iuid, Uid_t) /* current real user id */
238 PERLVAR(Ieuid, Uid_t) /* current effective user id */
H A Dperl.c3630 (void)setreuid((Uid_t)-1,PL_statbuf.st_uid);
3633 (void)setresuid((Uid_t)-1,PL_statbuf.st_uid,(Uid_t)-1);
3644 (void)seteuid((Uid_t)PL_uid);
3647 (void)setreuid((Uid_t)-1,(Uid_t)PL_uid);
3650 (void)setresuid((Uid_t)-1,(Uid_t)PL_uid,(Uid_t)-1);
3652 PerlProc_setuid((Uid_t)PL_ui
[all...]
H A Dpp_hot.c1113 (void)setresuid((PL_delaymagic & DM_RUID) ? PL_uid : (Uid_t)-1,
1114 (PL_delaymagic & DM_EUID) ? PL_euid : (Uid_t)-1,
1115 (Uid_t)-1);
1118 (void)setreuid((PL_delaymagic & DM_RUID) ? PL_uid : (Uid_t)-1,
1119 (PL_delaymagic & DM_EUID) ? PL_euid : (Uid_t)-1);
H A Dperl.h2522 Uid_t getuid (void);
2523 Uid_t geteuid (void);
2949 # define setreuid(r,e) setresuid(r,e,(Uid_t)-1)
H A Ddoio.c717 Uid_t fileuid;
1824 Perl_cando(pTHX_ Mode_t mode, Uid_t effective, register Stat_t *statbufp)
1826 * Here we are betting on Uid_t being equal or wider than Gid_t. */
1878 Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective)
H A Dpp_sys.c80 struct passwd *getpwuid (Uid_t);
235 Uid_t ruid = getuid();
236 Uid_t euid = geteuid();
249 if (setresuid(euid, ruid, (Uid_t)-1))
274 if (setresuid(ruid, euid, (Uid_t)-1))
5246 Uid_t uid = POPi;
H A Dproto.h90 PERL_CALLCONV bool Perl_cando(pTHX_ Mode_t mode, Uid_t effective, Stat_t* statbufp);
284 PERL_CALLCONV bool Perl_ingroup(pTHX_ Gid_t testgid, Uid_t effective);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1852 Uid_t uid
1880 Uid_t uid
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c78 struct passwd *getpwuid(Uid_t);

Completed in 128 milliseconds