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