Searched refs:e1 (Results 1 – 2 of 2) sorted by relevance
358 int e1 = sigaction(SIGSEGV, &action, &oldsegvaction); in Action() local360 if (e1 != 0 || e2 != 0) { in Action()
427 int e1 = stat(profile_file.c_str(), &profstat); in CopyProfileFile() local431 if (e1 < 0) { in CopyProfileFile()