Searched refs:REPOS_DIR (Results 1 – 5 of 5) sorted by relevance
118 [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...]
44 REPOS_DIR, enumerator
36 REPOS_DIR=[]
80 PKG_ARGS+= -r ${.TARGET} -o REPOS_DIR=${.CURDIR}/pkg_repos
101 export REPOS_DIR="$MOUNTPOINT/packages/repos" ;;