Searched refs:mutate_arg (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 83 PyObject *ob_arg, int mutate_arg); 92 int mutate_arg = 1; in fcntl_ioctl() local 95 conv_descriptor, &fd, &code, &ob_arg, &mutate_arg)) { in fcntl_ioctl() 98 return_value = fcntl_ioctl_impl(module, fd, code, ob_arg, mutate_arg); in fcntl_ioctl()
|
/external/python/cpython2/Modules/ |
D | fcntlmodule.c | 119 int mutate_arg = 1; in fcntl_ioctl() local 124 &str, &len, &mutate_arg)) { in fcntl_ioctl() 127 if (mutate_arg) { in fcntl_ioctl() 157 if (mutate_arg && (len <= IOCTL_BUFSZ)) { in fcntl_ioctl() 164 if (mutate_arg) { in fcntl_ioctl()
|
/external/python/cpython3/Modules/ |
D | fcntlmodule.c | 153 PyObject *ob_arg, int mutate_arg) in fcntl_ioctl_impl() argument 180 if (mutate_arg) { in fcntl_ioctl_impl() 211 if (mutate_arg && (len <= IOCTL_BUFSZ)) { in fcntl_ioctl_impl() 219 if (mutate_arg) { in fcntl_ioctl_impl()
|