OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numtries
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/netpgp/dist/src/lib/
crypto.h
267
int
numtries
; /* # of passphrase attempts */
member in struct:pgp_cbdata_t
netpgp.c
1245
char *
numtries
;
local
1298
if ((
numtries
= netpgp_getvar(netpgp, "
numtries
")) == NULL ||
1299
(attempts = atoi(
numtries
)) <= 0) {
1301
} else if (strcmp(
numtries
, "unlimited") == 0) {
1364
char *
numtries
;
local
1376
if ((
numtries
= netpgp_getvar(netpgp, "
numtries
")) == NULL ||
1377
(attempts = atoi(
numtries
)) <= 0) {
1379
} else if (strcmp(
numtries
, "unlimited") == 0)
1404
char *
numtries
;
local
1534
char *
numtries
;
local
1715
char *
numtries
;
local
[
all
...]
/src/usr.bin/diff/
diffreg.c
584
unsigned
numtries
, bound;
local
602
numtries
= 0;
616
numtries
++;
622
} while ((y = b[++j]) > 0 &&
numtries
< bound);
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026