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

/freebsd-10-stable/usr.sbin/pkg_install/updating/
H A Dmain.c57 const char *updatingfile = UPDATING; /* Location of UPDATING */ local
98 updatingfile = optarg;
204 if (isURL(updatingfile)) {
205 if ((fd = fetchGetURL(updatingfile, "")) == NULL) {
207 updatingfile, fetchLastErrString);
212 fd = fopen(updatingfile, "r");
216 updatingfile, strerror(errno));

Completed in 93 milliseconds