Home
last modified time | relevance | path

Searched refs:REPOS_DIR (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/pkg/
H A Dconfig.c118 [REPOS_DIR] = {
120 "REPOS_DIR",
612 /* Then read in all repos from REPOS_DIR list of directories. */ in config_init()
613 if (c[REPOS_DIR].list == NULL) { in config_init()
614 c[REPOS_DIR].list = malloc(sizeof(*c[REPOS_DIR].list)); in config_init()
615 STAILQ_INIT(c[REPOS_DIR].list); in config_init()
618 STAILQ_INSERT_TAIL(c[REPOS_DIR].list, cv, next); in config_init()
622 STAILQ_INSERT_TAIL(c[REPOS_DIR].list, cv, next); in config_string()
625 STAILQ_FOREACH(cv, c[REPOS_DIR] in config_string()
[all...]
H A Dconfig.h44 REPOS_DIR, enumerator
/freebsd/tools/boot/
H A Dci-qemu-test.sh36 REPOS_DIR=[]
/freebsd/release/
H A DMakefile80 PKG_ARGS+= -r ${.TARGET} -o REPOS_DIR=${.CURDIR}/pkg_repos
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr101 export REPOS_DIR="$MOUNTPOINT/packages/repos" ;;