O_CREAT            43 anacron/lock.c     jr->timestamp_fd = open(jr->ident, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
O_CREAT           324 src/misc.c     		if ((fd = open(pidfile, O_RDWR | O_CREAT, 0600)) == -1) {
O_CREAT           550 src/misc.c     		LogFD = open(LOG_FILE, O_WRONLY | O_APPEND | O_CREAT, 0600);