OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unsuccess
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
main.c
150
int
unsuccess
; /* # unsuccessful connection attempts */
variable
548
++
unsuccess
;
601
if (!persist || asked_to_quit || (maxfail > 0 &&
unsuccess
>= maxfail))
[
all
...]
utils.c
854
if (debug <= 1 &&
unsuccess
== 0 && proto == PPP_LCP
pppd.h
241
extern int
unsuccess
; /* # unsuccessful connection attempts */
[
all
...]
auth.c
1044
unsuccess
= 0;
[
all
...]
/external/icu4c/common/
ucnv_io.cpp
757
* After the first
unsuccess
converter lookup, check to see if
[
all
...]
Completed in 2944 milliseconds