Home
last modified time | relevance | path

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

/dragonfly/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.c2086 size_t strLen = strlen(str); in StrContainsWord() local
2090 if (strLen < wordLen) in StrContainsWord()
2096 if (p > str + strLen - wordLen) in StrContainsWord()
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c267 int strLen; member
2574 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1); in storeRawNames()
2944 tag->name.strLen = convLen; in doContent()