Lines Matching defs:status
612 int status = -1;
670 status = 0;
674 return status;
717 int status = -1;
754 status = process_file(rec->spec_file[path_index], NULL, rec, prefix, rec->digest);
755 if (status) {
760 status = nodups_specs(data, rec->spec_file[path_index]);
761 if (status) {
769 status = sort_specs(data);
772 if (status)
775 return status;
784 int status = -1, baseonly = 0;
804 status = selabel_subs_init(
807 if (status)
809 status = selabel_subs_init(selinux_file_context_subs_path(),
811 if (status)
816 status = selabel_subs_init(subs_file, rec->digest,
818 if (status)
821 status = selabel_subs_init(subs_file, rec->digest,
823 if (status)
837 status = process_file(path, NULL, rec, prefix, rec->digest);
838 if (status)
842 status = nodups_specs(data, path);
843 if (status)
848 status = process_file(path, "homedirs", rec, prefix,
850 if (status && errno != ENOENT)
853 status = process_file(path, "local", rec, prefix,
855 if (status && errno != ENOENT)
861 status = sort_specs(data);
864 if (status)
867 return status;
1097 bool status = selabel_hash_all_partial_matches(rec, pathname,
1112 if (status) {
1120 if (status && read_size == SHA1_HASH_SIZE &&