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

1234567

/freebsd-9.3-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-9.3-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
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-9.3-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-9.3-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-9.3-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-9.3-release/libexec/revnetgroup/
H A Dhash.h62 extern void store(struct group_entry ** , char *, char *);
/freebsd-9.3-release/usr.bin/bc/
H A Dextern.h24 ssize_t store; member in struct:lvalue
/freebsd-9.3-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-9.3-release/crypto/openssh/
H A Dgss-serv-krb5.c183 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache));
184 client->store.envvar = "KRB5CCNAME";
185 len = strlen(client->store.filename) + 6;
186 client->store.envval = xmalloc(len);
187 snprintf(client->store.envval, len, "FILE:%s", client->store.filename);
191 do_pam_putenv(client->store.envvar, client->store.envval);
H A Dgss-serv.c314 if (gssapi_client.store.filename != NULL) {
317 gssapi_client.store.filename);
318 unlink(gssapi_client.store.filename);
340 if (gssapi_client.store.envvar != NULL &&
341 gssapi_client.store.envval != NULL) {
342 debug("Setting %s to %s", gssapi_client.store.envvar,
343 gssapi_client.store.envval);
344 child_set_env(envp, envsizep, gssapi_client.store.envvar,
345 gssapi_client.store.envval);
/freebsd-9.3-release/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-9.3-release/crypto/openssl/crypto/store/
H A Dstr_locl.h1 /* crypto/store/str_locl.h -*- mode:C; c-file-style: "eay" -*- */
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 -*- mode:C; c-file-style: "eay" -*- */
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
147 "OpenSSL memory store interface",
234 * first matching element in the store, and then walk all the way to the end
235 * of the store (since any combination of attribute bits above the starting
289 struct mem_data_st *store = (struct mem_data_st *)STORE_get_ex_data(s, 1); local
297 if (!store) {
306 srch = sk_find_ex(store->data, (char *)&key);
320 for (srch = context->search_index; srch < sk_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/stack.h ../../include/openssl/store.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-9.3-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-9.3-release/lib/libc/mips/sys/
H A Dpipe.S51 sw v0, 0(a0) # store the two file descriptors
/freebsd-9.3-release/sys/kern/
H A Dkern_uuid.c143 kern_uuidgen(struct uuid *store, size_t count) argument
176 store[n] = *(struct uuid *)&uuid;
180 return (store);
185 struct uuid *store; member in struct:uuidgen_args
192 struct uuid *store; local
206 store = malloc(count * sizeof(struct uuid), M_TEMP, M_WAITOK);
207 kern_uuidgen(store, count);
208 error = copyout(store, uap->store, count * sizeof(struct uuid));
209 free(store, M_TEM
[all...]
/freebsd-9.3-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-9.3-release/usr.bin/printf/
H A Dprintf.c360 char *save, *store, c; local
363 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) {
365 *store = c;
370 *store = '\\';
371 *++store = '\0';
372 *len = store - save;
376 *store = *fmt;
379 *store = '\a';
382 *store
[all...]
/freebsd-9.3-release/usr.bin/chpass/
H A Dutil.c82 atot(char *p, time_t *store) argument
91 *store = 0;
137 *store = tval;
/freebsd-9.3-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, \
109 if (error != 0 || req->newptr == NULL || ops->store == NULL)
113 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-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c188 * it in the store. We must have an exact match to avoid possible
204 * We have a match: replace certificate with store version so
223 /* We now lookup certs from the certificate store */
1350 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, argument
1354 ctx->ctx = store;
1381 if (store)
1382 ret = X509_VERIFY_PARAM_inherit(ctx->param, store->param);
1386 if (store) {
1387 ctx->verify_cb = store->verify_cb;
1388 ctx->cleanup = store
[all...]

Completed in 143 milliseconds

1234567