Home | History | Annotate | Download | only in logwrapper

Lines Matching defs:rc

303     int rc = 0;
353 rc = -1;
404 rc = errno;
418 rc = WEXITSTATUS(status);
420 rc = -ECHILD;
460 return rc;
484 int rc = 0;
486 rc = pthread_mutex_lock(&fd_mutex);
487 if (rc) {
496 rc = -1;
504 rc = -1;
511 rc = -1;
524 rc = -1;
548 rc = parent(argv[0], parent_ptty, pid, status, log_target,
564 return rc;