Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-extractimage.sh240 fetch_file "${FTPPATH}/${di}.txz" "${DLDIR}/${di}.txz" "1"
244 fetch_file "${FTPPATH}/MANIFEST" "${DLDIR}/MANIFEST" "0"
270 fetch_file "${FTPPATH}/${INSFILE}" "${OUTFILE}" "1"
273 fetch_file "${FTPPATH}/${INSFILE}.count" "${OUTFILE}.count" "0"
276 fetch_file "${FTPPATH}/${INSFILE}.md5" "${OUTFILE}.md5" "0"
H A Dfunctions-packages.sh55 fetch_file "${FTP_SERVER}/${INDEX_FILE}" "${INDEX_PATH}" "1"
364 fetch_file "${FTP_PATH}" "${SAVEDIR}/" "0"
H A Dfunctions-installcomponents.sh73fetch_file "${FTPPATH}/${COMPFILEDIR}/${SUBDIR}/${CFILE}" "${FSMNT}/${COMPTMPDIR}/${CFILE}" "0"
H A Dfunctions.sh206 fetch_file() function
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dupdate.c345 svn_boolean_t fetch_file; member
1164 if (file->fetch_file) in file_props_done()
1194 file->fetch_file = FALSE; in file_fetch_done()
1229 if (file->fetch_file) in fetch_for_file()
1237 file->fetch_file = FALSE; in fetch_for_file()
1240 if (file->fetch_file in fetch_for_file()
1265 file->fetch_file = FALSE; in fetch_for_file()
1269 if (file->fetch_file) in fetch_for_file()
1625 file->fetch_file = TRUE; in update_opened()
1647 file->fetch_file = FALSE; in update_opened()
[all …]