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

1234567

/freebsd-10.0-release/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.0-release/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
256 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.0-release/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.0-release/usr.bin/find/
H A Dmisc.c60 brace_subst(char *orig, char **store, char *path, int len) argument
66 for (p = *store; (ch = *orig) != '\0'; ++orig)
68 while ((p - *store) + plen > len)
69 if (!(*store = realloc(*store, len *= 2)))
/freebsd-10.0-release/crypto/openssh/
H A Dgss-serv-krb5.c177 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
178 client->store.envvar = "KRB5CCNAME";
179 len = strlen(client->store.filename) + 6;
180 client->store.envval = xmalloc(len);
181 snprintf(client->store.envval, len, "FILE:%s", client->store.filename);
185 do_pam_putenv(client->store.envvar, client->store.envval);
H A Dgss-serv.c295 if (gssapi_client.store.filename != NULL) {
298 gssapi_client.store.filename);
299 unlink(gssapi_client.store.filename);
321 if (gssapi_client.store.envvar != NULL &&
322 gssapi_client.store.envval != NULL) {
323 debug("Setting %s to %s", gssapi_client.store.envvar,
324 gssapi_client.store.envval);
325 child_set_env(envp, envsizep, gssapi_client.store.envvar,
326 gssapi_client.store.envval);
/freebsd-10.0-release/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.0-release/libexec/revnetgroup/
H A Dhash.h62 extern void store(struct group_entry ** , char *, char *);
/freebsd-10.0-release/usr.bin/bc/
H A Dextern.h24 ssize_t store; member in struct:lvalue
/freebsd-10.0-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c106 uint32_t store; local
239 * Do some trouble to check if we should store this users
270 memmove(buf + 1, p, sizeof(store));
272 key.size = sizeof(store) + 1;
367 #define SCALAR(e) store = htonl((uint32_t)(e)); \
368 memmove(p, &store, sizeof(store)); \
369 p += sizeof(store);
370 #define LSCALAR(e) store = HTOL((uint32_t)(e)); \
371 memmove(p, &store, sizeo
[all...]
/freebsd-10.0-release/contrib/ntp/html/build/hints/
H A Dsolaris.xtra.patchfreq58 store="da256000" # st %o5, [%l5 + offset]
65 let masked="(16#$store_mask & 16#$instr) - 16#$store"
/freebsd-10.0-release/crypto/openssl/crypto/store/
H A Dstr_locl.h1 /* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
63 #include <openssl/store.h>
102 /* Store-level function to get exclusive access to the store. */
104 /* Store-level function to release exclusive access to the store. */
H A Dstr_mem.c1 /* crypto/store/str_mem.c -*- mode:C; c-file-style: "eay" -*- */
63 /* The memory store is currently highly experimental. It's meant to become
64 a base store used by other stores for internal caching (for full caching
138 "OpenSSL memory store interface",
217 will then find the first matching element in the store, and then
218 walk all the way to the end of the store (since any combination
274 struct mem_data_st *store = local
284 if (!store)
299 srch = sk_MEM_OBJECT_DATA_find_ex(store->data, &key);
315 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
84 str_err.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
97 str_lib.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
105 str_mem.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
111 str_meth.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h
/freebsd-10.0-release/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.0-release/lib/libc/mips/sys/
H A Dpipe.S51 sw v0, 0(a0) # store the two file descriptors
/freebsd-10.0-release/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.0-release/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.0-release/usr.bin/chpass/
H A Dutil.c82 atot(char *p, time_t *store) argument
91 *store = 0;
137 *store = tval;
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dsysfs.h42 ssize_t (*store)(struct kobject *, struct attribute *, const char *, member in struct:sysfs_ops
55 .show = _show, .store = _store, \
112 if (error != 0 || req->newptr == NULL || ops->store == NULL)
116 len = ops->store(kobj, attr, buf, len);
H A Ddevice.h77 ssize_t (*store)(struct class *, const char *, size_t); member in struct:class_attribute
87 ssize_t (*store)(struct device *, member in struct:device_attribute
167 if (dattr->store)
168 error = dattr->store(container_of(kobj, struct class, kobj),
185 .store = class_store,
247 if (dattr->store)
248 error = dattr->store(container_of(kobj, struct device, kobj),
253 static struct sysfs_ops dev_sysfs = { .show = dev_show, .store = dev_store, };
/freebsd-10.0-release/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...]
/freebsd-10.0-release/sys/kern/
H A Dkern_uuid.c130 kern_uuidgen(struct uuid *store, size_t count) argument
163 store[n] = *(struct uuid *)&uuid;
167 return (store);
172 struct uuid *store; member in struct:uuidgen_args
179 struct uuid *store; local
193 store = malloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK);
194 kern_uuidgen(store, count);
195 error = copyout(store, uap->store, count * sizeof(struct uuid));
196 free(store, M_TEM
[all...]

Completed in 162 milliseconds

1234567