tempdir 21 arch/um/os-Linux/mem.c static char *tempdir = NULL; tempdir 100 arch/um/os-Linux/mem.c if (tempdir == NULL) { tempdir 101 arch/um/os-Linux/mem.c tempdir = choose_tempdir(); tempdir 102 arch/um/os-Linux/mem.c if (tempdir == NULL) { tempdir 110 arch/um/os-Linux/mem.c fd = open(tempdir, O_CLOEXEC | O_RDWR | O_EXCL | O_TMPFILE, 0700); tempdir 120 arch/um/os-Linux/mem.c tempname = malloc(strlen(tempdir) + strlen(template) + 1); tempdir 124 arch/um/os-Linux/mem.c strcpy(tempname, tempdir); tempdir 197 arch/um/os-Linux/mem.c os_info("Checking PROT_EXEC mmap in %s...", tempdir); tempdir 203 arch/um/os-Linux/mem.c os_warn("%s must be not mounted noexec\n", tempdir); tempdir 83 tools/perf/tests/sdt.c char *tempdir = NULL, *myself = get_self_path(); tempdir 90 tools/perf/tests/sdt.c tempdir = realpath(__tempdir, NULL); tempdir 91 tools/perf/tests/sdt.c if (tempdir == NULL) tempdir 95 tools/perf/tests/sdt.c set_buildid_dir(tempdir); tempdir 112 tools/perf/tests/sdt.c free(tempdir);