Searched refs:privateLen (Results 1 – 1 of 1) sorted by relevance
480 static const int privateLen = 9; in RemovePrivacyFmt() local490 …} else if (pos + 1 + privateLen < fmtLen && strncmp(fmtStr + pos + 1, privateStr, privateLen) == 0… in RemovePrivacyFmt()491 pos += privateLen; in RemovePrivacyFmt()