O_TRUNC 31 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_sender_based.c sb.sb_fd = open(path, O_CREAT | O_TRUNC | O_RDWR, 0600); O_TRUNC 710 opal/mca/pmix/pmix4x/pmix/src/util/output.c flags |= O_TRUNC; O_TRUNC 69 opal/util/daemon_init.c fd = open("/dev/null", O_RDWR|O_CREAT|O_TRUNC, 0666); O_TRUNC 795 opal/util/output.c flags |= O_TRUNC; O_TRUNC 131 opal/util/stacktrace.c O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR); O_TRUNC 461 opal/util/stacktrace.c O_CREAT|O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR); O_TRUNC 288 orte/mca/ess/base/ess_base_std_orted.c fd = open(log_path, O_RDWR|O_CREAT|O_TRUNC, 0640); O_TRUNC 293 orte/mca/ess/base/ess_base_std_orted.c fd = open("/dev/null", O_RDWR|O_CREAT|O_TRUNC, 0666); O_TRUNC 1055 orte/mca/filem/raw/filem_raw_module.c if (0 > (incoming->fd = open(incoming->fullpath, O_RDWR | O_CREAT | O_TRUNC, S_IRWXU))) { O_TRUNC 1065 orte/mca/filem/raw/filem_raw_module.c if (0 > (incoming->fd = open(incoming->fullpath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR))) { O_TRUNC 338 orte/mca/iof/base/iof_base_setup.c fdout = open(outfile, O_CREAT|O_RDWR|O_TRUNC, 0644); O_TRUNC 362 orte/mca/iof/base/iof_base_setup.c fdout = open(outfile, O_CREAT|O_RDWR|O_TRUNC, 0644); O_TRUNC 629 orte/mca/plm/alps/plm_alps_module.c fd = open("/dev/null", O_CREAT|O_WRONLY|O_TRUNC, 0666); O_TRUNC 675 orte/mca/plm/slurm/plm_slurm_module.c fd = open("/dev/null", O_CREAT|O_RDWR|O_TRUNC, 0666); O_TRUNC 68 orte/test/system/event-threads.c if (0 > (my_fd = open("foo", O_CREAT | O_TRUNC | O_RDWR, 0644))) {