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

/external/srec/portable/src/
H A Dpmemory.c470 const size_t TAG_PREFIX_SIZE = LSTRLEN(TAG_PREFIX); local
471 const size_t countToCopy = (TAG_SIZE - 1) - TAG_PREFIX_SIZE;
516 LSTRCPY(truncatedTag + TAG_PREFIX_SIZE, e->tag + (len - countToCopy));

Completed in 83 milliseconds