Symbol: fetch
crypto/heimdal/lib/hdb/hdb-sqlite.c
253
sqlite3_finalize(hsdb->fetch);
crypto/heimdal/lib/hdb/hdb-sqlite.c
312
&hsdb->fetch,
crypto/heimdal/lib/hdb/hdb-sqlite.c
394
sqlite3_stmt *fetch = hsdb->fetch;
crypto/heimdal/lib/hdb/hdb-sqlite.c
403
sqlite3_bind_text(fetch, 1, principal_string, -1, SQLITE_STATIC);
crypto/heimdal/lib/hdb/hdb-sqlite.c
405
sqlite_error = hdb_sqlite_step(context, hsdb->db, fetch);
crypto/heimdal/lib/hdb/hdb-sqlite.c
419
value.length = sqlite3_column_bytes(fetch, 0);
crypto/heimdal/lib/hdb/hdb-sqlite.c
420
value.data = (void *) sqlite3_column_blob(fetch, 0);
crypto/heimdal/lib/hdb/hdb-sqlite.c
438
sqlite3_clear_bindings(fetch);
crypto/heimdal/lib/hdb/hdb-sqlite.c
439
sqlite3_reset(fetch);
crypto/heimdal/lib/hdb/hdb-sqlite.c
45
sqlite3_stmt *fetch;
crypto/heimdal/lib/krb5/store-int.h
39
ssize_t (*fetch)(struct krb5_storage_data*, void*, size_t);
crypto/heimdal/lib/krb5/store.c
208
return sp->fetch(sp, buf, len);
crypto/heimdal/lib/krb5/store.c
311
sp->fetch(sp, data->data, data->length);
crypto/heimdal/lib/krb5/store.c
386
ret = sp->fetch(sp, v, len);
crypto/heimdal/lib/krb5/store.c
603
ret = sp->fetch(sp, value, sizeof(*value));
crypto/heimdal/lib/krb5/store.c
690
ret = sp->fetch(sp, data->data, size);
crypto/heimdal/lib/krb5/store.c
794
while((ret = sp->fetch(sp, &c, 1)) == 1){
crypto/heimdal/lib/krb5/store.c
854
while((ret = sp->fetch(sp, &c, 1)) == 1){
crypto/heimdal/lib/krb5/store_emem.c
188
sp->fetch = emem_fetch;
crypto/heimdal/lib/krb5/store_fd.c
126
sp->fetch = fd_fetch;
crypto/heimdal/lib/krb5/store_mem.c
143
sp->fetch = mem_fetch;
crypto/heimdal/lib/krb5/store_mem.c
202
sp->fetch = mem_fetch;
crypto/krb5/src/kadmin/ktutil/ktutil.c
129
int use_pass = 0, use_key = 0, use_kvno = 0, fetch = 0, i;
crypto/krb5/src/kadmin/ktutil/ktutil.c
159
fetch++;
crypto/krb5/src/kadmin/ktutil/ktutil.c
163
(fetch && salt != NULL)) {
crypto/krb5/src/kadmin/ktutil/ktutil.c
168
if (!fetch && enctype == NULL) {
crypto/krb5/src/kadmin/ktutil/ktutil.c
173
retval = ktutil_add(kcontext, &ktlist, princ, fetch, kvno, enctype,
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
100
if (!fetch) {
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
140
int fetch, krb5_kvno kvno, char *enctype_str, int use_pass,
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
194
retval = get_etype_info(context, princ, fetch, salt_str,
crypto/krb5/src/kadmin/ktutil/ktutil_funcs.c
88
get_etype_info(krb5_context context, krb5_principal princ, int fetch,
crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-dbm.h
15
datum fetch __P((datum));
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
731
ret = fetch(context, dbc->princ_db, &key, &val);
crypto/krb5/src/plugins/kdb/lmdb/kdb_lmdb.c
903
ret = fetch(context, dbc->policy_db, &key, &val);
crypto/openssl/test/provider_status_test.c
150
EVP_MD *fetch = NULL;
crypto/openssl/test/provider_status_test.c
165
if (!TEST_ptr(fetch = EVP_MD_fetch(libctx, "SHA256", NULL)))
crypto/openssl/test/provider_status_test.c
167
EVP_MD_free(fetch);
crypto/openssl/test/provider_status_test.c
168
fetch = NULL;
crypto/openssl/test/provider_status_test.c
194
if (!TEST_ptr_null(fetch = EVP_MD_fetch(libctx, "SHA256", NULL)))
crypto/openssl/test/provider_status_test.c
199
EVP_MD_free(fetch);
stand/ficl/words.c
4908
dictAppendWord(dp, "@", fetch, FW_DEFAULT);
sys/dev/sound/pcm/feeder_rate.c
1512
int32_t fetch, fetched, start, cp;
sys/dev/sound/pcm/feeder_rate.c
1547
fetch = z_min(z_free(info), reqin);
sys/dev/sound/pcm/feeder_rate.c
1548
if (fetch == 0) {
sys/dev/sound/pcm/feeder_rate.c
1564
fetch = z_min(z_free(info), reqin);
sys/dev/sound/pcm/feeder_rate.c
1578
if (fetch != 0) {
sys/dev/sound/pcm/feeder_rate.c
1585
fetch * align, source), align);
sys/dev/sound/pcm/feeder_rate.c
1593
if (fetched != fetch)
usr.bin/diff/diffreg.c
1195
fetch(ixold, a, b, f1, '<', 1, *pflags);
usr.bin/diff/diffreg.c
1198
fetch(ixnew, c, d, f2, '>', 0, *pflags);
usr.bin/diff/diffreg.c
1217
nc = fetch(ixold, a, b, f1, '\0', 1, *pflags);
usr.bin/diff/diffreg.c
1228
fetch(ixnew, c, d, f2, '\0', 0, *pflags);
usr.bin/diff/diffreg.c
1232
fetch(ixold, a, b, f1, '<', 1, *pflags);
usr.bin/diff/diffreg.c
1237
fetch(ixnew, c, d, f2, diff_format == D_NORMAL ? '>' : '\0', 0, *pflags);
usr.bin/diff/diffreg.c
1567
fetch(ixold, lowa, b, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1569
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1570
fetch(ixold, a, b, f1,
usr.bin/diff/diffreg.c
1576
fetch(ixold, b + 1, upb, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1603
fetch(ixnew, lowc, d, f2, ' ', 0, flags);
usr.bin/diff/diffreg.c
1605
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
usr.bin/diff/diffreg.c
1606
fetch(ixnew, c, d, f2,
usr.bin/diff/diffreg.c
1612
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
usr.bin/diff/diffreg.c
1673
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1674
fetch(ixold, a, b, f1, '-', 0, flags);
usr.bin/diff/diffreg.c
1675
fetch(ixnew, c, d, f2, '+', 0, flags);
usr.bin/diff/diffreg.c
1678
fetch(ixold, lowa, a - 1, f1, ' ', 0, flags);
usr.bin/diff/diffreg.c
1679
fetch(ixold, a, b, f1, '-', 0, flags);
usr.bin/diff/diffreg.c
1682
fetch(ixnew, lowc, c - 1, f2, ' ', 0, flags);
usr.bin/diff/diffreg.c
1683
fetch(ixnew, c, d, f2, '+', 0, flags);
usr.bin/diff/diffreg.c
1689
fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
usr.bin/diff/diffreg.c
191
static int fetch(long *, int, int, FILE *, int, int, int);
usr.bin/diff/diffreg.c
935
nc = fetch(ixold, i0, i0, f1, '\0', 1, flags);
usr.bin/diff/diffreg.c
937
fetch(ixnew, J[i0], J[i0], f2, '\0', 0, flags);
usr.bin/fetch/fetch.c
1180
e = fetch(*argv, "-", &is_http);
usr.bin/fetch/fetch.c
1183
e = fetch(*argv, q, &is_http);
usr.bin/fetch/fetch.c
1186
e = fetch(*argv, o_filename, &is_http);
usr.bin/fetch/fetch.c
1189
e = fetch(*argv, p, &is_http);
usr.bin/systat/extern.h
178
void fetch ## name(void); \
usr.sbin/camdd/camdd.c
1050
dev->fetch = NULL;
usr.sbin/camdd/camdd.c
1632
dev->fetch = camdd_pass_fetch;
usr.sbin/camdd/camdd.c
1798
if (dev->fetch != NULL) {
usr.sbin/camdd/camdd.c
1799
retval = dev->fetch(dev);
usr.sbin/camdd/camdd.c
337
int (*fetch)(struct camdd_dev *dev);
usr.sbin/mfiutil/mfi_config.c
100
fetch:
usr.sbin/mfiutil/mfi_config.c
114
goto fetch;
usr.sbin/mfiutil/mfi_drive.c
252
fetch:
usr.sbin/mfiutil/mfi_drive.c
264
goto fetch;