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/crypto/openssl/crypto/bn/
H A Drsaz_exp_x2.c505 static ossl_inline void put_digit52(uint8_t *pStr, int strLen, uint64_t digit)
509 for (; strLen > 0; 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.c2102 size_t strLen = strlen(str); in StrContainsWord() local
2106 if (strLen < wordLen) in StrContainsWord()
2112 if (p > str + strLen - wordLen) in StrContainsWord()
/freebsd/contrib/expat/lib/
H A Dxmlparse.c290 int strLen;
2659 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()
3029 tag->name.strLen = convLen; in doContent()
289 int strLen; global() member