Lines Matching defs:exempt
1070 * If the file is exempt from virus scanning, allow will be set
1074 * Returns: 1 exempt
1121 * and return 1 (exempt) if the indicator is '-', and 0 (not exempt)
1124 * (not exempt)
1126 * Returns 1: exempt, 0: not exempt
1131 int i, rc, exempt = 0;
1156 exempt = (vscan_svc_types[i][0] == '-');
1161 return (exempt);