Searched refs:intStrLen (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.c1716 u_int8_t *intStrPtr, intStrNdx, intStrLen; local
1726 intStrLen = *intStr;
1728 if( intStrLen == 0 )
1732 if (isVarString && (intStrLen == 1) && *intStrPtr == ' ')
1742 if (intStrNdx > intStrLen)
1746 while ((intStrNdx++ <= intStrLen) && (*intStrPtr >= '0') && (*intStrPtr <= '9'))

Completed in 110 milliseconds