Lines Matching defs:out
1536 "signal number %ld out of range [1; %i]",
4588 value is first masked out.
4701 priority (as required by almost all standards out there) and the
5701 fsconvert_strdup(PyObject *o, EXECV_CHAR **out)
5709 *out = PyUnicode_AsWideCharString(ub, &size);
5710 if (*out)
5716 *out = PyMem_Malloc(size + 1);
5717 if (*out) {
5718 memcpy(*out, PyBytes_AS_STRING(ub), size + 1);
7009 PyErr_SetString(PyExc_OverflowError, "sched_priority out of range");
11235 "strerror() argument out of range");