dst_temp          127 maint/gnulib/lib/rename.c       char *dst_temp;
dst_temp          132 maint/gnulib/lib/rename.c           dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0);
dst_temp          140 maint/gnulib/lib/rename.c           dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0);
dst_temp          145 maint/gnulib/lib/rename.c       if (!src_temp || !dst_temp)
dst_temp          148 maint/gnulib/lib/rename.c           free (dst_temp);
dst_temp          153 maint/gnulib/lib/rename.c       if (strncmp (src_temp, dst_temp, src_len) == 0
dst_temp          154 maint/gnulib/lib/rename.c           && (ISSLASH (dst_temp[src_len]) || dst_temp[src_len] == '\0'))
dst_temp          156 maint/gnulib/lib/rename.c           error = dst_temp[src_len];
dst_temp          158 maint/gnulib/lib/rename.c           free (dst_temp);
dst_temp          169 maint/gnulib/lib/rename.c           free (dst_temp);
dst_temp          173 maint/gnulib/lib/rename.c       free (dst_temp);
dst_temp          287 maint/gnulib/lib/rename.c   char *dst_temp = (char *) dst;
dst_temp          403 maint/gnulib/lib/rename.c       dst_temp = strdup (dst);
dst_temp          404 maint/gnulib/lib/rename.c       if (!dst_temp)
dst_temp          409 maint/gnulib/lib/rename.c       strip_trailing_slashes (dst_temp);
dst_temp          410 maint/gnulib/lib/rename.c       if (lstat (dst_temp, &dst_st))
dst_temp          442 maint/gnulib/lib/rename.c       if (dst_temp != dst)
dst_temp          443 maint/gnulib/lib/rename.c         free (dst_temp);
dst_temp          444 maint/gnulib/lib/rename.c       dst_temp = canonicalize_file_name (dst);
dst_temp          445 maint/gnulib/lib/rename.c       if (!src_temp || !dst_temp)
dst_temp          451 maint/gnulib/lib/rename.c       if (strncmp (src_temp, dst_temp, src_len) == 0
dst_temp          452 maint/gnulib/lib/rename.c           && dst_temp[src_len] == '/')
dst_temp          465 maint/gnulib/lib/rename.c   ret_val = rename (src_temp, dst_temp);
dst_temp          472 maint/gnulib/lib/rename.c   if (dst_temp != dst)
dst_temp          473 maint/gnulib/lib/rename.c     free (dst_temp);
dst_temp          102 maint/gnulib/lib/renameatu.c   char *dst_temp = (char *) dst;
dst_temp          204 maint/gnulib/lib/renameatu.c       dst_temp = strdup (dst);
dst_temp          205 maint/gnulib/lib/renameatu.c       if (!dst_temp)
dst_temp          210 maint/gnulib/lib/renameatu.c       strip_trailing_slashes (dst_temp);
dst_temp          211 maint/gnulib/lib/renameatu.c       if (lstatat (fd2, dst_temp, &dst_st))
dst_temp          230 maint/gnulib/lib/renameatu.c   ret_val = renameatx_np (fd1, src_temp, fd2, dst_temp, uflags);
dst_temp          232 maint/gnulib/lib/renameatu.c   ret_val = renameat (fd1, src_temp, fd2, dst_temp);
dst_temp          239 maint/gnulib/lib/renameatu.c   if (dst_temp != dst)
dst_temp          240 maint/gnulib/lib/renameatu.c     free (dst_temp);