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

/freebsd-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c57 const char *updatingfile = UPDATING; /* Location of UPDATING */ local
97 updatingfile = optarg;
203 if (isURL(updatingfile)) {
204 if ((fd = fetchGetURL(updatingfile, "")) == NULL) {
206 updatingfile, fetchLastErrString);
211 fd = fopen(updatingfile, "r");
215 updatingfile, strerror(errno));

Completed in 45 milliseconds