Searched refs:INDEX_FILE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh37 local INDEX_FILE
41 INDEX_FILE="INDEX"
46 INDEX_FILE="${INDEX_FILE}.bz2"
53 fetch_file "${FTP_SERVER}/${INDEX_FILE}" "${INDEX_PATH}" "1"
128 INDEX_FILE="${PKGDIR}/INDEX"
171 echo "${CATEGORY}|${PACKAGE}|${DESC}" >> "${INDEX_FILE}.parsed"
172 echo "${PACKAGE}|${PKGNAME}|${DEPS}" >> "${INDEX_FILE}.deps"
204 INDEX_FILE="${PKGDIR}/INDEX.parsed"
207 grep "^${CATEGORY}|" "${INDEX_FILE}" > "
[all...]
/freebsd-10.3-release/usr.bin/patch/
H A Dpch.h32 #define INDEX_FILE 2 macro
H A Dpch.c317 names[INDEX_FILE].path = fetchname(s + 6,
318 &names[INDEX_FILE].exists, strippath);
396 free(names[INDEX_FILE].path);
397 names[INDEX_FILE].path = NULL;
420 free(names[INDEX_FILE].path);
1540 for (i = INDEX_FILE; i >= OLD_FILE; i--) {

Completed in 110 milliseconds