Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h93 auto strLen = FN.length();
94 while (strLen > 0) {
101 strLen--;
/freebsd-14.2/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c501 static ossl_inline void put_digit52(uint8_t *pStr, int strLen, uint64_t digit)
505 for (; strLen > 0; strLen--) {
/freebsd-14.2/contrib/bmake/
H A Dsuff.c301 StrTrimSuffix(const char *str, size_t strLen, const char *suff, size_t suffLen) in StrTrimSuffix() argument
306 if (strLen < suffLen) in StrTrimSuffix()
309 suffInStr = str + strLen - suffLen; in StrTrimSuffix()
H A Dparse.c2154 size_t strLen = strlen(str); in StrContainsWord() local
2158 if (strLen < wordLen) in StrContainsWord()
2164 if (p > str + strLen - wordLen) in StrContainsWord()
/freebsd-14.2/contrib/expat/lib/
H A Dxmlparse.c290 int strLen; member
2765 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()
3141 tag->name.strLen = convLen; in doContent()