Symbol: store
bin/uuidgen/uuidgen.c
100
uuid = store;
bin/uuidgen/uuidgen.c
107
free(store);
bin/uuidgen/uuidgen.c
46
uuid_t *store, *uuid;
bin/uuidgen/uuidgen.c
84
store = (uuid_t*)malloc(sizeof(uuid_t) * count);
bin/uuidgen/uuidgen.c
85
if (store == NULL)
bin/uuidgen/uuidgen.c
90
if (uuidgen(store, count) != 0)
bin/uuidgen/uuidgen.c
93
uuid = store;
crypto/libressl/apps/openssl/apps.c
1073
X509_STORE *store;
crypto/libressl/apps/openssl/apps.c
1076
if (!(store = X509_STORE_new()))
crypto/libressl/apps/openssl/apps.c
1078
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
crypto/libressl/apps/openssl/apps.c
1089
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
crypto/libressl/apps/openssl/apps.c
1101
return store;
crypto/libressl/apps/openssl/apps.c
1104
X509_STORE_free(store);
crypto/libressl/apps/openssl/cms.c
1158
X509_STORE *store = NULL;
crypto/libressl/apps/openssl/cms.c
1444
if ((store = setup_verify(bio_err, cms_config.CAfile,
crypto/libressl/apps/openssl/cms.c
1447
X509_STORE_set_verify_cb(store, cms_cb);
crypto/libressl/apps/openssl/cms.c
1449
if (!X509_STORE_set1_param(store, cms_config.vpm))
crypto/libressl/apps/openssl/cms.c
1684
if (CMS_verify(cms, other, store, indata, out,
crypto/libressl/apps/openssl/cms.c
1711
if (CMS_verify_receipt(rcms, cms, other, store,
crypto/libressl/apps/openssl/cms.c
1776
X509_STORE_free(store);
crypto/libressl/apps/openssl/crl.c
225
X509_STORE *store = NULL;
crypto/libressl/apps/openssl/crl.c
283
store = X509_STORE_new();
crypto/libressl/apps/openssl/crl.c
284
if (store == NULL)
crypto/libressl/apps/openssl/crl.c
286
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
crypto/libressl/apps/openssl/crl.c
294
lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir());
crypto/libressl/apps/openssl/crl.c
308
if (!X509_STORE_CTX_init(ctx, store, NULL, NULL)) {
crypto/libressl/apps/openssl/crl.c
441
X509_STORE_free(store);
crypto/libressl/apps/openssl/ocsp.c
1023
i = OCSP_basic_verify(bs, verify_other, store,
crypto/libressl/apps/openssl/ocsp.c
1026
i = OCSP_basic_verify(bs, NULL, store, 0);
crypto/libressl/apps/openssl/ocsp.c
1044
X509_STORE_free(store);
crypto/libressl/apps/openssl/ocsp.c
745
X509_STORE *store = NULL;
crypto/libressl/apps/openssl/ocsp.c
995
if (!store)
crypto/libressl/apps/openssl/ocsp.c
996
store = setup_verify(bio_err, ocsp_config.CAfile,
crypto/libressl/apps/openssl/ocsp.c
998
if (!store)
crypto/libressl/apps/openssl/pkcs12.c
682
X509_STORE *store = X509_STORE_new();
crypto/libressl/apps/openssl/pkcs12.c
683
if (store == NULL) {
crypto/libressl/apps/openssl/pkcs12.c
688
if (!X509_STORE_load_locations(store,
crypto/libressl/apps/openssl/pkcs12.c
690
X509_STORE_set_default_paths(store);
crypto/libressl/apps/openssl/pkcs12.c
692
vret = get_cert_chain(ucert, store, &chain2);
crypto/libressl/apps/openssl/pkcs12.c
693
X509_STORE_free(store);
crypto/libressl/apps/openssl/pkcs12.c
80
static int get_cert_chain(X509 *cert, X509_STORE *store,
crypto/libressl/apps/openssl/pkcs12.c
988
get_cert_chain(X509 *cert, X509_STORE *store, STACK_OF(X509) **out_chain)
crypto/libressl/apps/openssl/pkcs12.c
996
if (!X509_STORE_CTX_init(store_ctx, store, cert, NULL))
crypto/libressl/apps/openssl/smime.c
1015
if (PKCS7_verify(p7, other, store, indata, out,
crypto/libressl/apps/openssl/smime.c
1077
X509_STORE_free(store);
crypto/libressl/apps/openssl/smime.c
717
X509_STORE *store = NULL;
crypto/libressl/apps/openssl/smime.c
935
if ((store = setup_verify(bio_err, smime_config.CAfile,
crypto/libressl/apps/openssl/smime.c
938
X509_STORE_set_verify_cb(store, smime_cb);
crypto/libressl/apps/openssl/smime.c
940
if (!X509_STORE_set1_param(store, smime_config.vpm))
crypto/libressl/apps/openssl/ts.c
1121
X509_STORE *store;
crypto/libressl/apps/openssl/ts.c
1166
if ((store = create_cert_store(ca_path, ca_file)) == NULL)
crypto/libressl/apps/openssl/ts.c
1168
TS_VERIFY_CTX_set_store(ctx, store);
crypto/libressl/crypto/cms/cms_smime.c
293
cms_signerinfo_verify_cert(CMS_SignerInfo *si, X509_STORE *store,
crypto/libressl/crypto/cms/cms_smime.c
305
if (!X509_STORE_CTX_init(ctx, store, signer, certs)) {
crypto/libressl/crypto/cms/cms_smime.c
330
CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store,
crypto/libressl/crypto/cms/cms_smime.c
380
if (!cms_signerinfo_verify_cert(si, store, cms_certs, crls))
crypto/libressl/crypto/cms/cms_smime.c
491
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags)
crypto/libressl/crypto/cms/cms_smime.c
496
r = CMS_verify(rcms, certs, store, NULL, NULL, flags);
crypto/libressl/crypto/ct/ct_log.c
167
CTLOG_STORE_free(CTLOG_STORE *store)
crypto/libressl/crypto/ct/ct_log.c
169
if (store != NULL) {
crypto/libressl/crypto/ct/ct_log.c
170
sk_CTLOG_pop_free(store->logs, CTLOG_free);
crypto/libressl/crypto/ct/ct_log.c
171
free(store);
crypto/libressl/crypto/ct/ct_log.c
197
CTLOG_STORE_load_default_file(CTLOG_STORE *store)
crypto/libressl/crypto/ct/ct_log.c
199
return CTLOG_STORE_load_file(store, CTLOG_FILE);
crypto/libressl/crypto/ct/ct_log.c
250
CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file)
crypto/libressl/crypto/ct/ct_log.c
258
load_ctx->log_store = store;
crypto/libressl/crypto/ct/ct_log.c
353
CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id,
crypto/libressl/crypto/ct/ct_log.c
358
for (i = 0; i < sk_CTLOG_num(store->logs); ++i) {
crypto/libressl/crypto/ct/ct_log.c
359
const CTLOG *log = sk_CTLOG_value(store->logs, i);
crypto/libressl/crypto/ocsp/ocsp_vfy.c
381
OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store,
crypto/libressl/crypto/ocsp/ocsp_vfy.c
400
ret = ocsp_req_find_signer(&signer, req, nm, certs, store, flags);
crypto/libressl/crypto/ocsp/ocsp_vfy.c
422
init_res = X509_STORE_CTX_init(&ctx, store, signer,
crypto/libressl/crypto/ocsp/ocsp_vfy.c
425
init_res = X509_STORE_CTX_init(&ctx, store, signer,
crypto/libressl/crypto/pkcs7/pk7_smime.c
260
PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata,
crypto/libressl/crypto/pkcs7/pk7_smime.c
318
if (!X509_STORE_CTX_init(&cert_ctx, store,
crypto/libressl/crypto/pkcs7/pk7_smime.c
329
} else if (!X509_STORE_CTX_init(&cert_ctx, store,
crypto/libressl/crypto/ts/ts_local.h
273
X509_STORE *store;
crypto/libressl/crypto/ts/ts_rsp_verify.c
151
X509_STORE *store, X509 **signer_out)
crypto/libressl/crypto/ts/ts_rsp_verify.c
196
if (!TS_verify_cert(store, certs, signer, &chain))
crypto/libressl/crypto/ts/ts_rsp_verify.c
239
TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted, X509 *signer,
crypto/libressl/crypto/ts/ts_rsp_verify.c
248
if (X509_STORE_CTX_init(&cert_ctx, store, signer, untrusted) == 0) {
crypto/libressl/crypto/ts/ts_rsp_verify.c
531
!TS_RESP_verify_signature(token, ctx->certs, ctx->store, &signer))
crypto/libressl/crypto/ts/ts_rsp_verify.c
73
static int TS_verify_cert(X509_STORE *store, STACK_OF(X509) *untrusted,
crypto/libressl/crypto/ts/ts_verify_ctx.c
100
X509_STORE_free(ctx->store);
crypto/libressl/crypto/ts/ts_verify_ctx.c
154
TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store)
crypto/libressl/crypto/ts/ts_verify_ctx.c
156
ctx->store = store;
crypto/libressl/crypto/ts/ts_verify_ctx.c
158
return ctx->store;
crypto/libressl/crypto/x509/x509_lcl.h
326
X509_STORE *store;
crypto/libressl/crypto/x509/x509_lu.c
185
X509_STORE *store;
crypto/libressl/crypto/x509/x509_lu.c
187
if ((store = calloc(1, sizeof(*store))) == NULL)
crypto/libressl/crypto/x509/x509_lu.c
190
if ((store->objs = sk_X509_OBJECT_new(x509_object_cmp)) == NULL)
crypto/libressl/crypto/x509/x509_lu.c
192
if ((store->get_cert_methods = sk_X509_LOOKUP_new_null()) == NULL)
crypto/libressl/crypto/x509/x509_lu.c
194
if ((store->param = X509_VERIFY_PARAM_new()) == NULL)
crypto/libressl/crypto/x509/x509_lu.c
197
if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_X509_STORE, store,
crypto/libressl/crypto/x509/x509_lu.c
198
&store->ex_data))
crypto/libressl/crypto/x509/x509_lu.c
201
store->references = 1;
crypto/libressl/crypto/x509/x509_lu.c
203
return store;
crypto/libressl/crypto/x509/x509_lu.c
207
X509_STORE_free(store);
crypto/libressl/crypto/x509/x509_lu.c
246
X509_STORE_free(X509_STORE *store)
crypto/libressl/crypto/x509/x509_lu.c
252
if (store == NULL)
crypto/libressl/crypto/x509/x509_lu.c
255
if (CRYPTO_add(&store->references, -1, CRYPTO_LOCK_X509_STORE) > 0)
crypto/libressl/crypto/x509/x509_lu.c
258
sk = store->get_cert_methods;
crypto/libressl/crypto/x509/x509_lu.c
265
sk_X509_OBJECT_pop_free(store->objs, X509_OBJECT_free);
crypto/libressl/crypto/x509/x509_lu.c
267
CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, store, &store->ex_data);
crypto/libressl/crypto/x509/x509_lu.c
268
X509_VERIFY_PARAM_free(store->param);
crypto/libressl/crypto/x509/x509_lu.c
269
free(store);
crypto/libressl/crypto/x509/x509_lu.c
273
X509_STORE_up_ref(X509_STORE *store)
crypto/libressl/crypto/x509/x509_lu.c
275
return CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE) > 1;
crypto/libressl/crypto/x509/x509_lu.c
279
X509_STORE_add_lookup(X509_STORE *store, X509_LOOKUP_METHOD *method)
crypto/libressl/crypto/x509/x509_lu.c
285
sk = store->get_cert_methods;
crypto/libressl/crypto/x509/x509_lu.c
296
lu->store_ctx = store;
crypto/libressl/crypto/x509/x509_lu.c
297
if (sk_X509_LOOKUP_push(store->get_cert_methods, lu) <= 0) {
crypto/libressl/crypto/x509/x509_lu.c
326
X509_STORE *ctx = vs->store;
crypto/libressl/crypto/x509/x509_lu.c
362
X509_STORE_add_object(X509_STORE *store, X509_OBJECT *obj)
crypto/libressl/crypto/x509/x509_lu.c
368
if (X509_OBJECT_retrieve_match(store->objs, obj) != NULL) {
crypto/libressl/crypto/x509/x509_lu.c
374
if (sk_X509_OBJECT_push(store->objs, obj) <= 0) {
crypto/libressl/crypto/x509/x509_lu.c
390
X509_STORE_add_cert(X509_STORE *store, X509 *x)
crypto/libressl/crypto/x509/x509_lu.c
408
return X509_STORE_add_object(store, obj);
crypto/libressl/crypto/x509/x509_lu.c
412
X509_STORE_add_crl(X509_STORE *store, X509_CRL *x)
crypto/libressl/crypto/x509/x509_lu.c
430
return X509_STORE_add_object(store, obj);
crypto/libressl/crypto/x509/x509_lu.c
531
X509_get1_certs_from_cache(X509_STORE *store, X509_NAME *name)
crypto/libressl/crypto/x509/x509_lu.c
540
idx = x509_object_idx_cnt(store->objs, X509_LU_X509, name, &cnt);
crypto/libressl/crypto/x509/x509_lu.c
548
obj = sk_X509_OBJECT_value(store->objs, idx);
crypto/libressl/crypto/x509/x509_lu.c
574
X509_STORE *store = ctx->store;
crypto/libressl/crypto/x509/x509_lu.c
578
if (store == NULL)
crypto/libressl/crypto/x509/x509_lu.c
581
if ((sk = X509_get1_certs_from_cache(store, name)) != NULL)
crypto/libressl/crypto/x509/x509_lu.c
590
return X509_get1_certs_from_cache(store, name);
crypto/libressl/crypto/x509/x509_lu.c
596
X509_STORE *store = ctx->store;
crypto/libressl/crypto/x509/x509_lu.c
602
if (store == NULL)
crypto/libressl/crypto/x509/x509_lu.c
614
idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, name, &cnt);
crypto/libressl/crypto/x509/x509_lu.c
622
obj = sk_X509_OBJECT_value(store->objs, idx);
crypto/libressl/crypto/x509/x509_lu.c
719
if (ctx->store == NULL)
crypto/libressl/crypto/x509/x509_lu.c
724
idx = X509_OBJECT_idx_by_subject(ctx->store->objs, X509_LU_X509, xn);
crypto/libressl/crypto/x509/x509_lu.c
727
for (i = idx; i < sk_X509_OBJECT_num(ctx->store->objs); i++) {
crypto/libressl/crypto/x509/x509_lu.c
728
pobj = sk_X509_OBJECT_value(ctx->store->objs, i);
crypto/libressl/crypto/x509/x509_lu.c
817
X509_STORE_set_verify(X509_STORE *store, X509_STORE_CTX_verify_fn verify)
crypto/libressl/crypto/x509/x509_lu.c
819
store->verify = verify;
crypto/libressl/crypto/x509/x509_lu.c
823
X509_STORE_get_verify(X509_STORE *store)
crypto/libressl/crypto/x509/x509_lu.c
825
return store->verify;
crypto/libressl/crypto/x509/x509_lu.c
829
X509_STORE_set_verify_cb(X509_STORE *store, X509_STORE_CTX_verify_cb verify_cb)
crypto/libressl/crypto/x509/x509_lu.c
831
store->verify_cb = verify_cb;
crypto/libressl/crypto/x509/x509_lu.c
835
X509_STORE_get_verify_cb(X509_STORE *store)
crypto/libressl/crypto/x509/x509_lu.c
837
return store->verify_cb;
crypto/libressl/crypto/x509/x509_vfy.c
1433
if (!X509_STORE_CTX_init(&crl_ctx, ctx->store, x, ctx->untrusted)) {
crypto/libressl/crypto/x509/x509_vfy.c
2233
return xs->store;
crypto/libressl/crypto/x509/x509_vfy.c
2345
X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509,
crypto/libressl/crypto/x509/x509_vfy.c
2373
ctx->store = store;
crypto/libressl/crypto/x509/x509_vfy.c
2377
if (store && store->verify)
crypto/libressl/crypto/x509/x509_vfy.c
2378
ctx->verify = store->verify;
crypto/libressl/crypto/x509/x509_vfy.c
2382
if (store && store->verify_cb)
crypto/libressl/crypto/x509/x509_vfy.c
2383
ctx->verify_cb = store->verify_cb;
crypto/libressl/crypto/x509/x509_vfy.c
2387
if (store && store->get_issuer)
crypto/libressl/crypto/x509/x509_vfy.c
2388
ctx->get_issuer = store->get_issuer;
crypto/libressl/crypto/x509/x509_vfy.c
2392
if (store && store->check_issued)
crypto/libressl/crypto/x509/x509_vfy.c
2393
ctx->check_issued = store->check_issued;
crypto/libressl/crypto/x509/x509_vfy.c
2397
if (store && store->check_revocation)
crypto/libressl/crypto/x509/x509_vfy.c
2398
ctx->check_revocation = store->check_revocation;
crypto/libressl/crypto/x509/x509_vfy.c
2402
if (store && store->get_crl)
crypto/libressl/crypto/x509/x509_vfy.c
2403
ctx->get_crl = store->get_crl;
crypto/libressl/crypto/x509/x509_vfy.c
2407
if (store && store->check_crl)
crypto/libressl/crypto/x509/x509_vfy.c
2408
ctx->check_crl = store->check_crl;
crypto/libressl/crypto/x509/x509_vfy.c
2412
if (store && store->cert_crl)
crypto/libressl/crypto/x509/x509_vfy.c
2413
ctx->cert_crl = store->cert_crl;
crypto/libressl/crypto/x509/x509_vfy.c
2419
if (store && store->lookup_certs)
crypto/libressl/crypto/x509/x509_vfy.c
2420
ctx->lookup_certs = store->lookup_certs;
crypto/libressl/crypto/x509/x509_vfy.c
2424
if (store && store->lookup_crls)
crypto/libressl/crypto/x509/x509_vfy.c
2425
ctx->lookup_crls = store->lookup_crls;
crypto/libressl/crypto/x509/x509_vfy.c
2429
if (store && store->cleanup)
crypto/libressl/crypto/x509/x509_vfy.c
2430
ctx->cleanup = store->cleanup;
crypto/libressl/crypto/x509/x509_vfy.c
2443
if (store)
crypto/libressl/crypto/x509/x509_vfy.c
2444
param_ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param);
crypto/libressl/crypto/x509/x509_vfy.c
924
if (ctx->lookup_certs == NULL || ctx->store == NULL ||
crypto/libressl/crypto/x509/x509_vfy.c
925
ctx->store->objs == NULL)
crypto/libressl/include/openssl/cms.h
183
X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
crypto/libressl/include/openssl/cms.h
186
STACK_OF(X509) *certs, X509_STORE *store, unsigned int flags);
crypto/libressl/include/openssl/ct.h
488
void CTLOG_STORE_free(CTLOG_STORE *store);
crypto/libressl/include/openssl/ct.h
494
const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
crypto/libressl/include/openssl/ct.h
501
int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
crypto/libressl/include/openssl/ct.h
507
int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
crypto/libressl/include/openssl/ocsp.h
247
X509_STORE *store, unsigned long flags);
crypto/libressl/include/openssl/pkcs7.h
397
int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
crypto/libressl/include/openssl/ts.h
438
X509_STORE *store, X509 **signer_out);
crypto/libressl/include/openssl/ts.h
497
X509_STORE *TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store);
crypto/libressl/include/openssl/x509_vfy.h
112
int X509_STORE_set_depth(X509_STORE *store, int depth);
crypto/libressl/include/openssl/x509_vfy.h
318
int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
crypto/libressl/ssl/ssl_lib.c
3263
SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
crypto/libressl/ssl/ssl_lib.c
3266
ctx->cert_store = store;
crypto/libressl/tls/tls.c
589
X509_STORE *store;
crypto/libressl/tls/tls.c
641
store = SSL_CTX_get_cert_store(ssl_ctx);
crypto/libressl/tls/tls.c
646
if (!X509_STORE_add_crl(store, xi->crl)) {
crypto/libressl/tls/tls.c
651
X509_STORE_set_flags(store,
crypto/libressl/tls/tls_ocsp.c
134
X509_STORE *store;
crypto/libressl/tls/tls_ocsp.c
147
if ((store = SSL_CTX_get_cert_store(ssl_ctx)) == NULL)
crypto/libressl/tls/tls_ocsp.c
151
if (X509_STORE_CTX_init(storectx, store, main_cert, extra_certs) != 1)
crypto/openssh/gss-serv-krb5.c
183
client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
crypto/openssh/gss-serv-krb5.c
184
client->store.envvar = "KRB5CCNAME";
crypto/openssh/gss-serv-krb5.c
185
len = strlen(client->store.filename) + 6;
crypto/openssh/gss-serv-krb5.c
186
client->store.envval = xmalloc(len);
crypto/openssh/gss-serv-krb5.c
187
snprintf(client->store.envval, len, "FILE:%s", client->store.filename);
crypto/openssh/gss-serv-krb5.c
191
do_pam_putenv(client->store.envvar, client->store.envval);
crypto/openssh/gss-serv.c
322
if (gssapi_client.store.filename != NULL) {
crypto/openssh/gss-serv.c
325
gssapi_client.store.filename);
crypto/openssh/gss-serv.c
326
unlink(gssapi_client.store.filename);
crypto/openssh/gss-serv.c
348
if (gssapi_client.store.envvar != NULL &&
crypto/openssh/gss-serv.c
349
gssapi_client.store.envval != NULL) {
crypto/openssh/gss-serv.c
350
debug("Setting %s to %s", gssapi_client.store.envvar,
crypto/openssh/gss-serv.c
351
gssapi_client.store.envval);
crypto/openssh/gss-serv.c
352
child_set_env(envp, envsizep, gssapi_client.store.envvar,
crypto/openssh/gss-serv.c
353
gssapi_client.store.envval);
games/hack/makedefs.c
291
int store = (inbraces || inparens)
games/hack/makedefs.c
296
if (store && sp < string + STRSZ)
games/hack/makedefs.c
299
if (store)
lib/libc/db/hash/hash.c
874
SEGMENT store;
lib/libc/db/hash/hash.c
889
if ((store = (SEGMENT)calloc(nsegs << hashp->SSHIFT,
lib/libc/db/hash/hash.c
897
hashp->dir[i] = &store[i << hashp->SSHIFT];
lib/libc/gen/getpwent.c
1750
uint32_t store;
lib/libc/gen/getpwent.c
1844
store = htonl(st->keynum);
lib/libc/gen/getpwent.c
1845
memcpy(&keybuf[1], &store, sizeof(store));
lib/libc/gen/getpwent.c
1846
key.size = sizeof(store) + 1;
lib/libc/gen/getpwent.c
814
uint32_t store;
lib/libc/gen/getpwent.c
877
store = htonl(uid);
lib/libc/gen/getpwent.c
878
memcpy(&keybuf[1], &store, sizeof(store));
lib/libc/gen/getpwent.c
879
key.size = sizeof(store) + 1;
lib/libc/gen/getpwent.c
889
store = htonl(st->keynum);
lib/libc/gen/getpwent.c
890
memcpy(&keybuf[1], &store, sizeof(store));
lib/libc/gen/getpwent.c
891
key.size = sizeof(store) + 1;
lib/libnvmm/libnvmm_x86.c
1984
struct x86_store *store;
lib/libnvmm/libnvmm_x86.c
1989
store = &instr->src;
lib/libnvmm/libnvmm_x86.c
2000
store->type = STORE_IMM;
lib/libnvmm/libnvmm_x86.c
2001
if (fsm_read(fsm, (uint8_t *)&store->u.imm.data, immsize) == -1) {
lib/libnvmm/libnvmm_x86.c
2007
store->u.imm.data = sign_extend(store->u.imm.data, sesize);
lib/libnvmm/libnvmm_x86.c
3014
struct x86_store *store, gvaddr_t *gvap, size_t size)
lib/libnvmm/libnvmm_x86.c
3021
if (store->type == STORE_SIB) {
lib/libnvmm/libnvmm_x86.c
3022
sib = &store->u.sib;
lib/libnvmm/libnvmm_x86.c
3029
} else if (store->type == STORE_REG) {
lib/libnvmm/libnvmm_x86.c
3030
if (store->u.reg == NULL) {
lib/libnvmm/libnvmm_x86.c
3034
gva = gpr_read_address(instr, state, store->u.reg->num);
lib/libnvmm/libnvmm_x86.c
3035
if (store->u.reg == &gpr_map__rip) {
lib/libnvmm/libnvmm_x86.c
3041
} else if (store->type == STORE_DUALREG) {
lib/libnvmm/libnvmm_x86.c
3042
gva = gpr_read_address(instr, state, store->u.dualreg.reg1) +
lib/libnvmm/libnvmm_x86.c
3043
gpr_read_address(instr, state, store->u.dualreg.reg2);
lib/libnvmm/libnvmm_x86.c
3045
gva = store->u.dmo;
lib/libnvmm/libnvmm_x86.c
3048
if (store->disp.type != DISP_NONE) {
lib/libnvmm/libnvmm_x86.c
3049
gva += store->disp.data;
lib/libnvmm/libnvmm_x86.c
3052
if (store->hardseg != -1) {
lib/libnvmm/libnvmm_x86.c
3053
seg = store->hardseg;
libexec/ftpd/extern.h
62
void store(char *, char *, int);
libexec/ftpd/ftpcmd.y
456
store($4, "w", 0);
libexec/ftpd/ftpcmd.y
463
store($4, "a", 0);
libexec/ftpd/ftpcmd.y
680
store($4, "w", 1);
libexec/revnetgroup/hash.h
63
extern void store ( struct group_entry ** , char *, char * );
libexec/revnetgroup/revnetgroup.c
132
store(gtable, key, data);
sys/dev/drm/amd/display/dc/gpio/gpio_service.c
516
config_data.config.ddc.data_en_bit_present = hw_data->store.en != 0;
sys/dev/drm/amd/display/dc/gpio/gpio_service.c
517
config_data.config.ddc.clock_en_bit_present = hw_clock->store.en != 0;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
191
pin->store.mask = 0;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
192
pin->store.a = 0;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
193
pin->store.en = 0;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
194
pin->store.mux = 0;
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
45
REG_GET(MASK_reg, MASK, &gpio->store.mask);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
46
REG_GET(A_reg, A, &gpio->store.a);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
47
REG_GET(EN_reg, EN, &gpio->store.en);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
54
REG_UPDATE(MASK_reg, MASK, gpio->store.mask);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
55
REG_UPDATE(A_reg, A, gpio->store.a);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.c
56
REG_UPDATE(EN_reg, EN, gpio->store.en);
sys/dev/drm/amd/display/dc/gpio/hw_gpio.h
102
} store;
sys/dev/drm/i915/i915_perf.c
3126
oa_config->sysfs_metric_id.store = NULL;
sys/dev/drm/include/linux/sysfs.h
45
ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
sys/dev/drm/ttm/ttm_memory.c
160
.store = &ttm_mem_zone_store
sys/dev/drm/ttm/ttm_page_alloc.c
215
.store = &ttm_pool_store,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
257
.store = &ttm_pool_store,
sys/dev/netif/ix/ixgbe_x550.c
2199
u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/netif/ix/ixgbe_x550.c
2205
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_PHY_SW_RESET, &store);
sys/dev/netif/ix/ixgbe_x550.c
2208
memset(store, 0, sizeof(store));
sys/dev/netif/ix/ixgbe_x550.c
2210
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_INIT_PHY, &store);
sys/dev/netif/ix/ixgbe_x550.c
2223
u32 store[FW_PHY_ACT_DATA_COUNT] = { 0 };
sys/dev/netif/ix/ixgbe_x550.c
2226
rc = ixgbe_fw_phy_activity(hw, FW_PHY_ACT_GET_LINK_INFO, &store);
sys/dev/netif/ix/ixgbe_x550.c
2230
if (store[0] & FW_PHY_ACT_GET_LINK_INFO_TEMP) {
sys/kern/kern_uuid.c
112
kern_uuidgen(struct uuid *store, size_t count)
sys/kern/kern_uuid.c
147
store[n] = *(struct uuid *)&uuid;
sys/kern/kern_uuid.c
151
return (store);
sys/kern/kern_uuid.c
162
struct uuid *store;
sys/kern/kern_uuid.c
176
store = kmalloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK|M_NULLOK);
sys/kern/kern_uuid.c
177
if (store == NULL)
sys/kern/kern_uuid.c
179
kern_uuidgen(store, count);
sys/kern/kern_uuid.c
180
error = copyout(store, uap->store, count * sizeof(struct uuid));
sys/kern/kern_uuid.c
181
kfree(store, M_TEMP);
sys/sys/kern_syscall.h
171
struct uuid *kern_uuidgen(struct uuid *store, size_t count);
sys/sys/sysproto.h
969
struct uuid * store; char store_[PAD_(struct uuid *)];
usr.bin/bc/bc.y
698
$$.store = node(cs("s"), letter_node($1),
usr.bin/bc/bc.y
706
$$.store = node($3, cs(":"),
usr.bin/bc/bc.y
713
$$.store = cs("k");
usr.bin/bc/bc.y
718
$$.store = cs("i");
usr.bin/bc/bc.y
723
$$.store = cs("o");
usr.bin/bc/extern.h
26
ssize_t store;
usr.bin/chpass/util.c
129
*store = tval;
usr.bin/chpass/util.c
74
atot(char *p, time_t *store)
usr.bin/chpass/util.c
83
*store = 0;
usr.bin/dc/bcode.c
120
static void store(void);
usr.bin/dc/bcode.c
212
{ 's', store },
usr.bin/find/misc.c
53
brace_subst(char *orig, char **store, char *path, int len)
usr.bin/find/misc.c
59
for (p = *store; (ch = *orig) != '\0'; ++orig)
usr.bin/find/misc.c
61
while ((p - *store) + plen > len)
usr.bin/find/misc.c
62
if (!(*store = realloc(*store, len *= 2)))
usr.bin/mkcsmapper/yacc.y
169
{ store(&$1, $3, 0); }
usr.bin/mkcsmapper/yacc.y
171
{ store(&$1, $3, 1); }
usr.bin/mkcsmapper/yacc.y
94
static void store(const linear_zone_t *, u_int32_t, int);
usr.bin/mkesdb/yacc.y
219
set_prop_string(const char *res, char **store, char **data)
usr.bin/mkesdb/yacc.y
223
if (*store) {
usr.bin/mkesdb/yacc.y
230
*store = *data;
usr.bin/printf/printf.c
464
char *save, *store, c;
usr.bin/printf/printf.c
467
for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) {
usr.bin/printf/printf.c
469
*store = c;
usr.bin/printf/printf.c
474
*store = '\\';
usr.bin/printf/printf.c
475
*++store = '\0';
usr.bin/printf/printf.c
476
*len = store - save;
usr.bin/printf/printf.c
480
*store = *fmt;
usr.bin/printf/printf.c
483
*store = '\a';
usr.bin/printf/printf.c
486
*store = '\b';
usr.bin/printf/printf.c
490
*store = '\0';
usr.bin/printf/printf.c
491
*len = store - save;
usr.bin/printf/printf.c
494
*store = 'c';
usr.bin/printf/printf.c
497
*store = '\f';
usr.bin/printf/printf.c
500
*store = '\n';
usr.bin/printf/printf.c
503
*store = '\r';
usr.bin/printf/printf.c
506
*store = '\t';
usr.bin/printf/printf.c
509
*store = '\v';
usr.bin/printf/printf.c
522
*store++ = '%';
usr.bin/printf/printf.c
523
*store = '%';
usr.bin/printf/printf.c
525
*store = (char)value;
usr.bin/printf/printf.c
528
*store = *fmt;
usr.bin/printf/printf.c
532
*store = '\0';
usr.bin/printf/printf.c
533
*len = store - save;
usr.sbin/installer/libaura/dict.c
392
d->store(d, key, key_size, data, data_size);
usr.sbin/installer/libaura/dict.c
81
d->store = aura_dict_store_hash;
usr.sbin/installer/libaura/dict.c
85
d->store = aura_dict_store_list;
usr.sbin/installer/libaura/dict.c
89
d->store = aura_dict_store_list_sorted;
usr.sbin/installer/libaura/dict.h
54
void (*store)(struct aura_dict *, const void *, size_t, const void *, size_t);
usr.sbin/pwd_mkdb/pwd_mkdb.c
255
memmove(buf + 1, p, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
257
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
350
#define SCALAR(e) store = htonl((uint32_t)(e)); \
usr.sbin/pwd_mkdb/pwd_mkdb.c
351
memmove(p, &store, sizeof(store)); \
usr.sbin/pwd_mkdb/pwd_mkdb.c
352
p += sizeof(store);
usr.sbin/pwd_mkdb/pwd_mkdb.c
353
#define LSCALAR(e) store = HTOL((uint32_t)(e)); \
usr.sbin/pwd_mkdb/pwd_mkdb.c
354
memmove(p, &store, sizeof(store)); \
usr.sbin/pwd_mkdb/pwd_mkdb.c
355
p += sizeof(store);
usr.sbin/pwd_mkdb/pwd_mkdb.c
401
store = htonl(cnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
402
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
403
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
409
store = htonl(pwd.pw_uid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
410
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
411
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
425
store = htonl(cnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
426
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
427
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
433
store = htonl(pwd.pw_uid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
434
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
435
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
442
store = htonl(ypcnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
443
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
445
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
492
store = HTOL(cnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
493
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
494
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
500
store = HTOL(pwd.pw_uid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
501
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
502
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
516
store = HTOL(cnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
517
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
518
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
524
store = HTOL(pwd.pw_uid);
usr.sbin/pwd_mkdb/pwd_mkdb.c
525
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
526
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
533
store = HTOL(ypcnt);
usr.sbin/pwd_mkdb/pwd_mkdb.c
534
memmove(tbuf + 1, &store, sizeof(store));
usr.sbin/pwd_mkdb/pwd_mkdb.c
536
key.size = sizeof(store) + 1;
usr.sbin/pwd_mkdb/pwd_mkdb.c
95
uint32_t store;