OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failures
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/login/
common.h
48
extern int
failures
, have_ss;
common.c
79
int
failures
, have_ss;
variable
351
if (
failures
== 0)
355
failures
,
failures
> 1 ? "S" : "", hostname);
358
failures
,
failures
> 1 ? "S" : "", hostname, name);
361
failures
,
failures
> 1 ? "S" : "", tty);
364
failures
,
failures
> 1 ? "S" : "", tty, name)
[
all
...]
login_pam.c
246
* Note if trying multiple user names; log
failures
for
250
if (
failures
&& strcmp(tbuf, username)) {
251
if (
failures
> (pwd ? 0 : 1))
253
failures
= 0;
389
failures
++;
login.c
337
* Note if trying multiple user names; log
failures
for
341
if (
failures
&& strcmp(tbuf, username)) {
342
if (
failures
> (pwd ? 0 : 1))
344
failures
= 0;
460
failures
++;
Completed in 18 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026