Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dfcntlmodule.c408 static PyMethodDef fcntl_methods[] = { variable
615 m = Py_InitModule3("fcntl", fcntl_methods, module_doc); in initfcntl()
/external/python/cpython3/Modules/
Dfcntlmodule.c450 static PyMethodDef fcntl_methods[] = { variable
671 fcntl_methods,