tempname 97 arch/um/os-Linux/mem.c char *tempname; tempname 120 arch/um/os-Linux/mem.c tempname = malloc(strlen(tempdir) + strlen(template) + 1); tempname 121 arch/um/os-Linux/mem.c if (tempname == NULL) tempname 124 arch/um/os-Linux/mem.c strcpy(tempname, tempdir); tempname 125 arch/um/os-Linux/mem.c strcat(tempname, template); tempname 126 arch/um/os-Linux/mem.c fd = mkstemp(tempname); tempname 128 arch/um/os-Linux/mem.c os_warn("open - cannot create %s: %s\n", tempname, tempname 132 arch/um/os-Linux/mem.c if (unlink(tempname) < 0) { tempname 136 arch/um/os-Linux/mem.c free(tempname); tempname 141 arch/um/os-Linux/mem.c free(tempname); tempname 73 fs/hpfs/dir.c unsigned char *tempname; tempname 172 fs/hpfs/dir.c tempname = hpfs_translate_name(inode->i_sb, de->name, de->namelen, lc, de->not_8x3); tempname 173 fs/hpfs/dir.c if (!dir_emit(ctx, tempname, de->namelen, le32_to_cpu(de->fnode), DT_UNKNOWN)) { tempname 174 fs/hpfs/dir.c if (tempname != de->name) kfree(tempname); tempname 179 fs/hpfs/dir.c if (tempname != de->name) kfree(tempname); tempname 188 scripts/unifdef.c static char tempname[FILENAME_MAX]; /* used when overwriting */ tempname 341 scripts/unifdef.c snprintf(tempname, sizeof(tempname), tempname 345 scripts/unifdef.c snprintf(tempname, sizeof(tempname), tempname 347 scripts/unifdef.c ofd = mkstemp(tempname); tempname 609 scripts/unifdef.c unlink(tempname); tempname 626 scripts/unifdef.c if (overwriting && rename(tempname, ofilename) == -1) { tempname 628 scripts/unifdef.c unlink(tempname);