Home
last modified time | relevance | path

Searched refs:strindex (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dstrindex.tst11 // unit tests strindex
21 [pos,which]=strindex('abc',',');
27 [pos,which]=strindex('','a');
36 [pos,which]=strindex(str,s);
40 k=strindex('SCI/demos/scicos','/');
44 k=strindex('SCI/demos/scicos','SCI/');
48 k=strindex('SCI/demos/scicos','!');
52 k=strindex('aaaaa','aa');
81 [r1,r2] = strindex(a,['\',':']);
565 [r,w] = strindex(str,'/界您/','r');
[all …]
H A Dstrindex.dia.ref9 // unit tests strindex
19 [pos,which]=strindex('abc',',');
25 [pos,which]=strindex('','a');
34 [pos,which]=strindex(str,s);
38 k=strindex('SCI/demos/scicos','/');
42 k=strindex('SCI/demos/scicos','SCI/');
46 k=strindex('SCI/demos/scicos','!');
50 k=strindex('aaaaa','aa');
79 [r1,r2] = strindex(a,['\',':']);
558 [r,w] = strindex(str,'/界您/','r');
[all …]
H A Dstrindex_pcre76.tst11 // unit tests strindex
19 if execstr("strindex(''a'' ,''/(?(1)a|b)/'',''r'')","errcatch") <> 999 then pause,end
20 if execstr("strindex(''a'',''/(?(?{0})a|b)/'',''r'')","errcatch") <> 999 then pause,end
21 if execstr("strindex(''a'',''/(?(?{1})b|a)/'',''r'')","errcatch") <> 999 then pause,end
22 if execstr("strindex(''a'',''/(?(1)b|a)/'',''r'')","errcatch") <> 999 then pause,end
H A Dstrindex_pcre76.dia.ref9 // unit tests strindex
17 if execstr("strindex(''a'' ,''/(?(1)a|b)/'',''r'')","errcatch") <> 999 then bugmes();quit;end
18 if execstr("strindex(''a'',''/(?(?{0})a|b)/'',''r'')","errcatch") <> 999 then bugmes();quit;end
19 if execstr("strindex(''a'',''/(?(?{1})b|a)/'',''r'')","errcatch") <> 999 then bugmes();quit;end
20 if execstr("strindex(''a'',''/(?(1)b|a)/'',''r'')","errcatch") <> 999 then bugmes();quit;end
/dports/devel/poxml/poxml-21.12.3/
H A Dparser.cpp305 strindex = msg.msgid.indexOf(QLatin1Char('>'), strindex); in formatMessage()
318 strindex = msg.msgid.lastIndexOf(QLatin1Char('<'), strindex); in formatMessage()
335 strindex++; in formatMessage()
435 strindex++; in splitMessage()
741 strindex = contents.indexOf(start, strindex); in cleanupTags()
744 strindex = contents.indexOf(QLatin1Char('>'), strindex); in cleanupTags()
747 QString part = contents.mid(strindex, endindex - strindex); in cleanupTags()
751 strindex = strindex + newpart.length(); in cleanupTags()
812 int strindex = 0; in removeEmptyTag() local
814 strindex = contents.indexOf(empty, strindex); in removeEmptyTag()
[all …]
/dports/security/duo/duo_unix-1.11.4/lib/
H A Durlenc.c42 size_t strindex=0; in urlenc_encode() local
71 ns[strindex++] = in; in urlenc_encode()
83 snprintf(&ns[strindex], 4, "%%%02X", in); in urlenc_encode()
84 strindex += 3; in urlenc_encode()
89 ns[strindex] = 0; in urlenc_encode()
96 size_t alloc, strindex=0; in urlenc_decode() local
120 ns[strindex++] = in; in urlenc_decode()
123 ns[strindex] = 0; in urlenc_decode()
124 if (olen) *olen = strindex; in urlenc_decode()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Descape.c90 int strindex=0; in curl_easy_escape() local
103 ns[strindex++]=in; in curl_easy_escape()
126 snprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
128 strindex+=3; in curl_easy_escape()
132 ns[strindex]=0; /* terminate it */ in curl_easy_escape()
148 int strindex=0; in curl_easy_unescape() local
178 ns[strindex++] = in; in curl_easy_unescape()
181 ns[strindex]=0; /* terminate it */ in curl_easy_unescape()
185 *olen = strindex; in curl_easy_unescape()
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Descape.c88 int strindex=0; in curl_easy_escape() local
105 ns[strindex++]=in; in curl_easy_escape()
131 snprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
133 strindex+=3; in curl_easy_escape()
137 ns[strindex]=0; /* terminate it */ in curl_easy_escape()
153 int strindex=0; in curl_easy_unescape() local
191 ns[strindex++] = in; in curl_easy_unescape()
194 ns[strindex]=0; /* terminate it */ in curl_easy_unescape()
198 *olen = strindex; in curl_easy_unescape()
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dvastsubs.c255 if (strindex > nsubs*MAX_SUBNAME) in LoadSubsetTable()
270 SubsetList[i] = strindex; in LoadSubsetTable()
275 SubsetArray[strindex + len++] = ch; in LoadSubsetTable()
278 strindex += len; in LoadSubsetTable()
288 DomIdArray[strindex] = domid[0]; in LoadSubsetTable()
289 DomIdArray[strindex + 1] = domid[1]; in LoadSubsetTable()
290 DomIdArray[strindex + 2] = domid[2]; in LoadSubsetTable()
291 DomIdArray[strindex + 3] = domid[3]; in LoadSubsetTable()
292 DomIdArray[strindex + 4] = domid[5]; in LoadSubsetTable()
293 DomIdArray[strindex + 5] = domid[7]; in LoadSubsetTable()
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Descape.c66 int strindex=0; in uri_escape() local
79 ns[strindex++]=in; in uri_escape()
96 snprintf(&ns[strindex], 4, "%%%02X", in); in uri_escape()
98 strindex+=3; in uri_escape()
102 ns[strindex]=0; /* terminate it */ in uri_escape()
132 int strindex=0; in uri_unescape() local
166 ns[strindex++] = in; in uri_unescape()
169 ns[strindex]=0; /* terminate it */ in uri_unescape()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Descape.c86 size_t strindex = 0; in curl_easy_escape() local
106 ns[strindex++] = in; in curl_easy_escape()
125 msnprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
127 strindex += 3; in curl_easy_escape()
131 ns[strindex] = 0; /* terminate it */ in curl_easy_escape()
154 size_t strindex = 0; in Curl_urldecode() local
194 ns[strindex++] = in; in Curl_urldecode()
197 ns[strindex] = 0; /* terminate it */ in Curl_urldecode()
201 *olen = strindex; in Curl_urldecode()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Descape.c85 size_t strindex=0; in curl_easy_escape() local
99 ns[strindex++]=in; in curl_easy_escape()
122 snprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
124 strindex+=3; in curl_easy_escape()
128 ns[strindex]=0; /* terminate it */ in curl_easy_escape()
150 size_t strindex=0; in Curl_urldecode() local
188 ns[strindex++] = in; in Curl_urldecode()
191 ns[strindex]=0; /* terminate it */ in Curl_urldecode()
195 *olen = strindex; in Curl_urldecode()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Descape.c86 size_t strindex = 0; in curl_easy_escape() local
106 ns[strindex++] = in; in curl_easy_escape()
125 msnprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
127 strindex += 3; in curl_easy_escape()
131 ns[strindex] = 0; /* terminate it */ in curl_easy_escape()
154 size_t strindex = 0; in Curl_urldecode() local
194 ns[strindex++] = in; in Curl_urldecode()
197 ns[strindex] = 0; /* terminate it */ in Curl_urldecode()
201 *olen = strindex; in Curl_urldecode()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Descape.c87 size_t strindex=0; in curl_easy_escape() local
107 ns[strindex++]=in; in curl_easy_escape()
128 snprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
130 strindex+=3; in curl_easy_escape()
134 ns[strindex]=0; /* terminate it */ in curl_easy_escape()
156 size_t strindex=0; in Curl_urldecode() local
194 ns[strindex++] = in; in Curl_urldecode()
197 ns[strindex]=0; /* terminate it */ in Curl_urldecode()
201 *olen = strindex; in Curl_urldecode()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Descape.c87 size_t strindex=0; in curl_easy_escape() local
107 ns[strindex++]=in; in curl_easy_escape()
128 snprintf(&ns[strindex], 4, "%%%02X", in); in curl_easy_escape()
130 strindex+=3; in curl_easy_escape()
134 ns[strindex]=0; /* terminate it */ in curl_easy_escape()
156 size_t strindex=0; in Curl_urldecode() local
194 ns[strindex++] = in; in Curl_urldecode()
197 ns[strindex]=0; /* terminate it */ in Curl_urldecode()
201 *olen = strindex; in Curl_urldecode()
/dports/games/scid/scid/scripts/
H A Dspf2spi.tcl15 set strindex [string first "\ " $data]
16 set data [string replace $data $strindex $strindex]
17 set strindex [string first "\ " $data]
18 set data [string replace $data $strindex $strindex]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/artwork/
H A Descape.c66 int strindex=0; in uri_escape() local
79 ns[strindex++]=in; in uri_escape()
96 snprintf(&ns[strindex], 4, "%%%02X", in); in uri_escape()
98 strindex+=3; in uri_escape()
102 ns[strindex]=0; /* terminate it */ in uri_escape()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/PDE/
H A Dlecture_xml.sci34 ind=strindex(txt_xml,"<Node");
39 balise_fin=strindex(txt_xml,"$");
42 ind_str=strindex(node_attr,"'"");
63 if (strindex(node_attr,"/>") ==[]) then
71 if (strindex(node_attr,"/>") ==[]) then
81 if strindex(suite,"<Node")~=[] then
96 ind_dollar=strindex(txt_xml,"$");
106 if (strindex(ligne,"/>")==[]) then
108 if ~(strindex(ligne,"</Node>$")==[]) then
138 ind_dollar=strindex(txt_xml,"$");
[all …]
/dports/news/nzbget/nzbget-21.1/daemon/main/
H A Dnzbget.h407 #define PRINTF_SYNTAX(strindex) __attribute__ ((format (printf, strindex, strindex+1))) argument
408 #define SCANF_SYNTAX(strindex) __attribute__ ((format (scanf, strindex, strindex+1))) argument
410 #define PRINTF_SYNTAX(strindex) argument
411 #define SCANF_SYNTAX(strindex) argument
/dports/textproc/asm2html/asm2html-1.7/src/
H A Dasm2html.c73 int c, oc, strindex = 0, quotesfound = 0, comment = 0; in asm2html() local
94 string[strindex] = c; in asm2html()
95 strindex++; in asm2html()
97 string[strindex] = '\0'; in asm2html()
100 if (strindex) in asm2html()
106 strindex = 0; in asm2html()
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/src/
H A DastTypemap.c284 int strindex = 0; in ReportPerlError() local
298 while (strindex < lengthat ) { in ReportPerlError()
300 if (strindex + length >= lengthat ) { in ReportPerlError()
301 length = lengthat - strindex; in ReportPerlError()
303 Copy(dollarat+strindex,errbuff,length,char); in ReportPerlError()
310 strindex += length; in ReportPerlError()
/dports/devel/icu-lx/icu/source/test/perf/collationperf/
H A Dcollperf.cpp896 int strindex = 0; in doForwardIterTest() local
898 while (strindex < strlen) { in doForwardIterTest()
904 strindex += len; in doForwardIterTest()
926 strindex = 0; in doForwardIterTest()
935 strindex += 10; in doForwardIterTest()
955 strindex = 0; in doForwardIterTest()
961 strindex += 10; in doForwardIterTest()
1060 int strindex = 0; in doBackwardIterTest() local
1068 strindex += len; in doBackwardIterTest()
1089 strindex = 5; in doBackwardIterTest()
[all …]
/dports/devel/icu/icu/source/test/perf/collationperf/
H A Dcollperf.cpp896 int strindex = 0; in doForwardIterTest() local
898 while (strindex < strlen) { in doForwardIterTest()
904 strindex += len; in doForwardIterTest()
926 strindex = 0; in doForwardIterTest()
935 strindex += 10; in doForwardIterTest()
955 strindex = 0; in doForwardIterTest()
961 strindex += 10; in doForwardIterTest()
1060 int strindex = 0; in doBackwardIterTest() local
1068 strindex += len; in doBackwardIterTest()
1089 strindex = 5; in doBackwardIterTest()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/spreadsheet/src/c/
H A Dxls.c843 strindex += bytesRead; in getString()
877 strindex += l1; in getString()
892 (*str)[strindex + 1] = '\0'; in getString()
893 strindex += 2; in getString()
903 strindex = 0; in getString()
911 (*str)[strindex] = str1[j]; in getString()
913 strindex += 2; in getString()
926 strindex += l1; in getString()
955 strindex = 0; in getString()
958 (*str)[strindex] = (*str)[j]; in getString()
[all …]
/dports/devel/elfsh/elfsh-0.51b3/libelfsh/
H A Dstab.c23 str = (char *) file->secthash[ELFSH_SECTION_STABSTR]->data + s->strindex; in elfsh_get_stab_name()
35 u_int strindex; in elfsh_get_stab() local
50 &index, &strindex, &nbr); in elfsh_get_stab()
60 sect = elfsh_get_section_by_index(file, strindex, NULL, NULL); in elfsh_get_stab()

12345678910>>...24