Home
last modified time | relevance | path

Searched refs:str_idx (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/security/snort3/snort3-3.1.19.0/src/helpers/
H A Dsigsafe.cc88 size_t str_idx = 0; in sigsafe_vsnprintf() local
104 str[str_idx++] = format[fmt_idx]; in sigsafe_vsnprintf()
151 str[str_idx++] = '-'; in sigsafe_vsnprintf()
157 str[str_idx++] = '-'; in sigsafe_vsnprintf()
159 str[str_idx++] = number[arg_idx]; in sigsafe_vsnprintf()
166 str[str_idx++] = zpad ? '0' : ' '; in sigsafe_vsnprintf()
168 str[str_idx++] = number[arg_idx]; in sigsafe_vsnprintf()
177 str[str_idx++] = ' '; in sigsafe_vsnprintf()
186 str[str_idx++] = zpad ? '0' : ' '; in sigsafe_vsnprintf()
188 str[str_idx++] = number[arg_idx]; in sigsafe_vsnprintf()
[all …]
/dports/security/oidentd/oidentd-2.5.1/src/
H A Dcfg_scan.l49 static size_t str_idx; variable
187 str_idx = 0;
208 string_buf[str_idx++] = '\0';
209 string_buf = xrealloc(string_buf, str_idx);
245 if (str_idx >= max_slen - 1) {
250 string_buf[str_idx++] = result;
258 if (str_idx >= max_slen - 2) {
263 string_buf[str_idx++] = result;
277 if (str_idx >= max_slen - 2) {
289 if (str_idx + len >= max_slen - 1) {
[all …]
/dports/mail/libsieve/libsieve-2.3.1/src/sv_regex/
H A Dregexec.c1728 str_idx) in check_dst_limits_calc_pos() argument
1751 if (ent->str_idx > str_idx)
1804 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
1913 if (entry->str_idx > str_idx)
1937 if (entry2->str_idx > str_idx)
1982 if (entry->str_idx > str_idx)
2863 str_idx))
3862 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx;
3884 if (mctx->bkref_ents[mid].str_idx < str_idx)
3929 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx;
[all …]
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Dregexec.c1319 --str_idx;
1450 int str_idx;
1620 && (str_idx == lim->subexp_from || str_idx == lim->subexp_to))
1640 && ent->str_idx == str_idx)
1680 int str_idx;
1691 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
1776 int str_idx;
1921 int str_idx;
1959 if (entry->node != node || entry->str_idx != str_idx
2049 if (entry->node == node && entry->str_idx == str_idx)
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/deps/regex/
H A Dregexec.c165 int str_idx,
1630 --str_idx; in sift_states_backward()
2055 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2429 int str_idx) in check_subexp_matching_top() argument
2849 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2993 ++str_idx; in check_arrival()
4255 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4288 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4293 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4325 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/git-gui/git-2.34.1/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/git-p4/git-2.34.1/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/git/git-2.34.1/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/R-cran-git2r/git2r/src/libgit2/deps/regex/
H A Dregexec.c165 int str_idx,
1630 --str_idx; in sift_states_backward()
2055 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2429 int str_idx) in check_subexp_matching_top() argument
2849 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2993 ++str_idx; in check_arrival()
4255 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4288 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4293 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4325 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dregexec.c166 int str_idx,
1617 --str_idx; in sift_states_backward()
2038 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2412 int str_idx) in check_subexp_matching_top() argument
2832 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2980 ++str_idx; in check_arrival()
4219 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4252 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4257 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4289 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/git-cvs/git-2.34.1/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/git-svn/git-2.34.1/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/compat/regex/
H A Dregexec.c164 int str_idx,
1629 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2992 ++str_idx; in check_arrival()
4254 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4287 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4292 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4324 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregexec.c166 int str_idx,
1622 --str_idx; in sift_states_backward()
2043 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2417 int str_idx) in check_subexp_matching_top() argument
2837 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2981 ++str_idx; in check_arrival()
4224 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4257 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4262 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4294 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/chktex/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/comms/direwolf/direwolf-1.6/external/regex/
H A Dregexec.c180 int str_idx,
1633 --str_idx; in sift_states_backward()
2054 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2428 int str_idx) in check_subexp_matching_top() argument
2848 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2995 ++str_idx; in check_arrival()
4240 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4273 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4278 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4310 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/ctags/ctags-5.8/gnu_regex/
H A Dregexec.c166 int str_idx,
1622 --str_idx; in sift_states_backward()
2043 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2417 int str_idx) in check_subexp_matching_top() argument
2837 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2981 ++str_idx; in check_arrival()
4224 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4257 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4262 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4294 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/geany/geany-1.38/ctags/gnu_regex/
H A Dregexec.c166 int str_idx,
1626 --str_idx; in sift_states_backward()
2047 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2421 int str_idx) in check_subexp_matching_top() argument
2841 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2985 ++str_idx; in check_arrival()
4230 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4263 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4268 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4300 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/japanese/ctags/ctags-5.8j2/gnu_regex/
H A Dregexec.c166 int str_idx,
1622 --str_idx; in sift_states_backward()
2043 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2417 int str_idx) in check_subexp_matching_top() argument
2837 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2981 ++str_idx; in check_arrival()
4224 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4257 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4262 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4294 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregexec.c166 int str_idx,
1589 --str_idx; in sift_states_backward()
2010 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2384 int str_idx) in check_subexp_matching_top() argument
2804 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
2948 ++str_idx; in check_arrival()
4189 mctx->bkref_ents[mctx->nbkref_ents].str_idx = str_idx; in match_ctx_add_entry()
4222 if (mctx->bkref_ents[mid].str_idx < str_idx) in search_cur_bkref_entry()
4227 if (left < last && mctx->bkref_ents[left].str_idx == str_idx) in search_cur_bkref_entry()
4259 mctx->sub_tops[mctx->nsub_tops++]->str_idx = str_idx; in match_ctx_add_subtop()
[all …]

12345678910>>...12