Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dposixmodule.c6692 posix_dup(PyObject *self, PyObject *args) in posix_dup() function
9067 {"dup", posix_dup, METH_VARARGS, posix_dup__doc__},