tmp 755 src/crontab.c FILE *tmp; tmp 771 src/crontab.c if ((fd = mkstemp(TempFilename)) == -1 || !(tmp = fdopen(fd, "w+"))) { tmp 795 src/crontab.c fprintf(tmp, "SELINUX_ROLE_TYPE=%s\n", selinux_context); tmp 803 src/crontab.c putc(ch, tmp); tmp 804 src/crontab.c if (ftruncate(fileno(tmp), ftell(tmp)) == -1) { tmp 807 src/crontab.c fclose(tmp); tmp 811 src/crontab.c fflush(tmp); tmp 812 src/crontab.c rewind(tmp); tmp 813 src/crontab.c if (ferror(tmp)) { tmp 816 src/crontab.c fclose(tmp); tmp 835 src/crontab.c fclose(tmp); tmp 841 src/crontab.c switch (load_env(envstr, tmp)) { tmp 851 src/crontab.c e = load_entry(tmp, check_error, pw, envp); tmp 863 src/crontab.c fclose(tmp); tmp 871 src/crontab.c if (fchown(fileno(tmp), file_owner, (gid_t)-1) < OK) { tmp 873 src/crontab.c fclose(tmp); tmp 880 src/crontab.c fclose(tmp); tmp 886 src/crontab.c if (fclose(tmp) == EOF) { tmp 922 src/crontab.c FILE *tmp; tmp 937 src/crontab.c if ((fd = mkstemp(TempFilename)) == -1 || !(tmp = fdopen(fd, "w"))) { tmp 953 src/crontab.c if (fprintf(tmp, "%s\n", Host) < 0 || fclose(tmp) == EOF) {