Searched refs:lenL (Results 1 – 2 of 2) sorted by relevance
268 uint16 iL = 0, lenL = bbs_strlen( strA ); in bbs_atoi() local270 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()276 while( iL < lenL && strA[ iL ] == ' ' ) iL++; in bbs_atoi()277 while( iL < lenL && strA[ iL ] >= '0' && strA[ iL ] <= '9' ) in bbs_atoi()
146 uint32 lenL = bbs_strlen( fileA ); in bbs_Error_create() local147 uint32 ofsL = ( lenL + 1 > bbs_ERROR_MAX_FILE_CHARS ) ? lenL + 1 - bbs_ERROR_MAX_FILE_CHARS : 0; in bbs_Error_create()