Searched refs:store (Results 1 - 25 of 177) sorted by relevance

12345678

/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dmatch.c34 struct store { struct
37 char **store; member in struct:store
42 struct store *storecreate(struct store *);
43 static int storeappend(struct store *, const char *);
63 static struct store *store = NULL; local
68 store = storecreate(store);
69 if (store
303 struct store *store = NULL; local
548 storecreate(struct store *store) argument
575 storeappend(struct store *store, const char *item) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStoreRef.h1 //== StoreRef.h - Smart pointer for store objects ---------------*- C++ -*--==//
31 Store store; member in class:clang::ento::StoreRef
40 return x.store == store;
46 Store getStore() const { return store; }
H A DStore.h55 /// \param[in] store The analysis state.
61 virtual SVal getBinding(Store store, Loc loc, QualType T = QualType()) = 0;
64 /// \param[in] store The analysis state.
70 virtual StoreRef Bind(Store store, Loc loc, SVal val) = 0;
72 virtual StoreRef BindDefault(Store store, const MemRegion *R, SVal V);
74 /// \brief Create a new store with the specified binding removed.
75 /// \param ST the original store, that is the basis for the new store.
79 /// getInitialStore - Returns the initial "empty" store representing the
144 virtual StoreRef removeDeadBindings(Store store, cons
152 incrementReferenceCount(Store store) argument
157 decrementReferenceCount(Store store) argument
249 StoreRef(Store store, StoreManager & smgr) argument
[all...]
H A DBasicValueFactory.h46 StoreRef store; member in class:clang::ento::LazyCompoundValData
50 : store(st), region(r) {}
52 const void *getStore() const { return store.getStore(); }
56 const StoreRef &store,
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
94 /// Returns the type of the APSInt used to store values of the given QualType.
172 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
/freebsd-10-stable/bin/uuidgen/
H A Duuidgen.c48 uuid_t *store, *uuid; local
86 store = (uuid_t*)malloc(sizeof(uuid_t) * count);
87 if (store == NULL)
92 if (uuidgen(store, count) != 0)
95 uuid = store;
102 uuid = store;
109 free(store);
/freebsd-10-stable/contrib/netbsd-tests/rump/kernspace/
H A Dalloc.c48 static void *store[32]; variable
72 for (i = 0; i < __arraycount(store); i++) {
73 pool_put(&pp1, store[i]);
95 for (i = 0; i < __arraycount(store); i++) {
96 store[i] = pool_get(&pp1, PR_NOWAIT);
97 if (store[i] == NULL) {
98 panic("pool_get store failed");
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dstore-int.h40 ssize_t (*store)(struct krb5_storage_data*, const void*, size_t); member in struct:krb5_storage_data
/freebsd-10-stable/libexec/revnetgroup/
H A Dhash.h62 extern void store(struct group_entry ** , char *, char *);
/freebsd-10-stable/usr.bin/find/
H A Dmisc.c60 brace_subst(char *orig, char **store, char *path, size_t len) argument
75 *store = reallocf(*store, newlen);
76 if (*store == NULL)
79 dst = *store;
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dverify_extra_test.c124 * interCA (but not rootCA) and subinterCA (ss) are in the trusted store
141 X509_STORE *store = NULL; local
144 store = X509_STORE_new();
145 if (store == NULL)
148 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
166 if (!X509_STORE_CTX_init(sctx, store, x, untrusted))
181 X509_STORE_free(store);
/freebsd-10-stable/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c107 uint32_t store; local
240 * Do some trouble to check if we should store this users
271 memmove(buf + 1, p, sizeof(store));
273 key.size = sizeof(store) + 1;
368 #define SCALAR(e) store = htonl((uint32_t)(e)); \
369 memmove(p, &store, sizeof(store)); \
370 p += sizeof(store);
371 #define LSCALAR(e) store = HTOL((uint32_t)(e)); \
372 memmove(p, &store, sizeo
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dgss-serv-krb5.c184 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
185 client->store.envvar = "KRB5CCNAME";
186 len = strlen(client->store.filename) + 6;
187 client->store.envval = xmalloc(len);
188 snprintf(client->store.envval, len, "FILE:%s", client->store.filename);
192 do_pam_putenv(client->store.envvar, client->store.envval);
H A Dgss-serv.c323 if (gssapi_client.store.filename != NULL) {
326 gssapi_client.store.filename);
327 unlink(gssapi_client.store.filename);
349 if (gssapi_client.store.envvar != NULL &&
350 gssapi_client.store.envval != NULL) {
351 debug("Setting %s to %s", gssapi_client.store.envvar,
352 gssapi_client.store.envval);
353 child_set_env(envp, envsizep, gssapi_client.store.envvar,
354 gssapi_client.store.envval);
/freebsd-10-stable/contrib/ntp/html/hints/
H A Dsolaris.xtra.patchfreq58 store="da256000" # st %o5, [%l5 + offset]
65 let masked="(16#$store_mask & 16#$instr) - 16#$store"
/freebsd-10-stable/usr.bin/bc/
H A Dextern.h25 ssize_t store; member in struct:lvalue
/freebsd-10-stable/crypto/openssl/crypto/store/
H A Dstr_locl.h1 /* crypto/store/str_locl.h */
64 # include <openssl/store.h>
106 /* Store-level function to get exclusive access to the store. */
108 /* Store-level function to release exclusive access to the store. */
H A Dstr_mem.c1 /* crypto/store/str_mem.c */
65 * The memory store is currently highly experimental. It's meant to become a
66 * base store used by other stores for internal caching (for full caching
152 "OpenSSL memory store interface",
239 * first matching element in the store, and then walk all the way to the end
240 * of the store (since any combination of attribute bits above the starting
293 struct mem_data_st *store = (struct mem_data_st *)STORE_get_ex_data(s, 1); local
301 if (!store) {
311 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
326 srch < sk_MEM_OBJECT_DATA_num(store
[all...]
H A DMakefile2 # OpenSSL/crypto/store/Makefile
5 DIR= store
26 #EXHEADER= store.h str_compat.h
27 EXHEADER= store.h
86 str_err.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
99 str_lib.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
107 str_mem.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
113 str_meth.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
/freebsd-10-stable/gnu/usr.bin/rcs/lib/
H A Drcsrev.c372 store1(store, next)
373 struct hshentries ***store;
384 **store = p;
385 *store = &p->rest;
388 struct hshentry * genrevs(revno,date,author,state,store)
390 struct hshentries **store;
393 * to these deltas into a list whose starting address is given by store.
417 store1(&store, next);
442 store1(&store, next);
453 store1(&store, nex
[all...]
/freebsd-10-stable/lib/libc/mips/sys/
H A Dpipe.S51 sw v0, 0(a0) # store the two file descriptors
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp32 // Lower MemTransferInst or load-store pair to loop
63 // store at dstAddr+ind
127 if (StoreInst *store = dyn_cast<StoreInst>(use)) {
128 if (store->getOperand(0) != load) //getValueOperand
166 StoreInst *store = dyn_cast<StoreInst>(*load->use_begin()); local
168 Value *dstAddr = store->getOperand(1);
172 convertTransferToLoop(store, srcAddr, dstAddr, len, load->isVolatile(),
173 store->isVolatile(), Context, F);
175 store->eraseFromParent();
/freebsd-10-stable/usr.bin/printf/
H A Dprintf.c366 char *save, *store, c; local
369 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) {
371 *store = c;
376 *store = '\\';
377 *++store = '\0';
378 *len = store - save;
382 *store = *fmt;
385 *store = '\a';
388 *store
[all...]
/freebsd-10-stable/usr.bin/chpass/
H A Dutil.c82 atot(char *p, time_t *store) argument
91 *store = 0;
137 *store = tval;
/freebsd-10-stable/sys/ofed/include/linux/
H A Dsysfs.h43 ssize_t (*store)(struct kobject *, struct attribute *, const char *, member in struct:sysfs_ops
56 .show = _show, .store = _store, \
113 if (error != 0 || req->newptr == NULL || ops->store == NULL)
117 len = ops->store(kobj, attr, buf, len);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dannounce.c400 update_entries(SCDynamicStoreRef store, const char *realm, int flags) argument
408 btmm = SCDynamicStoreCopyValue(store, NetworkChangedKey_BackToMyMac);
421 update_all(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
429 host = SCDynamicStoreCopyLocalHostName(store);
457 update_entries(store, *r, flags);
499 SCDynamicStoreRef store; local
505 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("Network watcher"),
507 if (store == NULL)
517 if (SCDynamicStoreSetNotificationKeys(store, keys, NULL) == false)
523 if (!SCDynamicStoreSetDispatchQueue(store, g_queu
[all...]

Completed in 205 milliseconds

12345678