MPIR_attach_fifo  173 orte/orted/orted_submit.c char MPIR_attach_fifo[MPIR_MAX_PATH_LENGTH] = {0};
MPIR_attach_fifo  666 orte/orted/orted_submit.c         unlink(MPIR_attach_fifo);
MPIR_attach_fifo 2304 orte/orted/orted_submit.c             opal_string_copy(MPIR_attach_fifo, attach_fifo,
MPIR_attach_fifo 2347 orte/orted/orted_submit.c         strncpy(MPIR_attach_fifo, attach_fifo, MPIR_MAX_PATH_LENGTH - 1);
MPIR_attach_fifo 2878 orte/orted/orted_submit.c     orte_debugger_attach_fd = open(MPIR_attach_fifo, O_RDONLY | O_NONBLOCK, 0);
MPIR_attach_fifo 2897 orte/orted/orted_submit.c                     MPIR_attach_fifo);
MPIR_attach_fifo 2902 orte/orted/orted_submit.c                             MPIR_attach_fifo);
MPIR_attach_fifo   44 orte/orted/orted_submit.h extern char MPIR_attach_fifo[];