Searched refs:SPEC_SIZE (Results 1 – 1 of 1) sorted by relevance
768 const int SPEC_SIZE = sizeof(SPEC) - 1; in SpecFile() local769 const int start = l - SPEC_SIZE; in SpecFile()770 if (start >= 0 && core.compare(start, SPEC_SIZE, SPEC) == 0) { in SpecFile()