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