Lines Matching refs:printf
28 printf("Checking if %s is on tmpfs...", dir); in check_tmpfs()
30 printf("%s\n", strerror(errno)); in check_tmpfs()
32 printf("no\n"); in check_tmpfs()
34 printf("OK\n"); in check_tmpfs()
64 printf("Checking environment variables for a tempdir..."); in choose_tempdir()
68 printf("%s\n", dir); in choose_tempdir()
75 printf("none found\n"); in choose_tempdir()
85 printf("Warning: tempdir %s is not on tmpfs\n", dir); in choose_tempdir()
192 printf("Checking PROT_EXEC mmap in %s...", tempdir); in check_tmpexec()
195 printf("%s\n", strerror(err)); in check_tmpexec()
198 printf("%s must be not mounted noexec\n", tempdir); in check_tmpexec()
201 printf("OK\n"); in check_tmpexec()