Home | History | Annotate | Download | only in openssh

Lines Matching full:have_forced

397 	int allowed = 0, have_forced = 0;
421 have_forced = buffer_get_int(&m);
422 forced_command = have_forced ? xstrdup("true") : NULL;
1089 int allowed = 0, have_forced = 0;
1103 have_forced = buffer_get_int(&m);
1104 forced_command = have_forced ? xstrdup("true") : NULL;