Searched refs:matchcount (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
H A D | loader_file.c | 164 int *matchcount, 199 int *matchcount, in try_decode_PKCS12() argument 222 *matchcount = 1; in try_decode_PKCS12() 288 *matchcount = 1; in try_decode_PKCS12() 327 int *matchcount, in try_decode_PKCS8Encrypted() argument 344 *matchcount = 1; in try_decode_PKCS8Encrypted() 350 *matchcount = 1; in try_decode_PKCS8Encrypted() 404 int *matchcount, in try_decode_PrivateKey() argument 417 *matchcount = 1; in try_decode_PrivateKey() 427 *matchcount = 1; in try_decode_PrivateKey() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_loader_attic.c | 263 int *matchcount, 300 int *matchcount, in try_decode_PKCS12() argument 324 *matchcount = 1; in try_decode_PKCS12() 398 *matchcount = 1; in try_decode_PKCS12() 435 int *matchcount, in try_decode_PKCS8Encrypted() argument 455 *matchcount = 1; in try_decode_PKCS8Encrypted() 461 *matchcount = 1; in try_decode_PKCS8Encrypted() 512 int *matchcount, in try_decode_PrivateKey() argument 527 *matchcount = 1; in try_decode_PrivateKey() 540 *matchcount = 1; in try_decode_PrivateKey() [all …]
|
/netbsd-src/games/battlestar/ |
H A D | save.c | 85 fread(&matchcount, sizeof matchcount, 1, fp); in restore() 139 fwrite(&matchcount, sizeof matchcount, 1, fp); in save()
|
H A D | command6.c | 231 if (testbit(inven, MATCHES) && matchcount) { in light() 235 matchcount--; in light()
|
H A D | globals.c | 254 int matchcount = 20; variable
|
H A D | extern.h | 302 extern int matchlight, matchcount;
|
/netbsd-src/usr.bin/usbhidctl/ |
H A D | usbhid.c | 95 int matchcount; member 298 varlist[vlind].matchcount = 0; in resethidvars() 409 var->matchcount == var->usageinstance) in hidmatch() 411 var->matchcount++; in hidmatch()
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_utils.c | 192 int* matchcount) in val_find_best_signer() argument 210 if(m > *matchcount) { in val_find_best_signer() 211 *matchcount = m; in val_find_best_signer() 267 int matchcount = 0; in val_find_signer() local 276 signer_name, signer_len, &matchcount); in val_find_signer()
|