Searched refs:cursor (Results 51 - 75 of 157) sorted by relevance

1234567

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dfcache.c711 krb5_cc_cursor *cursor);
716 krb5_cc_cursor *cursor)
724 *cursor = malloc(sizeof(struct fcc_cursor));
725 if (*cursor == NULL) {
729 memset(*cursor, 0, sizeof(struct fcc_cursor));
731 ret = init_fcc (context, id, &FCC_CURSOR(*cursor)->sp,
732 &FCC_CURSOR(*cursor)->fd, NULL);
734 free(*cursor);
735 *cursor = NULL;
738 ret = krb5_ret_principal (FCC_CURSOR(*cursor)
714 fcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
750 fcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
775 fcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
888 fcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
903 fcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
946 fcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dmcache.c282 krb5_cc_cursor *cursor)
289 *cursor = m->creds;
296 krb5_cc_cursor *cursor,
305 l = *cursor;
307 *cursor = l->next;
318 krb5_cc_cursor *cursor)
356 mcc_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
373 *cursor = iter;
378 mcc_get_cache_next(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
380 struct mcache_iter *iter = cursor;
280 mcc_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
294 mcc_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
316 mcc_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
405 mcc_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
H A Dkeytab_file.c445 krb5_kt_cursor *cursor,
457 pos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
459 ret = krb5_ret_int32(cursor->sp, &len);
463 pos = krb5_storage_seek(cursor->sp, -len, SEEK_CUR);
466 ret = krb5_kt_ret_principal (context, d, cursor->sp, &entry->principal);
469 ret = krb5_ret_uint32(cursor->sp, &utmp32);
473 ret = krb5_ret_int8(cursor->sp, &tmp8);
477 ret = krb5_kt_ret_keyblock (context, d, cursor->sp, &entry->keyblock);
483 curpos = krb5_storage_seek(cursor->sp, 0, SEEK_CUR);
485 ret = krb5_ret_int32(cursor
442 fkt_next_entry_int(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor, off_t *start, off_t *end) argument
507 fkt_next_entry(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
516 fkt_end_seq_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
732 krb5_kt_cursor cursor; local
[all...]
H A Dkcm.c531 krb5_cc_cursor *cursor)
599 *cursor = c;
615 krb5_cc_cursor *cursor,
620 krb5_kcm_cursor c = KCMCURSOR(*cursor);
677 krb5_cc_cursor *cursor)
679 krb5_kcm_cursor c = KCMCURSOR(*cursor);
684 *cursor = NULL;
780 kcm_get_cache_first(krb5_context context, krb5_cc_cursor *cursor) argument
787 *cursor = NULL;
841 *cursor
529 kcm_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
613 kcm_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
675 kcm_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
852 kcm_get_cache_next(krb5_context context, krb5_cc_cursor cursor, const krb5_cc_ops *ops, krb5_ccache *id) argument
902 kcm_get_cache_next_kcm(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
912 kcm_get_cache_next_api(krb5_context context, krb5_cc_cursor cursor, krb5_ccache *id) argument
919 kcm_end_cache_get(krb5_context context, krb5_cc_cursor cursor) argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read.c278 if (self->archive->client.cursor == iindex)
281 self->archive->client.cursor = iindex;
282 data2 = self->archive->client.dataset[self->archive->client.cursor].data;
673 a->data_start_node = a->client.cursor;
1401 if (filter->archive->client.cursor !=
1404 filter->archive->client.cursor + 1)
1590 if (filter->archive->client.cursor !=
1593 filter->archive->client.cursor + 1)
1633 unsigned int cursor; local
1647 cursor
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c62 static DBC *cursor; variable
72 cursor = NULL;
116 if(cursor == NULL)
117 db->cursor(db, NULL, &cursor, 0);
118 if(cursor->c_get(cursor, &key, &value, flags) != 0) {
/freebsd-current/contrib/sendmail/praliases/
H A Dpraliases.c247 SMDB_CURSOR *cursor = NULL; local
323 result = database->smdb_cursor(database, &cursor, 0);
327 "praliases: %s: set cursor: %s\n", db_name,
332 while ((result = cursor->smdbc_get(cursor, &db_key, &db_value,
358 "praliases: %s: get value at cursor: %s\n",
394 if (cursor != NULL)
395 (void) cursor->smdbc_close(cursor);
/freebsd-current/sys/contrib/ncsw/Peripherals/QM/
H A Dqman_private.h142 struct qm_eqcr_entry *ring, *cursor; member in struct:qm_eqcr
154 struct qm_dqrr_entry *ring, *cursor; member in struct:qm_dqrr
168 struct qm_mr_entry *ring, *cursor; member in struct:qm_mr
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp185 const char *cursor = types; local
200 switch (*cursor) {
203 type = cursor;
223 switch (*cursor) {
225 ++cursor;
240 m_type_vector.push_back(std::string(type, (cursor - type)));
247 ++cursor;
254 ++cursor;
264 ++cursor;
272 switch (*cursor) {
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c166 /* Increment the 'cursor' ring pointer, taking 'vbit' into account */
172 struct bm_rcr_entry *partial = rcr->cursor + 1;
173 rcr->cursor = RCR_CARRYCLEAR(partial);
174 if (partial != rcr->cursor)
189 rcr->cursor = rcr->ring + pi;
211 if (pi != RCR_PTR2IDX(rcr->cursor))
215 if (rcr->ci != RCR_PTR2IDX(rcr->cursor))
228 dcbz_64(rcr->cursor);
229 return rcr->cursor;
250 rcr->cursor
[all...]
/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.cc151 while ((cursor < size) && (buffer[cursor] != c))
153 cursor++;
187 if ((c == '#') && ((cursor == 0) || last_nl))
321 if (len > size - cursor)
334 cursor += len;
351 outInt = strtoull(&buffer[cursor], &end, 0);
352 if (end == &buffer[cursor] ||
358 cursor = end - buffer;
800 cursor
[all...]
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c286 struct ck_ht_entry *bucket, *cursor; local
314 cursor = bucket + ((j + offset) & (CK_HT_BUCKET_LENGTH - 1));
321 if (cursor->key == CK_HT_KEY_TOMBSTONE) {
323 first = cursor;
330 if (cursor->key == CK_HT_KEY_EMPTY)
333 if (cursor->key == (uintptr_t)key)
343 k = ck_ht_entry_key_length(cursor);
348 if ((cursor->value >> CK_MD_VMA_BITS) != ((h.value >> 32) & CK_HT_KEY_MASK))
351 if (cursor->hash != h.value)
355 pointer = ck_ht_entry_key(cursor);
500 struct ck_ht_entry *bucket, *cursor; local
709 struct ck_ht_entry *cursor = bucket + ((j + offset) & (CK_HT_BUCKET_LENGTH - 1)); local
[all...]
/freebsd-current/crypto/heimdal/admin/
H A Dlist.c45 krb5_kt_cursor cursor; local
71 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
91 while(krb5_kt_next_entry(context, keytab, &entry, &cursor) == 0){
144 ret = krb5_kt_end_seq_get(context, keytab, &cursor);
/freebsd-current/crypto/heimdal/kuser/
H A Dkswitch.c70 krb5_cc_cache_cursor cursor; local
84 ret = krb5_cc_cache_get_first(kcc_context, NULL, &cursor);
88 while (krb5_cc_cache_next(kcc_context, cursor, &id) == 0) {
110 krb5_cc_cache_end_seq_get(kcc_context, cursor);
H A Dklist.c236 krb5_cc_cursor cursor; local
289 ret = krb5_cc_start_seq_get (context, ccache, &cursor);
304 &cursor,
317 ret = krb5_cc_end_seq_get (context, ccache, &cursor);
490 krb5_cc_cache_cursor cursor; local
502 ret = krb5_cc_cache_get_first (context, NULL, &cursor);
516 while (krb5_cc_cache_next (context, cursor, &id) == 0) {
558 krb5_cc_cache_end_seq_get(context, cursor);
594 krb5_cc_cache_cursor cursor; local
596 ret = krb5_cc_cache_get_first(kcc_context, NULL, &cursor);
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DELFAttributeParser.h35 DataExtractor::Cursor cursor{0};
50 virtual ~ELFAttributeParser() { static_cast<void>(!cursor.takeError()); }
/freebsd-current/contrib/libedit/TEST/
H A Dtc1.c100 for (ptr = lf->cursor - 1;
103 len = lf->cursor - ++ptr;
186 (li->cursor - li->buffer), li->buffer,
187 (li->lastchar - 1 - li->cursor),
188 (li->cursor >= li->lastchar) ? "" : li->cursor);
H A Dwtc1.c69 for (ptr = lf->cursor -1; !iswspace(*ptr) && ptr > lf->buffer; --ptr)
71 len = lf->cursor - ++ptr;
167 (li->cursor - li->buffer), li->buffer,
168 (li->lastchar - 1 - li->cursor),
169 (li->cursor >= li->lastchar) ? L"" : li->cursor);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dks_keychain.c377 void *cursor; member in struct:iter
383 hx509_certs certs, void *data, void **cursor)
435 ret = hx509_certs_start_seq(context, iter->certs, &iter->cursor);
456 *cursor = iter;
466 hx509_certs certs, void *data, void *cursor, hx509_cert *cert)
473 struct iter *iter = cursor;
479 return hx509_certs_next_cert(context, iter->certs, iter->cursor, cert);
559 void *cursor)
561 struct iter *iter = cursor;
564 hx509_certs_end_seq(context, iter->certs, iter->cursor);
382 keychain_iter_start(hx509_context context, hx509_certs certs, void *data, void **cursor) argument
465 keychain_iter(hx509_context context, hx509_certs certs, void *data, void *cursor, hx509_cert *cert) argument
556 keychain_iter_end(hx509_context context, hx509_certs certs, void *data, void *cursor) argument
[all...]
H A Dcollector.c206 hx509_cursor cursor; local
216 ret = hx509_certs_start_seq(context, certs, &cursor);
222 ret = hx509_certs_next_cert(context, certs, cursor, &c);
242 hx509_certs_end_seq(context, certs, cursor);
/freebsd-current/sbin/dhclient/
H A Doptions.c217 unsigned char *domain_search, *cursor; local
245 cursor = domain_search;
247 expand_search_domain_name(option, &offset, &cursor);
248 cursor[0] = ' ';
249 cursor++;
319 /* Move cursor. */
334 unsigned char *cursor; local
342 cursor = *domain_search;
351 *domain_search = cursor;
358 expand_search_domain_name(option, &pointer, &cursor);
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp232 const char *current_line, const char *cursor, const char *last_char,
234 LLDB_INSTRUMENT_VA(this, current_line, cursor, last_char, match_start_point,
239 current_line, cursor, last_char, match_start_point, max_return_elements,
244 const char *current_line, const char *cursor, const char *last_char,
247 LLDB_INSTRUMENT_VA(this, current_line, cursor, last_char, match_start_point,
250 // Sanity check the arguments that are passed in: cursor & last_char have to
252 if (current_line == nullptr || cursor == nullptr || last_char == nullptr)
255 if (cursor < current_line || last_char < current_line)
259 if (cursor - current_line > static_cast<ptrdiff_t>(current_line_size) ||
268 CompletionRequest request(current_line, cursor
231 HandleCompletion( const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, SBStringList &matches) argument
243 HandleCompletionWithDescriptions( const char *current_line, const char *cursor, const char *last_char, int match_start_point, int max_return_elements, SBStringList &matches, SBStringList &descriptions) argument
316 const char *cursor = current_line + cursor_pos; local
331 const char *cursor = current_line + cursor_pos; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c199 int cursor = SP_PARM->_cursor; local
200 if (vis == cursor) {
201 code = cursor;
226 code = (cursor == -1 ? 1 : cursor);
328 * to emit different escape sequences for cursor and keypad keys. If we don't
/freebsd-current/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h175 * Describes the exception specification of a cursor.
177 * A negative value indicates that the cursor is not a function declaration.
181 * The cursor has no exception specification.
186 * The cursor has exception specification throw()
191 * The cursor has exception specification throw(T1, T2)
196 * The cursor has exception specification throw(...).
201 * The cursor has exception specification basic noexcept.
206 * The cursor has exception specification computed noexcept.
226 * The cursor has a __declspec(nothrow) exception specification.
1184 * Describes the kind of entity that a cursor refer
3879 typedef enum CXChildVisitResult (^CXCursorVisitorBlock)(CXCursor cursor, variable
6055 CXCursor cursor; member in struct:__anon180
6065 CXCursor cursor; member in struct:__anon181
6071 CXCursor cursor; member in struct:__anon182
6085 CXCursor cursor; member in struct:__anon185
6122 CXCursor cursor; member in struct:__anon188
6128 CXCursor cursor; member in struct:__anon189
6208 CXCursor cursor; member in struct:__anon197
[all...]
/freebsd-current/contrib/libedit/
H A Dhist.c115 el->el_line.cursor = el->el_line.buffer;
118 el->el_line.cursor = el->el_line.lastchar;
150 el->el_line.cursor = el->el_line.buffer;
153 el->el_line.cursor = el->el_line.lastchar;

Completed in 162 milliseconds

1234567