HomeSort by: relevance | last modified time | path
    Searched refs:binpkgfile (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/sets/
regpkg 108 if ${cleanup_must_delete_binpkgfile:-false} && [ -e "${binpkgfile}" ]
110 echo >&2 "${prog}: deleting partially-created ${binpkgfile}"
111 rm -f "${binpkgfile}"
892 ${GZIP_CMD} -9n <"${tarball_uncompressed}" >"${binpkgfile}" || bomb
896 echo " Packaged ${binpkgfile}"
898 echo " Packaged ${binpkgfile##*/}"
1002 # If binpkgfile already exists, that might be an error, depending on
1007 [ -n "${binpkgfile}" ] || bomb
1012 rm -f "${binpkgfile}"
1038 if [ -e "${binpkgfile}" ]; the
    [all...]
  /src/external/bsd/pkg_install/dist/info/
show.c 330 show_summary(struct pkg_meta *meta, package_t *plist, const char *binpkgfile)
379 if (binpkgfile != NULL && stat(binpkgfile, &st) == 0) {
382 base = strrchr(binpkgfile, '/');
384 base = binpkgfile;
perform.c 328 const char *binpkgfile = NULL; local
354 binpkgfile = pkg;
417 show_summary(meta, &plist, binpkgfile);

Completed in 16 milliseconds