Symbol: keep
crypto/heimdal/lib/hdb/hdb-mitdb.c
376
int keep = 0;
crypto/heimdal/lib/hdb/hdb-mitdb.c
389
keep = 1;
crypto/heimdal/lib/hdb/hdb-mitdb.c
406
keep = 1;
crypto/heimdal/lib/hdb/hdb-mitdb.c
408
if (keep) {
crypto/openssl/crypto/initthread.c
117
} else if (!keep) {
crypto/openssl/crypto/initthread.c
94
init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep)
crypto/openssl/crypto/rand/rand_lib.c
211
void RAND_keep_random_devices_open(int keep)
crypto/openssl/crypto/rand/rand_lib.c
214
ossl_rand_pool_keep_random_devices_open(keep);
crypto/openssl/include/crypto/rand.h
100
void ossl_rand_pool_keep_random_devices_open(int keep);
crypto/openssl/include/openssl/rand.h
96
void RAND_keep_random_devices_open(int keep);
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
191
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
586
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
588
if (!keep)
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
591
keep_random_devices_open = keep;
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
605
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
612
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
75
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/providers/implementations/rands/seeding/rand_win.c
160
void ossl_rand_pool_keep_random_devices_open(int keep)
crypto/openssl/ssl/s3_enc.c
272
int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep)
crypto/openssl/ssl/s3_enc.c
303
if (keep == 0) {
crypto/openssl/ssl/ssl_local.h
2679
__owur int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep);
crypto/openssl/test/tls13secretstest.c
130
int ssl3_digest_cached_records(SSL_CONNECTION *s, int keep)
lib/libpfctl/libpfctl.c
1814
pfctl_set_keepcounters(int dev, bool keep)
lib/libpfctl/libpfctl.c
1822
nvlist_add_bool(nvl, "keep_counters", keep);
lib/libpfctl/libpfctl.h
499
int pfctl_set_keepcounters(int dev, bool keep);
sbin/ipf/common/ipf_y.y
1344
keep: | IPFY_KEEP keepstate keep
sbin/ipf/common/ipf_y.y
1345
| IPFY_KEEP keepfrag keep
sbin/ipf/common/ipf_y.y
312
with keep head group
sbin/pfctl/parse.y
300
} keep;
sbin/pfctl/parse.y
3266
| keep {
sbin/pfctl/parse.y
3272
filter_opts.keep.action = $1.action;
sbin/pfctl/parse.y
3273
filter_opts.keep.options = $1.options;
sbin/pfctl/parse.y
4751
keep : NO STATE {
sbin/pfctl/parse.y
644
%type <v.keep_state> keep
sbin/pfctl/parse.y
8241
r->keep_state = opts->keep.action;
sbin/routed/table.c
875
time_t keep)
sbin/routed/table.c
893
k->k_keep = now.tv_sec+keep;
sbin/savecore/savecore.c
109
static bool checkfor, compress, uncompress, clear, force, keep; /* flags */
sbin/savecore/savecore.c
1271
if (!keep) {
sbin/savecore/savecore.c
1397
capfa = fileargs_init(argc, argv, checkfor || keep ? O_RDONLY : O_RDWR,
sbin/savecore/savecore.c
1437
checkfor = compress = clear = force = keep = livecore = false;
sbin/savecore/savecore.c
1462
keep = true;
sbin/savecore/savecore.c
1495
if (checkfor && (clear || force || keep))
sbin/savecore/savecore.c
1497
if (clear && (compress || keep))
sbin/savecore/savecore.c
1503
if (livecore && (checkfor || clear || uncompress || keep))
sys/bsm/audit_record.h
202
int au_close(int d, int keep, short event);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2643
uint16_t option, uint32_t data_length, bool keep, uint32_t *item_length,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2680
if (keep) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.h
101
uint16_t option, uint32_t data_length, bool keep, uint32_t *item_length,
sys/dev/bnxt/bnxt_en/bnxt_ioctl.h
98
bool keep;
sys/dev/bnxt/bnxt_en/if_bnxt.c
4389
wr->option, wr->data_length, wr->keep,
sys/fs/msdosfs/msdosfs_conv.c
658
uint32_t code, keep, kept;
sys/fs/msdosfs/msdosfs_conv.c
680
keep = 0;
sys/fs/msdosfs/msdosfs_conv.c
685
if (keep == 0) {
sys/fs/msdosfs/msdosfs_conv.c
689
keep = code;
sys/fs/msdosfs/msdosfs_conv.c
707
code = code << 16 | keep;
sys/fs/msdosfs/msdosfs_conv.c
708
keep = 0;
sys/fs/msdosfs/msdosfs_conv.c
730
if (keep == 0) {
sys/fs/msdosfs/msdosfs_conv.c
732
keep = code;
sys/fs/msdosfs/msdosfs_conv.c
737
code = code << 16 | keep;
sys/fs/msdosfs/msdosfs_conv.c
738
keep = 0;
sys/fs/msdosfs/msdosfs_conv.c
760
if (keep == 0) {
sys/fs/msdosfs/msdosfs_conv.c
769
keep = code;
sys/fs/msdosfs/msdosfs_conv.c
782
code = code << 16 | keep;
sys/fs/msdosfs/msdosfs_conv.c
783
keep = 0;
usr.bin/diff3/diff3.c
153
static void keep(int, struct range *);
usr.bin/diff3/diff3.c
392
keep(2, &d1->new);
usr.bin/diff3/diff3.c
412
keep(1, &d2->new);
usr.bin/lockf/lockf.c
119
keep = true;
usr.bin/lockf/lockf.c
228
if (keep || fdlock) {
usr.bin/lockf/lockf.c
355
if (keep || fdlock)
usr.bin/lockf/lockf.c
65
static bool keep;
usr.bin/m4/look.c
337
keep(ptr);
usr.bin/m4/look.c
60
static void keep(char *);
usr.bin/msgs/msgs.c
121
static time_t keep;
usr.bin/msgs/msgs.c
255
keep = t - (rcback? rcback : NDAYS) DAYS;
usr.bin/msgs/msgs.c
290
if (stbuf.st_mtime < keep
usr.sbin/crunch/crunchide/crunchide.c
137
struct keep *next;
usr.sbin/crunch/crunchide/crunchide.c
144
struct keep *newp, *prevp, *curp;
usr.sbin/crunch/crunchide/crunchide.c
155
newp = (struct keep *) malloc(sizeof(struct keep));
usr.sbin/crunch/crunchide/crunchide.c
170
struct keep *curp;
usr.sbin/ppp/command.c
2756
ident_cmd(const char *cmd, unsigned *keep, unsigned *add)
usr.sbin/ppp/command.c
2764
*keep = NEG_MYMASK;
usr.sbin/ppp/command.c
2773
*keep = NEG_MYMASK;
usr.sbin/ppp/command.c
2779
*keep = NEG_HISMASK;
usr.sbin/ppp/command.c
2789
*keep = NEG_HISMASK;
usr.sbin/ppp/command.c
2803
unsigned keep; /* Keep this opt */
usr.sbin/ppp/command.c
2806
if (ident_cmd(arg->argv[arg->argn - 2], &keep, &add) == NULL)
usr.sbin/ppp/command.c
2855
unsigned keep; /* Keep these bits */
usr.sbin/ppp/command.c
2858
if ((cmd = ident_cmd(arg->argv[arg->argn-2], &keep, &add)) == NULL)
usr.sbin/ppp/command.c
2873
cx->physical->link.lcp.cfg.acfcomp &= keep;
usr.sbin/ppp/command.c
2877
cx->physical->link.lcp.cfg.chap05 &= keep;
usr.sbin/ppp/command.c
2882
cx->physical->link.lcp.cfg.chap80nt &= keep;
usr.sbin/ppp/command.c
2886
cx->physical->link.lcp.cfg.chap80lm &= keep;
usr.sbin/ppp/command.c
2890
cx->physical->link.lcp.cfg.chap81 &= keep;
usr.sbin/ppp/command.c
2894
l->ccp.cfg.neg[CCP_NEG_MPPE] &= keep;
usr.sbin/ppp/command.c
2899
l->ccp.cfg.neg[CCP_NEG_DEFLATE] &= keep;
usr.sbin/ppp/command.c
2903
arg->bundle->ncp.ipcp.cfg.ns.dns_neg &= keep;
usr.sbin/ppp/command.c
2926
arg->bundle->ncp.mp.cfg.negenddisc &= keep;
usr.sbin/ppp/command.c
2930
cx->physical->link.lcp.cfg.lqr &= keep;
usr.sbin/ppp/command.c
2934
cx->physical->link.lcp.cfg.pap &= keep;
usr.sbin/ppp/command.c
2938
l->ccp.cfg.neg[CCP_NEG_DEFLATE24] &= keep;
usr.sbin/ppp/command.c
2942
l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep;
usr.sbin/ppp/command.c
2946
cx->physical->link.lcp.cfg.protocomp &= keep;
usr.sbin/ppp/command.c
2966
arg->bundle->ncp.mp.cfg.shortseq &= keep;
usr.sbin/ppp/command.c
2970
arg->bundle->ncp.ipcp.cfg.vj.neg &= keep;
usr.sbin/ppp/command.c
3086
unsigned keep, add;
usr.sbin/ppp/command.c
3089
if ((argv[0] = ident_cmd(arg->argv[arg->argn-1], &keep, &add)) == NULL)
usr.sbin/ppp/command.c
3095
FindExec(arg->bundle, NegotiateCommands + (keep == NEG_HISMASK ?
usr.sbin/rpc.umntall/rpc.umntall.c
116
if (keep && is_mounted(mtab->mtab_host,
usr.sbin/rpc.umntall/rpc.umntall.c
56
int ch, keep, success, pathlen;
usr.sbin/rpc.umntall/rpc.umntall.c
63
success = keep = verbose = 0;
usr.sbin/rpc.umntall/rpc.umntall.c
73
keep = 1;