Home
last modified time | relevance | path

Searched refs:tempdir (Results 1 – 1 of 1) sorted by relevance

/arch/um/os-Linux/
Dmem.c26 static char *tempdir = NULL; variable
34 if (tempdir != NULL) in find_tempdir()
45 tempdir = malloc(strlen(dir) + 2); in find_tempdir()
46 if (tempdir == NULL) { in find_tempdir()
51 strcpy(tempdir, dir); in find_tempdir()
52 strcat(tempdir, "/"); in find_tempdir()
176 if ((tempdir == NULL) || (strlen(tempdir) >= MAXPATHLEN)) in make_tempfile()
180 strcpy(tempname, tempdir); in make_tempfile()
265 printf("Checking PROT_EXEC mmap in %s...",tempdir); in check_tmpexec()
272 printf("%s must be not mounted noexec\n",tempdir); in check_tmpexec()