Lines Matching defs:module
2 /* fcntl module */
19 module fcntl
36 as constants in the fcntl module, using the same names as used in
47 fcntl_fcntl_impl(PyObject *module, int fd, int code, PyObject *arg)
144 fcntl_ioctl_impl(PyObject *module, int fd, unsigned int code,
282 fcntl_flock_impl(PyObject *module, int fd, int code)
369 fcntl_lockf_impl(PyObject *module, int fd, int code, PyObject *lenobj,
448 "This module performs file control and I/O control on file\n\
670 fcntl_exec(PyObject *module)
672 if (all_ins(module) < 0) {