Searched refs:fcntl_ioctl_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 93 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()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code, in fcntl_ioctl_impl() function
|