Lines Matching refs:resource
25 TAILQ_HEAD(resource_list, resource);
32 struct resource { struct
36 TAILQ_ENTRY(resource) next;
42 size_t resource_size(const struct resource *r);
47 const struct resource *resource_find(const char *name);
53 int resource_fwrite(const struct resource *r, FILE *f);
60 int resource_fwrite_file(const struct resource *r, const char *fname);
66 int resource_untar(const struct resource *res);
73 int resource_rm_by_tar(const struct resource *res);
80 void resource_register(struct resource *r);
96 static struct resource linkres_ ##n = { \