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

  /external/openssh/
monitor_wrap.c 397 int allowed = 0, have_forced = 0; local
421 have_forced = buffer_get_int(&m);
422 forced_command = have_forced ? xstrdup("true") : NULL;
1089 int allowed = 0, have_forced = 0; local
1103 have_forced = buffer_get_int(&m);
1104 forced_command = have_forced ? xstrdup("true") : NULL;
    [all...]

Completed in 81 milliseconds