Searched refs:setids (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c75 static void setids(int,uid_t,gid_t);
79 static void setids(int,int,int);
231 setids(mode, effuid, effgid);
344 static void setids(int mode,int owner,int group) function
358 * This version of setids creats a /tmp file and copies itself into it.
364 static void setids(int mode,uid_t owner,gid_t group) function
/macosx-10.10.1/procmail-14/procmail/src/
H A Dfoldinfo.c208 { setids();mkdir(buf,NORMdirperm); /* try creating the last member */
220 { if(errno!=EACCES||(setids(),lstat(buf,&stbuf)))
224 { setids();
275 syslog(LOG_NOTICE,slogstr,enfperm,buf);setids();
288 setids(); /* try some magic */
H A Dmisc.h29 setids P((void)),
H A Dvariables.c306 erestrict=1;setids(); /* always do this */
392 setids();
H A Dprocmail.c404 setids(); /* to prevent security holes, drop any privileges now */
551 setids(); /* need the privileges or it's accessible, then setid now */
559 setids(); /* transmogrify to prevent peeking, */
575 setids();
H A Dmisc.c94 void setids P((void)) function
/macosx-10.10.1/ruby-106/ruby/
H A Druby.c93 unsigned int setids; member in struct:cmdline_options
1809 if (uid != euid) opt->setids |= 1;
1810 if (egid != gid) opt->setids |= 2;
1811 if (uid && opt->setids) {
1820 if (opt->setids & 1)
1822 if (opt->setids & 2)

Completed in 88 milliseconds