Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 244) sorted by relevance

12345678910

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lu.c185 X509_STORE *store; in X509_STORE_new() local
187 if ((store = calloc(1, sizeof(*store))) == NULL) in X509_STORE_new()
198 &store->ex_data)) in X509_STORE_new()
203 return store; in X509_STORE_new()
252 if (store == NULL) in X509_STORE_free()
267 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE, store, &store->ex_data); in X509_STORE_free()
269 free(store); in X509_STORE_free()
574 X509_STORE *store = ctx->store; in STACK_OF() local
578 if (store == NULL) in STACK_OF()
596 X509_STORE *store = ctx->store; in STACK_OF() local
[all …]
H A Dx509_vfy.c2373 ctx->store = store; in X509_STORE_CTX_init()
2377 if (store && store->verify) in X509_STORE_CTX_init()
2382 if (store && store->verify_cb) in X509_STORE_CTX_init()
2387 if (store && store->get_issuer) in X509_STORE_CTX_init()
2392 if (store && store->check_issued) in X509_STORE_CTX_init()
2402 if (store && store->get_crl) in X509_STORE_CTX_init()
2407 if (store && store->check_crl) in X509_STORE_CTX_init()
2412 if (store && store->cert_crl) in X509_STORE_CTX_init()
2419 if (store && store->lookup_certs) in X509_STORE_CTX_init()
2424 if (store && store->lookup_crls) in X509_STORE_CTX_init()
[all …]
/dragonfly/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c351 memmove(p, &store, sizeof(store)); \ in main()
354 memmove(p, &store, sizeof(store)); \ in main()
402 memmove(tbuf + 1, &store, sizeof(store)); in main()
410 memmove(tbuf + 1, &store, sizeof(store)); in main()
426 memmove(tbuf + 1, &store, sizeof(store)); in main()
434 memmove(tbuf + 1, &store, sizeof(store)); in main()
443 memmove(tbuf + 1, &store, sizeof(store)); in main()
493 memmove(tbuf + 1, &store, sizeof(store)); in main()
501 memmove(tbuf + 1, &store, sizeof(store)); in main()
517 memmove(tbuf + 1, &store, sizeof(store)); in main()
[all …]
/dragonfly/usr.bin/printf/
H A Dprintf.c467 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) { in escape()
469 *store = c; in escape()
474 *store = '\\'; in escape()
480 *store = *fmt; in escape()
483 *store = '\a'; in escape()
486 *store = '\b'; in escape()
494 *store = 'c'; in escape()
497 *store = '\f'; in escape()
500 *store = '\n'; in escape()
503 *store = '\r'; in escape()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/gpio/
H A Dhw_gpio.c45 REG_GET(MASK_reg, MASK, &gpio->store.mask); in store_registers()
46 REG_GET(A_reg, A, &gpio->store.a); in store_registers()
47 REG_GET(EN_reg, EN, &gpio->store.en); in store_registers()
54 REG_UPDATE(MASK_reg, MASK, gpio->store.mask); in restore_registers()
55 REG_UPDATE(A_reg, A, gpio->store.a); in restore_registers()
56 REG_UPDATE(EN_reg, EN, gpio->store.en); in restore_registers()
191 pin->store.mask = 0; in dal_hw_gpio_construct()
192 pin->store.a = 0; in dal_hw_gpio_construct()
193 pin->store.en = 0; in dal_hw_gpio_construct()
194 pin->store.mux = 0; in dal_hw_gpio_construct()
/dragonfly/bin/uuidgen/
H A Duuidgen.c46 uuid_t *store, *uuid; in main() local
84 store = (uuid_t*)malloc(sizeof(uuid_t) * count); in main()
85 if (store == NULL) in main()
90 if (uuidgen(store, count) != 0) in main()
93 uuid = store; in main()
100 uuid = store; in main()
107 free(store); in main()
/dragonfly/crypto/libressl/crypto/ct/
H A Dct_log.c167 CTLOG_STORE_free(CTLOG_STORE *store) in CTLOG_STORE_free() argument
169 if (store != NULL) { in CTLOG_STORE_free()
170 sk_CTLOG_pop_free(store->logs, CTLOG_free); in CTLOG_STORE_free()
171 free(store); in CTLOG_STORE_free()
197 CTLOG_STORE_load_default_file(CTLOG_STORE *store) in CTLOG_STORE_load_default_file() argument
199 return CTLOG_STORE_load_file(store, CTLOG_FILE); in CTLOG_STORE_load_default_file()
250 CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file() argument
258 load_ctx->log_store = store; in CTLOG_STORE_load_file()
353 CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, const uint8_t *log_id, in CTLOG_STORE_get0_log_by_id() argument
358 for (i = 0; i < sk_CTLOG_num(store->logs); ++i) { in CTLOG_STORE_get0_log_by_id()
[all …]
/dragonfly/gnu/usr.bin/rcs/lib/
H A Drcsrev.c391 store1(store, next) in store1() argument
403 **store = p;
404 *store = &p->rest;
436 store1(&store, next);
461 store1(&store, next);
474 *store = 0;
482 store1(&store, next);
498 store1(&store, next);
523 *store = 0;
611 *store = 0;
[all …]
/dragonfly/usr.bin/find/
H A Dmisc.c53 brace_subst(char *orig, char **store, char *path, int len) in brace_subst() argument
59 for (p = *store; (ch = *orig) != '\0'; ++orig) in brace_subst()
61 while ((p - *store) + plen > len) in brace_subst()
62 if (!(*store = realloc(*store, len *= 2))) in brace_subst()
/dragonfly/sys/kern/
H A Dkern_uuid.c112 kern_uuidgen(struct uuid *store, size_t count) in kern_uuidgen() argument
147 store[n] = *(struct uuid *)&uuid; in kern_uuidgen()
151 return (store); in kern_uuidgen()
162 struct uuid *store; in sys_uuidgen() local
176 store = kmalloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK|M_NULLOK); in sys_uuidgen()
177 if (store == NULL) in sys_uuidgen()
179 kern_uuidgen(store, count); in sys_uuidgen()
180 error = copyout(store, uap->store, count * sizeof(struct uuid)); in sys_uuidgen()
181 kfree(store, M_TEMP); in sys_uuidgen()
/dragonfly/crypto/libressl/crypto/ts/
H A Dts_verify_ctx.c100 X509_STORE_free(ctx->store); in TS_VERIFY_CTX_cleanup()
154 TS_VERIFY_CTX_set_store(TS_VERIFY_CTX *ctx, X509_STORE *store) in TS_VERIFY_CTX_set_store() argument
156 ctx->store = store; in TS_VERIFY_CTX_set_store()
158 return ctx->store; in TS_VERIFY_CTX_set_store()
/dragonfly/crypto/libressl/apps/openssl/
H A Dcrl.c225 X509_STORE *store = NULL; in crl_main() local
283 store = X509_STORE_new(); in crl_main()
284 if (store == NULL) in crl_main()
286 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file()); in crl_main()
294 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_hash_dir()); in crl_main()
308 if (!X509_STORE_CTX_init(ctx, store, NULL, NULL)) { in crl_main()
441 X509_STORE_free(store); in crl_main()
/dragonfly/usr.bin/bc/
H A Dbc.y247 $$ = node($3, cs($2), $1.store,
250 $$ = node($1.load, $3, cs($2), $1.store,
612 $$ = node($2.load, cs("1+d"), $2.store,
618 $2.store, END_NODE);
623 $1.store, END_NODE);
628 $1.store, END_NODE);
637 $1.store, END_NODE);
706 $$.store = node($3, cs(":"),
713 $$.store = cs("k");
718 $$.store = cs("i");
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dathlon.md341 athlon-ieu,athlon-store,
342 athlon-store")
349 athlon-ieu,athlon-store,
350 athlon-store")
360 athlon-store")
369 athlon-store")
375 (eq_attr "memory" "store"))))
377 athlon-store")
384 athlon-store")
392 athlon-store")
[all …]
H A Dbdver1.md234 (eq_attr "memory" "store")))
242 bdver1-ieu,bdver1-store,
243 bdver1-store")
252 bdver1-store")
257 (eq_attr "memory" "store"))))
259 bdver1-store")
264 (eq_attr "memory" "store"))))
266 bdver1-store")
289 (eq_attr "memory" "store,both")))
446 (eq_attr "memory" "store,both"))))
[all …]
H A Dk6.md38 ;; store describes the Store unit. This unit is not modelled
95 (eq_attr "memory" "store,both,unknown")))
113 (eq_attr "memory" "store,both,unknown")))
145 (eq_attr "memory" "store,both,unknown")))
173 (eq_attr "memory" "store")))
214 ;; The store unit handles lea and push. It is otherwise unmodelled.
223 (eq_attr "memory" "store,both")))
247 (eq_attr "memory" "store")))
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dathlon.md340 athlon-ieu,athlon-store,
341 athlon-store")
348 athlon-ieu,athlon-store,
349 athlon-store")
359 athlon-store")
368 athlon-store")
374 (eq_attr "memory" "store"))))
376 athlon-store")
383 athlon-store")
391 athlon-store")
[all …]
H A Dznver1.md91 "znver1-direct,znver1-store")
96 (eq_attr "memory" "store")))
97 "znver1-direct,znver1-store")
202 (eq_attr "memory" "both,store")))
222 (eq_attr "memory" "store"))))
228 (eq_attr "memory" "store")))
261 (eq_attr "memory" "store")))
342 (eq_attr "memory" "store"))))
367 (eq_attr "memory" "store")))
642 (eq_attr "memory" "store"))))
[all …]
H A Dbdver1.md238 (eq_attr "memory" "store")))
246 bdver1-ieu,bdver1-store,
247 bdver1-store")
256 bdver1-store")
261 (eq_attr "memory" "store"))))
263 bdver1-store")
268 (eq_attr "memory" "store"))))
270 bdver1-store")
293 (eq_attr "memory" "store,both")))
450 (eq_attr "memory" "store,both"))))
[all …]
H A Dk6.md37 ;; store describes the Store unit. This unit is not modelled
94 (eq_attr "memory" "store,both,unknown")))
112 (eq_attr "memory" "store,both,unknown")))
144 (eq_attr "memory" "store,both,unknown")))
172 (eq_attr "memory" "store")))
213 ;; The store unit handles lea and push. It is otherwise unmodelled.
222 (eq_attr "memory" "store,both")))
246 (eq_attr "memory" "store")))
H A Dbdver3.md112 "bdver3-direct,bdver3-ieu,bdver3-store")
185 (eq_attr "memory" "store")))
193 bdver3-ieu,bdver3-store,
194 bdver3-store")
199 (eq_attr "memory" "store"))))
201 bdver3-store")
217 (and (eq_attr "memory" "store,both")
223 (eq_attr "memory" "store,both")))
375 (eq_attr "memory" "store,both"))))
381 (eq_attr "memory" "store,both"))))
[all …]
H A Dbtver2.md68 (define_cpu_unit "btver2-store" "btver2_agu")
243 (eq_attr "memory" "store")))
244 "btver2-direct,btver2-alu,btver2-store")
257 (eq_attr "memory" "store"))))
292 (eq_attr "memory" "store,both")))
536 (and (eq_attr "memory" "store")
560 (and (eq_attr "memory" "store")
590 (and (eq_attr "memory" "store")
663 (and (eq_attr "memory" "store")
695 (and (eq_attr "memory" "store")
[all …]
/dragonfly/usr.bin/chpass/
H A Dutil.c74 atot(char *p, time_t *store) in atot() argument
83 *store = 0; in atot()
129 *store = tval; in atot()
/dragonfly/crypto/libressl/include/openssl/
H A Dct.h488 void CTLOG_STORE_free(CTLOG_STORE *store);
494 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store,
501 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file);
507 int CTLOG_STORE_load_default_file(CTLOG_STORE *store);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Datomic_base.h346 store(__i); in _GLIBCXX_VISIBILITY()
353 store(__i); in _GLIBCXX_VISIBILITY()
438 store(__int_type __i, memory_order __m = memory_order_seq_cst) noexcept in _GLIBCXX_VISIBILITY()
448 store(__int_type __i, in _GLIBCXX_VISIBILITY()
656 store(__p); in _GLIBCXX_VISIBILITY()
663 store(__p); in _GLIBCXX_VISIBILITY()
732 store(__pointer_type __p, in _GLIBCXX_VISIBILITY()
743 store(__pointer_type __p, in _GLIBCXX_VISIBILITY()

12345678910