Lines Matching refs:rsrc
43 char *rsrc;
86 static int rsrc2path(const char *rsrc, char *path);
487 if ((usage->hp_name = strdup(entry->rsrc)) == NULL) {
524 const char *rsrc;
561 if (((rsrc = rcm_info_rsrc(tuple)) == NULL) ||
573 if ((rsrc2path(rsrc, path) == 0) &&
600 if (((entry->rsrc = strdup(rsrc)) == NULL) ||
642 if (entry->rsrc != NULL)
643 free(entry->rsrc);
659 rsrc2path(const char *rsrc, char *path)
665 if (strncmp(rsrc, "/dev", 4) == 0) {
668 if (realpath(rsrc, tmp) == NULL) {