Searched refs:nScopeLen (Results 1 – 1 of 1) sorted by relevance
368 unsigned nScopeLen = sBreak - pResult; in GetTextTill() local369 strncpy ( sScope, pResult, nScopeLen ); // STRNCPY SAFE HERE in GetTextTill()370 sScope[nScopeLen] = '\0'; in GetTextTill()
Completed in 13 milliseconds