Lines Matching defs:tmp
2590 const char *tmp)
2596 ret = ntfs_fuse_link(new_path, tmp);
2617 if (ntfs_fuse_link(tmp, new_path)) {
2620 "to '%s'", new_path, tmp);
2629 if (ntfs_fuse_unlink(tmp) < 0)
2631 "as '%s'", new_path, tmp);
2639 char *tmp;
2648 tmp = ntfs_malloc(len);
2649 if (!tmp)
2652 ret = snprintf(tmp, len, "%s%s%010d", new_path, ext, ++ntfs_sequence);
2669 ret = ntfs_fuse_safe_rename(old_path, new_path, tmp);
2673 ret = ntfs_fuse_safe_rename(old_path, new_path, tmp);
2676 free(tmp);