Searched refs:store (Results 51 - 75 of 161) sorted by relevance

1234567

/freebsd-9.3-release/lib/libc/gen/
H A Dgetpwent.c817 uint32_t store; local
880 store = htonl(uid);
881 memcpy(&keybuf[1], &store, sizeof(store));
882 key.size = sizeof(store) + 1;
892 store = htonl(st->keynum);
893 memcpy(&keybuf[1], &store, sizeof(store));
894 key.size = sizeof(store) + 1;
1753 uint32_t store; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dstore.c35 #include "store-int.h"
37 RCSID("$Id: store.c 22071 2007-11-14 20:04:50Z lha $");
91 return sp->store(sp, buf, len);
167 ret = sp->store(sp, v, len);
290 ret = sp->store(sp, &value, sizeof(value));
337 ret = sp->store(sp, data.data, data.length);
400 ret = sp->store(sp, s, len);
449 ret = sp->store(sp, s, len);
456 ret = sp->store(sp, "\n", 1);
H A Dstore_emem.c35 #include "store-int.h"
139 sp->store = emem_store;
/freebsd-9.3-release/gnu/usr.bin/rcs/rcs/
H A Drcs.c669 /* and store in assoclst */
726 /* and store in chaccess */
785 /* revision and store in statelst */
1112 searchcutpt(object, length, store)
1115 struct hshentries *store;
1116 /* Function: Search store and return entry with number being object. */
1122 while (compartial(store->first->num, object, length)) {
1123 cuthead = store->first;
1124 store = store
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c124 X509_STORE *store = NULL; local
729 if (!store)
730 store = setup_verify(bio_err, CAfile, CApath);
731 if (!store)
757 i = OCSP_basic_verify(bs, verify_other, store, verify_flags);
759 i = OCSP_basic_verify(bs, NULL, store, 0);
777 X509_STORE_free(store);
H A Dcms.c115 X509_STORE *store = NULL; local
775 if (!(store = setup_verify(bio_err, CAfile, CApath)))
777 X509_STORE_set_verify_cb_func(store, cms_cb);
779 X509_STORE_set1_param(store, vpm);
932 if (CMS_verify(cms, other, store, indata, out, flags) > 0)
953 if (CMS_verify_receipt(rcms, cms, other, store, flags) > 0)
1010 X509_STORE_free(store);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp62 StoreRef StoreManager::BindDefault(Store store, const MemRegion *R, SVal V) { argument
63 return StoreRef(store, *this);
506 Store store,
505 HandleBinding(StoreManager& SMgr, Store store, const MemRegion* R, SVal val) argument
H A DExplodedGraph.cpp88 // (5) The 'store' is the same as the predecessor.
126 if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
/freebsd-9.3-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c170 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, argument
229 if (!X509_STORE_CTX_init(&cert_ctx, store, signer,
236 } else if (!X509_STORE_CTX_init(&cert_ctx, store, signer, NULL)) {
259 * Performance optimization: if the content is a memory BIO then store
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp21 // 2. Scalar Promotion of Memory - If there is a store instruction inside of
22 // the loop, we try to move the store to happen AFTER the loop instead of
173 /// store into the memory location pointed to by V.
661 Value *SomePtr; // Designated pointer to store to.
693 // store of the live-out values that feed them. Since we've already told
725 // We can promote this alias set if it has a store, if it is a "Must" alias
736 // It isn't safe to promote a load/store from the loop if the load/store is
779 // If there is an non-load/store instruction in the loop, we can't promote
785 } else if (StoreInst *store
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dhx_locl.h152 int (*store)(hx509_context, hx509_certs, void *, int, hx509_lock); member in struct:hx509_keyset_ops
H A Dkeyset.c38 * @page page_keyset Certificate store operations
40 * Type of certificates store:
97 * Open or creates a new hx509 certificate store.
100 * @param name name of the store, format is TYPE:type-specific-string,
101 * if NULL is used the MEMORY store is used.
105 * @param lock a lock that unlocks the certificates store, use NULL to
169 * Write the certificate store to stable storage.
172 * @param certs a certificate store to store.
174 * @param lock a lock that unlocks the certificates store, us
[all...]
H A Dhxtool.c154 hx509_certs store = NULL; local
183 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
186 certs_strings(context, "store", store, lock, &opt->certificate_strings);
209 store, &type, &c, &signers);
227 hx509_certs_free(&store);
253 hx509_certs store, pool, anchors; local
268 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
[all...]
/freebsd-9.3-release/libexec/rtld-elf/amd64/
H A Drtld_start.S34 subq $24,%rsp # A place to store exit procedure addr
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A Dyacc.y94 static void store(const linear_zone_t *, u_int32_t, int);
165 { store(&$1, $3, 0); }
167 { store(&$1, $3, 1); }
372 /* store type */
376 /* store info */
386 /* store table */
579 store(const linear_zone_t *lz, u_int32_t dst, int inc)
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_err.c1 /* crypto/store/str_err.c */
64 #include <openssl/store.h>
236 {ERR_REASON(STORE_R_NO_STORE), "no store"},
238 "no store object arbitrary function"},
240 "no store object function"},
242 "no store object number function"},
H A Dstore.h1 /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
94 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f) (void));
126 const STORE_METHOD *STORE_get_method(STORE *store);
127 const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth);
138 * This is the directory store. It does everything except revoking and
143 * This is the file store. It does everything except revoking and updating,
145 * to it with the store operation, and it will only get cached certificates.
151 * Store functions take a type code for the type of data they should store or
167 * Some store function
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h216 NonLoc makeLazyCompoundVal(const StoreRef &store, argument
219 BasicVals.getLazyCompoundValData(store, region));
H A DProgramState.h86 Store store; // Maps a location to its current value. member in class:clang::ento::ProgramState
92 ProgramStateRef makeWithStore(const StoreRef &store) const;
119 /// Return the store associated with this state. The store
121 Store getStore() const { return store; }
134 ID.AddPointer(V->store);
201 // Binding and retrieving values to/from the environment and symbolic store.
220 /// cleared from the store.
541 return S1->store == S2->store;
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s137 STD w,56(%sp) ; store w on stack
479 FSTD fm,-24(%sp) ; store m[0]
480 FSTD fm_1,-56(%sp) ; store m[1]
484 FSTD lt_temp,-16(%sp) ; store lt[0]
485 FSTD lt_temp_1,-48(%sp) ; store lt[1]
489 FSTD ht_temp,-8(%sp) ; store ht[0]
490 FSTD ht_temp_1,-40(%sp) ; store ht[1]
533 FSTD fm,-24(%sp) ; store m
536 FSTD lt_temp,-16(%sp) ; store lt
539 FSTD ht_temp,-8(%sp) ; store h
[all...]
H A Dpa-risc2.s490 FSTD fm,-24(%sp) ; store m[0]
491 FSTD fm_1,-56(%sp) ; store m[1]
495 FSTD lt_temp,-16(%sp) ; store lt[0]
496 FSTD lt_temp_1,-48(%sp) ; store lt[1]
500 FSTD ht_temp,-8(%sp) ; store ht[0]
501 FSTD ht_temp_1,-40(%sp) ; store ht[1]
544 FSTD fm,-24(%sp) ; store m
547 FSTD lt_temp,-16(%sp) ; store lt
550 FSTD ht_temp,-8(%sp) ; store ht
1022 FSTD ftemp1,-24(%sp) ; store
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dsupport.S427 * {fu,su},{ibyte,isword,iword}, fetch or store a byte, short or word to
429 * {fu,su},{byte,sword,word}, fetch or store a byte, short or word to
500 sw a1, 0(a0) # store word
515 sd a1, 0(a0) # store word
546 sc t0, 0(a0) # store word
573 scd t0, 0(a0) # store double word
599 sw a1, 0(a0) # store word
617 sh a1, 0(a0) # store short
631 sb a1, 0(a0) # store byte
666 sh a1, 0(a0) # store shor
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp151 Store store; member in class:FindUninitializedField
155 : StoreMgr(storeMgr), MrMgr(mrMgr), store(s) {}
172 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
/freebsd-9.3-release/kerberos5/lib/libkrb5/
H A DMakefile360 store.c \
361 store-int.h \
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt119 - You can see the LUN type and backing store for block/file backend LUNs
219 or block devices as a backing store.
265 stack/filesystem/backing store. You also need full configuration
325 backing store for a LUN. Multiple threads are started to do I/O to the

Completed in 229 milliseconds

1234567