Searched refs:SIGLEN (Results 1 – 1 of 1) sorted by relevance
900 #define SIGLEN 24 macro915 Len += SIGLEN; in getCurFilenameLength()962 char LoadModuleSignature[SIGLEN + 1]; in getCurFilename()965 S = snprintf(LoadModuleSignature, SIGLEN + 1, "%" PRIu64 "_%d", in getCurFilename()967 if (S == -1 || S > SIGLEN) in getCurFilename()968 S = SIGLEN; in getCurFilename()