O_WRONLY 156 crmd/subsystems.c (void)open(devnull, O_WRONLY); /* Stdout: fd 1 */ O_WRONLY 157 crmd/subsystems.c (void)open(devnull, O_WRONLY); /* Stderr: fd 2 */ O_WRONLY 303 crmd/te_utils.c confirm = open("/var/run/cluster/fenced_override", O_NONBLOCK|O_WRONLY); O_WRONLY 223 lib/ais/utils.c (void)open(devnull, O_WRONLY); /* Stdout: fd 1 */ O_WRONLY 224 lib/ais/utils.c (void)open(devnull, O_WRONLY); /* Stderr: fd 2 */ O_WRONLY 862 lib/common/utils.c if ((fd = open(filename, O_CREAT | O_WRONLY | O_EXCL, 0644)) < 0) { O_WRONLY 921 lib/common/utils.c (void)open(devnull, O_WRONLY); /* Stdout: fd 1 */ O_WRONLY 923 lib/common/utils.c (void)open(devnull, O_WRONLY); /* Stderr: fd 2 */ O_WRONLY 341 mcp/pacemaker.c (void)open(devnull, O_WRONLY); /* Stdout: fd 1 */ O_WRONLY 342 mcp/pacemaker.c (void)open(devnull, O_WRONLY); /* Stderr: fd 2 */ O_WRONLY 176 tools/crm_uuid.c if ((fd = open(UUID_FILE, O_WRONLY | O_SYNC | O_CREAT, 0644)) < 0) {