Symbol: preserve
crypto/libressl/apps/openssl/ca.c
1945
if (ca_config.preserve) {
crypto/libressl/apps/openssl/ca.c
197
int preserve;
crypto/libressl/apps/openssl/ca.c
532
.opt.flag = &ca_config.preserve,
crypto/libressl/apps/openssl/ca.c
874
ca_config.preserve = 1;
crypto/libressl/crypto/asn1/ameth_lib.c
344
EVP_PKEY_ASN1_METHOD preserve;
crypto/libressl/crypto/asn1/ameth_lib.c
346
preserve.pkey_id = dst->pkey_id;
crypto/libressl/crypto/asn1/ameth_lib.c
347
preserve.pkey_base_id = dst->pkey_base_id;
crypto/libressl/crypto/asn1/ameth_lib.c
348
preserve.pkey_flags = dst->pkey_flags;
crypto/libressl/crypto/asn1/ameth_lib.c
349
preserve.pem_str = dst->pem_str;
crypto/libressl/crypto/asn1/ameth_lib.c
350
preserve.info = dst->info;
crypto/libressl/crypto/asn1/ameth_lib.c
354
dst->pkey_id = preserve.pkey_id;
crypto/libressl/crypto/asn1/ameth_lib.c
355
dst->pkey_base_id = preserve.pkey_base_id;
crypto/libressl/crypto/asn1/ameth_lib.c
356
dst->pkey_flags = preserve.pkey_flags;
crypto/libressl/crypto/asn1/ameth_lib.c
357
dst->pem_str = preserve.pem_str;
crypto/libressl/crypto/asn1/ameth_lib.c
358
dst->info = preserve.info;
crypto/libressl/crypto/evp/pmeth_lib.c
252
EVP_PKEY_METHOD preserve;
crypto/libressl/crypto/evp/pmeth_lib.c
254
preserve.pkey_id = dst->pkey_id;
crypto/libressl/crypto/evp/pmeth_lib.c
255
preserve.flags = dst->flags;
crypto/libressl/crypto/evp/pmeth_lib.c
259
dst->pkey_id = preserve.pkey_id;
crypto/libressl/crypto/evp/pmeth_lib.c
260
dst->flags = preserve.flags;
sys/bus/u4b/controller/xhci.c
1547
xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve,
sys/bus/u4b/controller/xhci.c
1561
if (preserve)
usr.bin/mail/cmdtab.c
100
{ "hold", preserve, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/cmdtab.c
56
{ "preserve", preserve, W|MSGLIST, 0, MMNDEL },
usr.bin/mail/extern.h
182
int preserve(int *);
usr.bin/timeout/timeout.c
281
bool preserve = false;
usr.bin/timeout/timeout.c
310
preserve = true;
usr.bin/timeout/timeout.c
462
if (timedout && !preserve) {