Searched refs:SIGLEN (Results 1 – 2 of 2) sorted by relevance
354 #define SIGLEN 24 macro368 Len += SIGLEN; in getCurFilenameLength()399 char LoadModuleSignature[SIGLEN]; in getCurFilename()402 S = snprintf(LoadModuleSignature, SIGLEN, "%" PRIu64 "_%d", in getCurFilename()404 if (S == -1 || S > SIGLEN) in getCurFilename()405 S = SIGLEN; in getCurFilename()
831 #define SIGLEN 24 macro846 Len += SIGLEN; in getCurFilenameLength()893 char LoadModuleSignature[SIGLEN + 1]; in getCurFilename()896 S = snprintf(LoadModuleSignature, SIGLEN + 1, "%" PRIu64 "_%d", in getCurFilename()898 if (S == -1 || S > SIGLEN) in getCurFilename()899 S = SIGLEN; in getCurFilename()