Lines Matching defs:rc
132 int rc;
139 rc = expander_policy_init(&basemod, 0, NULL, &base_expanded, &small_base_file);
140 if (rc != 0)
141 return rc;
144 rc = expander_policy_init(&basemod2, 1, &mymod2, &base_expanded2, files2);
145 if (rc != 0)
146 return rc;
148 rc = expander_policy_init(&base_only_mod, 0, NULL, &base_only_expanded, &base_only_file);
149 if (rc != 0)
150 return rc;
153 rc = expander_policy_init(&role_basemod, 1, &mymod2, &role_expanded, role_files);
154 if (rc != 0)
155 return rc;
160 rc = expander_policy_init(&user_basemod, 0, NULL, &user_expanded, user_files);
161 if (rc != 0)
162 return rc;
165 rc = expander_policy_init(&alias_basemod, 1, &mymod2, &alias_expanded, alias_files);
166 if (rc != 0)
167 return rc;