Home | History | Annotate | Download | only in openssh

Lines Matching defs:rc

240 	int rc, sorf;
247 rc = getacna(naflags, sizeof(naflags));
248 if (rc == 0)
251 rc = au_user_mask(username, &mask);
260 int ad, rc, sel;
271 rc = (typ == 0) ? 0 : -1;
272 sel = selected(the_authctxt->user, uid, event_no, rc);
273 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string);
283 (void) au_write(ad, AUToReturnFunc(typ, rc));
289 rc = au_close(ad, AU_TO_WRITE, event_no, 0);
291 rc = au_close(ad, AU_TO_WRITE, event_no);
294 if (rc < 0)
302 int rc;
326 rc = SetAuditFunc(&info, sizeof(info));
327 if (rc < 0)