Searched refs:add_plist (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/pkg_install/dist/create/ |
| H A D | build.c | 345 add_plist(plist, PLIST_IGNORE, NULL); in load_and_add() 346 add_plist(plist, PLIST_FILE, target_name); in load_and_add() 359 add_plist(plist, PLIST_IGNORE, NULL); in make_and_add() 360 add_plist(plist, PLIST_FILE, target_name); in make_and_add() 373 add_plist(plist, PLIST_CWD, "."); in pkg_build() 388 add_plist(plist, PLIST_DISPLAY, DISPLAY_FNAME); in pkg_build()
|
| H A D | perform.c | 73 add_plist(plist, PLIST_BLDDEP, best_installed); in register_depends() 80 add_plist(plist, PLIST_PKGDEP, cp); in register_depends() 189 add_plist(&plist, PLIST_PKGCFL, cp); in pkg_perform()
|
| /minix3/external/bsd/pkg_install/dist/lib/ |
| H A D | plist.c | 110 add_plist(package_t *p, pl_ent_t type, const char *arg) in add_plist() function 343 add_plist(pkg, cmd, cp); in parse_plist() 382 add_plist(pkg, cmd, cp); in append_plist()
|
| H A D | lib.h | 339 void add_plist(package_t *, pl_ent_t, const char *);
|