Searched refs:fileuid (Results 1 – 1 of 1) sorted by relevance
747 Uid_t fileuid; in Perl_nextargv() local793 fileuid = PL_statbuf.st_uid; in Perl_nextargv()912 if (fileuid != PL_statbuf.st_uid || filegid != PL_statbuf.st_gid) { in Perl_nextargv()914 (void)fchown(PL_lastfd,fileuid,filegid); in Perl_nextargv()917 (void)PerlLIO_chown(PL_oldname,fileuid,filegid); in Perl_nextargv()