tmpdir 455 src/crontab.c const char *tmpdir = NULL; tmpdir 458 src/crontab.c tmpdir = getenv("TMPDIR"); tmpdir 460 src/crontab.c return tmpdir ? tmpdir : "/tmp";