Host               93 src/crontab.c  static char Host[MAXHOSTNAMELEN];
Host              333 src/crontab.c  		if (strlen(argv[optind]) >= sizeof Host)
Host              335 src/crontab.c  		(void) strcpy(Host, argv[optind]);
Host              928 src/crontab.c  		gethostname(Host, sizeof Host);
Host              953 src/crontab.c  	if (fprintf(tmp, "%s\n", Host) < 0 || fclose(tmp) == EOF) {
Host              974 src/crontab.c  	log_it(RealUser, Pid, "SET HOST", Host, 0);
Host             1006 src/crontab.c  	if (get_string(Host, sizeof Host, f, "\n") == EOF) {
Host             1014 src/crontab.c  	printf("%s\n", Host);
Host             1017 src/crontab.c  	log_it(RealUser, Pid, "GET HOST", Host, 0);