Home
last modified time | relevance | path

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

/dports/security/clamav/clamav-0.104.2/sigtool/
H A Dsigtool.c3082 long ftmsigtype; in decodesig() local
3084 ftmsigtype = strtol(tokens[0], &end, 10); in decodesig()
3085 if (end == tokens[0] + 1 && (ftmsigtype == 0 || ftmsigtype == 1 || ftmsigtype == 4)) in decodesig()
/dports/security/clamav-lts/clamav-0.103.5/sigtool/
H A Dsigtool.c3069 long ftmsigtype; in decodesig() local
3071 ftmsigtype = strtol(tokens[0], &end, 10); in decodesig()
3072 if (end == tokens[0] + 1 && (ftmsigtype == 0 || ftmsigtype == 1 || ftmsigtype == 4)) in decodesig()