Home
last modified time | relevance | path

Searched refs:got_positive (Results 1 – 2 of 2) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-cygwin_util.c222 int got_positive; in cygwin_ug_match_pattern_list() local
225 got_positive = 0; in cygwin_ug_match_pattern_list()
258 got_positive = 1; /* Positive */ in cygwin_ug_match_pattern_list()
266 return got_positive; in cygwin_ug_match_pattern_list()
/external/openssh/
Dmatch.c126 int got_positive; in match_pattern_list() local
129 got_positive = 0; in match_pattern_list()
163 got_positive = 1; /* Positive */ in match_pattern_list()
171 return got_positive; in match_pattern_list()