Searched refs:tmps2 (Results 1 – 1 of 1) sorted by relevance
4027 const char * const tmps2 = POPpconstx; variable4031 anum = PerlLIO_rename(tmps, tmps2);4034 if (same_dirent(tmps2, tmps)) /* can always rename to same name */4037 … if (PerlProc_geteuid() || PerlLIO_stat(tmps2, &statbuf) < 0 || !S_ISDIR(statbuf.st_mode))4038 (void)UNLINK(tmps2);4039 if (!(anum = link(tmps, tmps2)))4068 const char * const tmps2 = POPpconstx; variable4075 PerlLIO_link(tmps, tmps2) : PerlLIO_symlink(tmps, tmps2);4078 PerlLIO_link(tmps, tmps2);4081 PerlLIO_symlink(tmps, tmps2);