S_IWUSR            43 anacron/lock.c     jr->timestamp_fd = open(jr->ident, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
S_IWUSR            51 anacron/lock.c     if (fchmod(jr->timestamp_fd, S_IRUSR | S_IWUSR))
S_IWUSR            62 anacron/runjob.c     fdin = open(template, O_RDONLY, S_IRUSR | S_IWUSR);
S_IWUSR           511 src/cron.c     	if ((reboot = creat(REBOOT_LOCK, S_IRUSR & S_IWUSR)) < 0)