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

/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c775 int ch, r, has_error; local
868 has_error = 0;
871 has_error |= add_by_filename(&pkgs, *argv);
873 has_error |= add_by_pattern(&pkgs, *argv);
875 has_error |= add_by_pkgname(&pkgs, *argv);
878 if (has_error && !Force) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dresrc.c2905 int has_error = 0;
2914 has_error = 1;
2922 has_error = 1;
2938 has_error = 1;
2946 has_error = 1;
2963 if (has_error)
2902 int has_error = 0; local

Completed in 131 milliseconds