Home | History | Annotate | Download | only in test

Lines Matching refs:NormalExitStatus

231 static int NormalExitStatus(int exit_code) {
259 const int status0 = NormalExitStatus(0);
260 const int status1 = NormalExitStatus(1);
261 const int status42 = NormalExitStatus(42);