getenv             51 anacron/runjob.c     dir = getenv("TMPDIR");
getenv            297 anacron/runjob.c     mailto = getenv("MAILTO");
getenv            303 anacron/runjob.c     mailfrom = getenv("MAILFROM");
getenv            558 src/cron.c     	orig_tz = getenv("TZ");
getenv            458 src/crontab.c  		tmpdir = getenv("TMPDIR");
getenv            605 src/crontab.c  	if (((editor = getenv("VISUAL")) == NULL || *editor == '\0') &&
getenv            606 src/crontab.c  		((editor = getenv("EDITOR")) == NULL || *editor == '\0')) {
getenv            354 src/entry.c    			defpath = getenv("PATH");