Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h25 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg);
50 return_value = fcntl_fcntl_impl(module, fd, code, arg); in fcntl_fcntl()
/aosp_15_r20/external/python/cpython3/Modules/
Dfcntlmodule.c47 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg) in fcntl_fcntl_impl() function