Home
last modified time | relevance | path

Searched refs:strLen (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h92 auto strLen = FN.length();
93 while (strLen > 0) {
100 strLen--;
/freebsd/contrib/bmake/
H A Dsuff.c291 StrTrimSuffix(const char *str, size_t strLen, const char *suff, size_t suffLen) in StrTrimSuffix() argument
296 if (strLen < suffLen) in StrTrimSuffix()
299 suffInStr = str + strLen - suffLen; in StrTrimSuffix()
H A Dparse.c2117 size_t strLen = strlen(str); in StrContainsWord() local
2121 if (strLen < wordLen) in StrContainsWord()
2127 if (p > str + strLen - wordLen) in StrContainsWord()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c12412 int strLen; in SetListFromAny() local
12443 str = Jim_GetString(objPtr, &strLen); in SetListFromAny()
12452 if (strLen) { in SetListFromAny()
12453 JimParserInit(&parser, str, strLen, linenr); in SetListFromAny()
19218 int strLen, i; in JimStringMap() local
19228 strLen = Jim_Utf8Length(interp, objPtr); in JimStringMap()
19232 while (strLen) { in JimStringMap()
19242 if (strLen >= kl && kl) { in JimStringMap()
19252 strLen -= kl; in JimStringMap()
19262 strLen--; in JimStringMap()
[all …]
/freebsd/contrib/expat/lib/
H A Dxmlparse.c287 int strLen; member
3134 size_t nameLen = sizeof(XML_Char) * (tag->name.strLen + 1);
3509 tag->name.strLen = convLen;