Searched refs:NUMTRIES (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgp/
H A Dnetpgp.c104 NUMTRIES, enumerator in enum:optdefs
163 {"num-tries", required_argument, NULL, NUMTRIES},
164 {"numtries", required_argument, NULL, NUMTRIES},
165 {"attempts", required_argument, NULL, NUMTRIES},
472 case NUMTRIES:
/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_sdhc.c934 #define NUMTRIES 10 macro
935 for (u_int i = 0; i < NUMTRIES; i++) {
947 if (nmatch == NUMTRIES) { /* good phase value */
962 #undef NUMTRIES macro

Completed in 196 milliseconds