Home | History | Annotate | Download | only in Efi

Lines Matching refs:_Exit

1395 "_exit(status)\n\n\

1402 if (!PyArg_ParseTuple(args, "i:_exit", &sts))
1404 _Exit(sts);
6875 {"_exit", posix__exit, METH_VARARGS, posix__exit__doc__},