Lines Matching refs:exit
2381 goto exit;
2385 goto exit;
2389 goto exit;
2393 goto exit;
2402 exit:
4062 goto exit;
4072 goto exit;
4080 goto exit;
4083 goto exit;
4115 goto exit;
4119 exit:
4194 goto exit;
4197 goto exit;
4210 goto exit;
4233 exit:
4477 goto exit;
4483 exit:
5445 goto exit;
5450 goto exit;
5454 goto exit;
5457 goto exit;
5460 exit:
5673 Exit to the system with specified status, without normal exit processing.
6298 goto exit;
6310 goto exit;
6315 goto exit;
6320 goto exit;
6325 goto exit;
6339 goto exit;
6342 goto exit;
6349 goto exit;
6354 goto exit;
6374 goto exit;
6381 exit:
9109 FILETIME create, exit, kernel, user;
9112 GetProcessTimes(hProc, &create, &exit, &kernel, &user);
11333 Return True if the process returning status exited via the exit() system call.
12718 to retrieve the application's exit status.
13098 goto exit;
13144 goto exit;
13156 goto exit;
13163 goto exit;
13170 exit:
14809 Convert a wait status to an exit code.
14879 reject exit code which doesn't fit in an UINT */
14881 PyErr_Format(PyExc_ValueError, "invalid exit code: %llu", exitcode);