HomeSort by relevance Sort by last modified time
    Searched full:fwd_desc (Results 1 - 1 of 1) sorted by null

  /external/openssh/
mux.c 631 char *fwd_desc = NULL; local
656 (fwd_desc = format_forward(ftype, &fwd)));
723 if (!ask_permission("Open %s on %s?", fwd_desc, host)) {
737 logit("slave-requested %s failed", fwd_desc);
766 if (fwd_desc != NULL)
767 xfree(fwd_desc);
781 char *fwd_desc = NULL; local
806 (fwd_desc = format_forward(ftype, &fwd)));
814 if (fwd_desc != NULL)
815 xfree(fwd_desc);
1543 char *e, *fwd_desc; local
    [all...]

Completed in 4145 milliseconds