attach_fifo      2271 orte/orted/orted_submit.c     char *attach_fifo;
attach_fifo      2297 orte/orted/orted_submit.c             attach_fifo = opal_os_path(false, orte_process_info.job_session_dir,
attach_fifo      2299 orte/orted/orted_submit.c             if ((mkfifo(attach_fifo, FILE_MODE) < 0) && errno != EEXIST) {
attach_fifo      2300 orte/orted/orted_submit.c                 opal_output(0, "CANNOT CREATE FIFO %s: errno %d", attach_fifo, errno);
attach_fifo      2301 orte/orted/orted_submit.c                 free(attach_fifo);
attach_fifo      2304 orte/orted/orted_submit.c             opal_string_copy(MPIR_attach_fifo, attach_fifo,
attach_fifo      2306 orte/orted/orted_submit.c             free(attach_fifo);
attach_fifo      2340 orte/orted/orted_submit.c         attach_fifo = opal_os_path(false, orte_process_info.job_session_dir,
attach_fifo      2342 orte/orted/orted_submit.c         if ((mkfifo(attach_fifo, FILE_MODE) < 0) && errno != EEXIST) {
attach_fifo      2343 orte/orted/orted_submit.c             opal_output(0, "CANNOT CREATE FIFO %s: errno %d", attach_fifo, errno);
attach_fifo      2344 orte/orted/orted_submit.c             free(attach_fifo);
attach_fifo      2347 orte/orted/orted_submit.c         strncpy(MPIR_attach_fifo, attach_fifo, MPIR_MAX_PATH_LENGTH - 1);
attach_fifo      2348 orte/orted/orted_submit.c         free(attach_fifo);