fullname 267 opal/mca/event/libevent2022/libevent/test/tinytest.c char fullname[LONGEST_TEST_NAME]; fullname 273 opal/mca/event/libevent2022/libevent/test/tinytest.c snprintf(fullname, sizeof(fullname), "%s%s", fullname 276 opal/mca/event/libevent2022/libevent/test/tinytest.c printf(" %s\n", fullname); fullname 277 opal/mca/event/libevent2022/libevent/test/tinytest.c if (!strncmp(fullname, arg, length)) { fullname 580 orte/mca/filem/raw/filem_raw_module.c char *mypath, *fullname, *basedir; fullname 587 orte/mca/filem/raw/filem_raw_module.c fullname = opal_os_path(false, path, link_pt, NULL); fullname 591 orte/mca/filem/raw/filem_raw_module.c if (0 != stat(fullname, &buf)) { fullname 595 orte/mca/filem/raw/filem_raw_module.c mypath, fullname)); fullname 597 orte/mca/filem/raw/filem_raw_module.c basedir = opal_dirname(fullname); fullname 601 orte/mca/filem/raw/filem_raw_module.c ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), mypath, fullname); fullname 604 orte/mca/filem/raw/filem_raw_module.c free(fullname); fullname 609 orte/mca/filem/raw/filem_raw_module.c if (0 != symlink(mypath, fullname)) { fullname 611 orte/mca/filem/raw/filem_raw_module.c ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), mypath, fullname); fullname 616 orte/mca/filem/raw/filem_raw_module.c free(fullname);