Searched refs:idx (Results 176 - 200 of 1130) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex_internal.h332 Idx idx; /* for BACK_REF */ member in union:__anon2833::__anon2834
434 Idx idx, int eflags)
441 #define re_string_first_byte(pstr, idx) \
442 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
443 #define re_string_is_single_byte_char(pstr, idx) \
444 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
445 || (pstr)->wcs[(idx) + 1] != WEOF))
450 #define re_string_byte_at(pstr,idx) ((pst
698 Idx idx; member in struct:re_fail_stack_ent_t
861 re_string_char_size_at(const re_string_t *pstr, Idx idx) argument
874 re_string_wchar_at(const re_string_t *pstr, Idx idx) argument
883 re_string_elem_size_at(const re_string_t *pstr, Idx idx) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd.c362 if (data != NULL && data->pid == getpid() && data->idx != -1) {
363 s = session_find_by_index(data->idx);
577 * idx if the window index is a valid number but there is no window with that
585 u_int idx; local
590 idx = strtonum(name, 0, INT_MAX, &errstr);
592 if ((wl = winlink_find_by_index(&s->windows, idx)) != NULL)
637 u_int idx; local
640 return (wl->idx);
644 idx = strtonum(name, 0, INT_MAX, &errstr);
646 return (idx);
909 int idx, ambiguous = 0; local
1029 int idx, offset = 1; local
1065 u_int idx; local
1177 cmd_template_replace(char *template, const char *s, int idx) argument
[all...]
H A Dcmd-find-window.c103 ARRAY_ADD(&list_idx, wm->idx);
133 wm->idx, "%3d: %s [%ux%u] (%u panes) %s", wm->idx, w->name,
153 cmd_find_window_callback(void *data, int idx) argument
158 if (idx == -1)
163 if (session_select(s, idx) == 0) {
H A Dxterm-keys.c120 size_t idx; local
123 idx = strcspn(template, "_");
124 if (idx >= len)
126 param = buf[idx] - '1';
/netbsd-6-1-5-RELEASE/common/lib/libc/gen/
H A Dradixtree.c402 radix_tree_lookup_ptr(struct radix_tree *t, uint64_t idx, argument
426 const uint64_t i = (idx >> shift) & mask;
495 * insert the node at idx.
509 radix_tree_insert_node(struct radix_tree *t, uint64_t idx, void *p) argument
515 vpp = radix_tree_lookup_ptr(t, idx, NULL, true, 0);
535 radix_tree_replace_node(struct radix_tree *t, uint64_t idx, void *p) argument
542 vpp = radix_tree_lookup_ptr(t, idx, NULL, false, 0);
553 * remove the node at idx.
558 radix_tree_remove_node(struct radix_tree *t, uint64_t idx) argument
565 vpp = radix_tree_lookup_ptr(t, idx,
633 radix_tree_lookup_node(struct radix_tree *t, uint64_t idx) argument
645 gang_lookup_init(struct radix_tree *t, uint64_t idx, struct radix_tree_path *path, const unsigned int tagmask) argument
798 radix_tree_gang_lookup_node(struct radix_tree *t, uint64_t idx, void **results, unsigned int maxresults) argument
815 radix_tree_gang_lookup_node_reverse(struct radix_tree *t, uint64_t idx, void **results, unsigned int maxresults) argument
832 radix_tree_gang_lookup_tagged_node(struct radix_tree *t, uint64_t idx, void **results, unsigned int maxresults, radix_tree_tagid_t tagid) argument
850 radix_tree_gang_lookup_tagged_node_reverse(struct radix_tree *t, uint64_t idx, void **results, unsigned int maxresults, radix_tree_tagid_t tagid) argument
868 radix_tree_get_tag(struct radix_tree *t, uint64_t idx, radix_tree_tagid_t tagid) argument
899 radix_tree_set_tag(struct radix_tree *t, uint64_t idx, radix_tree_tagid_t tagid) argument
933 radix_tree_clear_tag(struct radix_tree *t, uint64_t idx, radix_tree_tagid_t tagid) argument
1165 uint64_t idx; member in struct:testnode
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c774 struct descr *d, int idx, int min_free)
780 if (d[idx].timeout == 0) {
781 add_new_tcp (context, config, d, idx, min_free);
785 n = recvfrom(d[idx].s, buf, sizeof(buf), 0, NULL, NULL);
788 d[idx].addr_string, descr_type(d + idx),
789 ntohs(d[idx].port));
793 "bytes from %s to %s/%d", (unsigned long)d[idx].len,
794 d[idx].addr_string, descr_type(d + idx),
772 handle_tcp(krb5_context context, krb5_kdc_configuration *config, struct descr *d, int idx, int min_free) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_xref.c99 int idx = sk_nid_triple_find(sig_app, &tmp); local
100 if (idx >= 0)
101 rv = sk_nid_triple_value(sig_app, idx);
131 int idx = sk_nid_triple_find(sigx_app, &tmp); local
132 if (idx >= 0)
134 t = sk_nid_triple_value(sigx_app, idx);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_ext.c99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) argument
101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx);
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) argument
152 return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx);
198 void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx) argument
200 return X509V3_get_d2i(x->extensions, nid, crit, idx);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsparseset.c65 SPARSESET_ELT_TYPE idx = s->sparse[e]; local
74 if (s->iterating && idx <= iter)
76 if (idx < iter)
78 sparseset_swap (s, idx, iter);
79 idx = iter;
87 sparseset_insert_bit (s, s->dense[mem], idx);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/graphite/
H A Dgraphite.exp29 set idx [lsearch -exact $var $value]
30 set var [lreplace $var $idx $idx]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Dgraphite.exp29 set idx [lsearch -exact $var $value]
30 set var [lreplace $var $idx $idx]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Digsfbvar.h147 u_int idxport, uint8_t idx)
149 bus_space_write_1(t, h, idxport, idx);
155 u_int idxport, uint8_t idx, uint8_t val)
157 bus_space_write_1(t, h, idxport, idx);
187 uint8_t idx, uint8_t val)
189 bus_space_write_1(t, h, IGS_ATTR_IDX, idx);
146 igs_idx_read(bus_space_tag_t t, bus_space_handle_t h, u_int idxport, uint8_t idx) argument
154 igs_idx_write(bus_space_tag_t t, bus_space_handle_t h, u_int idxport, uint8_t idx, uint8_t val) argument
186 igs_attr_write(bus_space_tag_t t, bus_space_handle_t h, uint8_t idx, uint8_t val) argument
/netbsd-6-1-5-RELEASE/sys/arch/landisk/dev/
H A Dbtn_obio.c85 int idx; member in struct:__anon6132
145 int idx = btnlist[i].idx; local
146 sc->sc_bev[idx].bev_name = btnlist[i].name;
147 if (btn_event_register(&sc->sc_bev[idx]) != 0) {
194 &sc->sc_bev[btnlist[i].idx]);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dif_ef.c148 int idx; local
153 for (idx = 0; idx < MAXCARDS_PER_ISABUS; idx++) {
154 if (bus->isa_cards[idx].available == 0) {
155 bus->isa_cards[idx].iobase = iobase;
156 bus->isa_cards[idx].maddr = maddr;
157 bus->isa_cards[idx].msize = msiz;
158 bus->isa_cards[idx].irq = irq;
159 bus->isa_cards[idx]
327 int idx; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/services_mkdb/
H A Doutput_cdb.c70 uint32_t idx; local
100 if (cdbw_put_data(cdbw, data, datalen, &idx))
110 if (cdbw_put_key(cdbw, key, keylen, idx) && warndup)
115 if (cdbw_put_key(cdbw, key, keylen, idx) && warndup)
126 if (cdbw_put_key(cdbw, key, keylen, idx) && warndup)
131 if (cdbw_put_key(cdbw, key, keylen, idx) && warndup)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_fuid.h56 #define FUID_ENCODE(idx, rid) (((uint64_t)(idx) << 32) | (rid))
82 uint64_t z_domidx; /* AVL tree idx */
118 extern const char *zfs_fuid_find_by_idx(zfsvfs_t *zfsvfs, uint32_t idx);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dunique.c81 avl_index_t idx; local
88 avl_find(&unique_avl, un, &idx)) {
96 avl_insert(&unique_avl, un, idx);
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mskanji.c326 _index_t * __restrict idx, wchar_t wc)
331 _DIAGASSERT(csid != NULL && idx != NULL);
336 *idx = (_index_t)wc;
340 *idx = (_index_t)wc & 0x7F;
402 *idx = ((_index_t)row << 8) | col;
412 _csid_t csid, _index_t idx)
422 if (idx >= 0x80)
424 *wc = (wchar_t)idx;
428 if (idx >= 0x80)
430 *wc = (wchar_t)idx
324 _citrus_MSKanji_stdenc_wctocs(_MSKanjiEncodingInfo * __restrict ei, _csid_t * __restrict csid, _index_t * __restrict idx, wchar_t wc) argument
410 _citrus_MSKanji_stdenc_cstowc(_MSKanjiEncodingInfo * __restrict ei, wchar_t * __restrict wc, _csid_t csid, _index_t idx) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrspn.c41 static const size_t idx[8] = { 1, 2, 4, 8, 16, 32, 64, 128 }; local
62 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
65 if ((set[UC(*t) >> 3] & idx[UC(*t) & 7]) == 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dparisc-mont.pl118 $idx="%r20";
211 subi 0,$arrsz,$idx ; j=0
212 ldo 8($idx),$idx ; j++++
220 flddx $idx($ap),${fai} ; ap[2,3]
221 flddx $idx($np),${fni} ; np[2,3]
239 ldo 8($idx),$idx ; j++++
255 flddx $idx($ap),${fai} ; ap[j,j+1]
256 flddx $idx(
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dpcy_node.c81 int idx; local
86 idx = sk_X509_POLICY_NODE_find(nodes, &l);
87 if (idx == -1)
90 return sk_X509_POLICY_NODE_value(nodes, idx);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/
H A Dprocopen.c107 int idx = 0; local
109 while (pp_args[++idx] != (char *) NULL)
110 printf (" ARG %2d: %s\n", idx, pp_args[idx]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/
H A Dprocopen.c107 int idx = 0; local
109 while (pp_args[++idx] != (char *) NULL)
110 printf (" ARG %2d: %s\n", idx, pp_args[idx]);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dfilesys.h76 extern char *extract_colon_unit (char *string, int *idx);
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npftest/
H A Dnpfstream.c36 process_tcpip(const void *data, size_t len, FILE *fp, unsigned idx) argument
74 error = rumpns_npf_test_handlepkt(ip, len, idx, forw, result);
88 process_stream(const char *input, const char *output, unsigned idx) argument
114 process_tcpip(data, phdr->caplen, fp, idx);

Completed in 371 milliseconds

1234567891011>>