Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_BasicEm/
DContext.c147 uint32 ofsL = ( lenL + 1 > bbs_ERROR_MAX_FILE_CHARS ) ? lenL + 1 - bbs_ERROR_MAX_FILE_CHARS : 0; in bbs_Error_create() local
148 bbs_strcpy( errorL.fileE, fileA + ofsL ); in bbs_Error_create()