ra_pathname       109 lib/services/services_lsb.c     char ra_pathname[PATH_MAX] = { 0, };
ra_pathname       124 lib/services/services_lsb.c         snprintf(ra_pathname, sizeof(ra_pathname), "%s", type);
ra_pathname       126 lib/services/services_lsb.c         snprintf(ra_pathname, sizeof(ra_pathname), "%s/%s",
ra_pathname       130 lib/services/services_lsb.c     crm_trace("Looking into %s", ra_pathname);
ra_pathname       131 lib/services/services_lsb.c     fp = fopen(ra_pathname, "r");