Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h93 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code,
127 return_value = fcntl_ioctl_impl(module, fd, code, ob_arg, mutate_arg); in fcntl_ioctl()
/aosp_15_r20/external/python/cpython3/Modules/
Dfcntlmodule.c144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code, in fcntl_ioctl_impl() function