Searched refs:exception_prefix (Results 1 – 1 of 1) sorted by relevance
519 static const char *exception_prefix = "EXC_"; in ExceptionMask() local520 static const int prefix_len = strlen(exception_prefix); in ExceptionMask()523 if (strstr(name, exception_prefix) != name) in ExceptionMask()