Home
last modified time | relevance | path

Searched refs:posix_geteuid (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c4061 posix_geteuid(PyObject *self, PyObject *noargs) in posix_geteuid() function
8961 {"geteuid", posix_geteuid, METH_NOARGS, posix_geteuid__doc__},