| /src/usr.sbin/lpr/lpd/ |
| key.c | 57 c_key(const void *, const void *); 96 c_key(const void *a, const void *b) function 118 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
|
| key.c | 57 c_key(const void *, const void *); 96 c_key(const void *a, const void *b) function 118 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
|
| /src/bin/stty/ |
| key.c | 108 static int c_key(const void *, const void *); 111 c_key(const void *a, const void *b) function 133 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
|
| key.c | 108 static int c_key(const void *, const void *); 111 c_key(const void *a, const void *b) function 133 sizeof(keys)/sizeof(struct key), sizeof(struct key), c_key)))
|
| /src/external/bsd/nsd/dist/ |
| nsd-control.c | 172 char* s_cert, *c_key, *c_cert; local 178 c_key = cfg->control_key_file; 183 (s_cert[0] != '/' || c_key[0] != '/' || c_cert[0] != '/')) { 208 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) 209 ssl_path_err("Error setting up SSL_CTX client key", c_key);
|
| nsd-control.c | 172 char* s_cert, *c_key, *c_cert; local 178 c_key = cfg->control_key_file; 183 (s_cert[0] != '/' || c_key[0] != '/' || c_cert[0] != '/')) { 208 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) 209 ssl_path_err("Error setting up SSL_CTX client key", c_key);
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-control.c | 552 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; local 558 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); 560 if(!s_cert || !c_key || !c_cert) 581 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) 582 ssl_path_err("Error setting up SSL_CTX client key", c_key); 591 free(c_key);
|
| unbound-control.c | 552 char* s_cert=NULL, *c_key=NULL, *c_cert=NULL; local 558 c_key = fname_after_chroot(cfg->control_key_file, cfg, 1); 560 if(!s_cert || !c_key || !c_cert) 581 if(!SSL_CTX_use_PrivateKey_file(ctx,c_key,SSL_FILETYPE_PEM)) 582 ssl_path_err("Error setting up SSL_CTX client key", c_key); 591 free(c_key);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_iso9660.c | 3197 uint64_t a_key, b_key, c_key; local 3226 c_key = heap->files[c]->key; 3227 if (c_key < b_key) { 3229 b_key = c_key;
|
| archive_read_support_format_iso9660.c | 3197 uint64_t a_key, b_key, c_key; local 3226 c_key = heap->files[c]->key; 3227 if (c_key < b_key) { 3229 b_key = c_key;
|