Home
last modified time | relevance | path

Searched refs:lenStr (Results 1 – 25 of 141) sorted by relevance

123456

/dports/devel/libestr/libestr-0.1.11/src/
H A Dstring.c126 s->lenStr = 0; in es_newStr()
140 s->lenStr = len; in es_newStrFromCStr()
155 s->lenStr = len; in es_newStrFromBuf()
195 s->lenStr = i; in es_newStrFromNumber()
222 s->lenStr = len; in es_newStrFromSubStr()
384 if(s2->lenStr > s1->lenStr) { in es_strContains()
391 max = s1->lenStr - s2->lenStr + 1; in es_strContains()
422 if(s2->lenStr > s1->lenStr) { in es_strCaseContains()
429 max = s1->lenStr - s2->lenStr + 1; in es_strCaseContains()
517 if(s->lenStr > 0) in es_str2cstr()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Ddatetime.c327 --lenStr; in ParseTIMESTAMP3339()
334 --lenStr; in ParseTIMESTAMP3339()
341 --lenStr; in ParseTIMESTAMP3339()
349 --lenStr; in ParseTIMESTAMP3339()
356 --lenStr; in ParseTIMESTAMP3339()
363 --lenStr; in ParseTIMESTAMP3339()
377 --lenStr; in ParseTIMESTAMP3339()
658 --lenStr; in ParseTIMESTAMP3164()
674 --lenStr; in ParseTIMESTAMP3164()
698 --lenStr; in ParseTIMESTAMP3164()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Dpmrfc5424.c128 int lenStr; in parseRFCStructuredData() local
135 lenStr = *pLenStr; in parseRFCStructuredData()
149 --lenStr; in parseRFCStructuredData()
152 if(lenStr < 2) { in parseRFCStructuredData()
157 lenStr--; in parseRFCStructuredData()
167 lenStr -= 2; in parseRFCStructuredData()
172 lenStr -= 1; in parseRFCStructuredData()
176 --lenStr; in parseRFCStructuredData()
181 if(lenStr > 0 && *p2parse == ' ') { in parseRFCStructuredData()
183 --lenStr; in parseRFCStructuredData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/source/win32/dtobj/
H A DTxtCnvtHlp.cxx60 sal_uInt32 lenStr, in MultiByteToWideCharEx() argument
68 int reqSize = CalcBuffSizeForTextConversion( cp_src, lpMultiByteString, lenStr ); in MultiByteToWideCharEx()
83 lenStr, in MultiByteToWideCharEx()
94 sal_uInt32 lenStr, in WideCharToMultiByteEx() argument
102 int reqSize = CalcBuffSizeForTextConversion( cp_dest, lpWideCharString, lenStr ); in WideCharToMultiByteEx()
117 lenStr, in WideCharToMultiByteEx()
H A DTxtCnvtHlp.hxx32 sal_uInt32 lenStr,
38 sal_uInt32 lenStr,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/win/dtrans/
H A DTxtCnvtHlp.cxx61 int lenStr, in MultiByteToWideCharEx() argument
69 int reqSize = CalcBuffSizeForTextConversion( cp_src, lpMultiByteString, lenStr ); in MultiByteToWideCharEx()
84 lenStr, in MultiByteToWideCharEx()
95 int lenStr, in WideCharToMultiByteEx() argument
103 int reqSize = CalcBuffSizeForTextConversion( cp_dest, lpWideCharString, lenStr ); in WideCharToMultiByteEx()
118 lenStr, in WideCharToMultiByteEx()
H A DTxtCnvtHlp.hxx31 int lenStr,
37 int lenStr,
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_io/
H A Dcharmanip.F9079 integer :: shift, lenStr local
85 lenStr = len_trim(string)
102 strPos = index(string(strPos+1:lenStr), substring)
136 integer :: lenStr local
149 lenStr = len(string)
162 if (quoteStart < lenStr) then
194 integer :: iType, tmp, lenStr local
198 lenStr = len(str)
199 qStart = lenStr + 1
209 if (qStart < lenStr) then
[all …]
H A Dtokenreader.F90427 integer :: lenStr local
438 lenStr = len(str)
454 tokEnd = lenStr
/dports/devel/libestr/libestr-0.1.11/include/
H A Dlibestr.h55 es_size_t lenStr; /**< actual length of string, member
96 return(str->lenStr); in es_strlen()
174 str->lenStr = 0; in es_emptyStr()
232 return es_strbufcmp(s1, es_getBufAddr(s2), s2->lenStr); in es_strcmp()
240 return es_strcasebufcmp(s1, es_getBufAddr(s2), s2->lenStr); in es_strcasecmp()
340 return es_addBuf(ps1, (char*) es_getBufAddr(s2), s2->lenStr); in es_addStr()
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/plugins/imp/
H A DAMC.py242 lenStr = ifile.read(4)
243 if len(lenStr) < 4:
245 lenTuple = struct.unpack('i', lenStr)
251 lenStr = ifile.read(4)
252 if len(lenStr) < 4:
254 lenTuple = struct.unpack('i', lenStr)
277 lenStr = ifile.read(4)
278 if len(lenStr) < 4:
280 lenTuple = struct.unpack('i', lenStr)
/dports/misc/fq/fq-0.0.2/format/flac/
H A Dflac_picture.go48 lenStr := func(name string) string { //nolint:unparam
53 lenStr("mime")
54 lenStr("description")
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/ImageManager/
H A DVideoLengthExtractor.cpp66 const QString lenStr = list[0].trimmed(); in processEnded() local
69 const double length = lenStr.toDouble(&ok); in processEnded()
71 …og) << STR("Unable to convert string \"%1\"to double (for file %2)").arg(lenStr).arg(m_fileName.ab… in processEnded()
/dports/security/gopass/gopass-1.13.0/internal/action/pwgen/
H A Dpwgen.go21 if lenStr := c.Args().Get(0); lenStr != "" {
22 i, err := strconv.Atoi(lenStr)
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/workben/win/dnd/
H A Dtransferable.cxx59 sal_Int32 lenStr = aStr.getLength( ); in getTransferData() local
61 for ( sal_Int32 i = 0; i < lenStr; ++i ) in getTransferData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dtrans/test/win32/dnd/
H A Dtransferable.cxx59 sal_Int32 lenStr = aStr.getLength( ); in getTransferData() local
61 for ( sal_Int32 i = 0; i < lenStr; ++i ) in getTransferData()
/dports/devel/splint/splint-3.1.2/test/db3/
H A Demployee.lcl23 /\ lenStr(s') = employeePrintSize;
41 /* ensures result = lenStr(na^) < maxEmployeeName
/dports/devel/splint/splint-3.1.2/test/db1/
H A Demployee.lcl23 /\ lenStr(s') = employeePrintSize;
41 /* ensures result = lenStr(na^) < maxEmployeeName
/dports/devel/splint/splint-3.1.2/test/db2/
H A Demployee.lcl23 /\ lenStr(s') = employeePrintSize;
41 /* ensures result = lenStr(na^) < maxEmployeeName
/dports/math/scilab/scilab-6.1.1/scilab/modules/fftw/sci_gateway/c/
H A Dsci_get_fftw_wisdom.c57 int lenStr = (int)strlen(Str); in sci_get_fftw_wisdom() local
58 for (i = 0; i < lenStr; i++) in sci_get_fftw_wisdom()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dmetaserver.cpp223 CString lenStr, data, ret; in httpReadBodyChunked() local
229 lenStr = readLine(); in httpReadBodyChunked()
230 if(lenStr == "") in httpReadBodyChunked()
238 dataLength = strtol(lenStr.c_str(), NULL, 16); in httpReadBodyChunked()
/dports/sysutils/p5-BackupPC-XS/BackupPC-XS-0.62/
H A Dbpc_lib.c193 char lenStr[256]; in bpc_digest_buffer2MD5_v3() local
197 sprintf(lenStr, "%llu", (long long unsigned int)bufferLen); in bpc_digest_buffer2MD5_v3()
198 md5_update(&md5, (uchar*)lenStr, strlen(lenStr)); in bpc_digest_buffer2MD5_v3()
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/src/cpp/
H A DexpandPathVariable.cpp64 int lenStr = (int)wcslen(wcstr); in expandPathVariableW() local
82 if (lenStr > lenAlias) in expandPathVariableW()
/dports/lang/voc/voc-63008f6/src/library/ooc/
H A DoocOakStrings.Mod93 lenStr, i: INTEGER;
95 lenStr := Length (s);
96 IF (pos+n < lenStr) THEN
97 FOR i := pos TO lenStr-n DO
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dutils.c537 const size_t lenStr = strlen(str); in StrEndsWith() local
539 if (lenSuffix > lenStr) in StrEndsWith()
543 return strncmp(str + lenStr - lenSuffix, suffix, lenSuffix) == 0; in StrEndsWith()

123456