Lines Matching refs:bm_path
242 if (bm->bm_type == type && strcmp(bm->bm_path, name) == 0)
253 bm->bm_path = str;
573 name = bm->bm_path;
620 fd = open(bm->bm_path, mode);
622 printf("Loading %s ", bm->bm_path);
625 printf("WARNING: couldn't open %s", bm->bm_path);
626 if (strcmp(bm->bm_path, path) != 0)
699 printf("WARNING: couldn't stat %s\n", bm->bm_path);
735 printf("Loading %s ", bm->bm_path);
741 strncpy(bi->path, bm->bm_path, sizeof(bi->path) - 1);