system            116 src/cronnext.c 	printf("    system: %d\n", u->system);
system            239 src/cronnext.c 		if (!(flags & SYSTEM) && u->system)
system            129 src/security.c 	if ((!u->system || e->pwd->pw_uid != 0) && (ret = cron_start_pam(e->pwd)) != 0) {
system             70 src/structs.h  	int		system;		/* is it a system crontab */
system             96 src/user.c     	u->system = pw == NULL;