Lines Matching defs:tmp
2898 const char *tmp)
2904 ret = ntfs_fuse_newlink(req, xino, newparent, tmp,
2931 "to '%s'", newname, tmp);
2940 if (ntfs_fuse_rm(req, newparent, tmp, RM_ANY) < 0)
2942 "as '%s'", newname, tmp);
2953 char *tmp;
2963 tmp = (char*)ntfs_malloc(len);
2964 if (!tmp)
2967 ret = snprintf(tmp, len, "%s%s%010d", newname, ext, ++ntfs_sequence);
2992 tmp);
3001 xino, newparent, newname, tmp);
3004 free(tmp);