Home | History | Annotate | Download | only in test

Lines Matching refs:NormalExitStatus

229 static int NormalExitStatus(int exit_code) {
257 const int status0 = NormalExitStatus(0);
258 const int status1 = NormalExitStatus(1);
259 const int status42 = NormalExitStatus(42);