Searched refs:bad_options (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sbin/dhclient/
H A Doptions.c51 int bad_options = 0; variable
149 bad_options++;
153 if (bad_options == bad_options_max) {
155 bad_options = 0;
/freebsd-10-stable/crypto/openssh/
H A Dservconf.c2104 int active, linenum, bad_options = 0; local
2116 bad_options++;
2119 if (bad_options > 0)
2121 filename, bad_options);
H A Dreadconf.c1744 int bad_options = 0; local
1774 bad_options++;
1777 if (bad_options > 0)
1779 filename, bad_options);

Completed in 171 milliseconds