Lines Matching defs:position
4767 " The number of bytes to lock, starting at the current position.");
4806 "lseek($module, fd, position, how, /)\n"
4809 "Set the position of a file descriptor. Return the new position.\n"
4811 "Return the new cursor position in number of bytes\n"
4818 os_lseek_impl(PyObject *module, int fd, Py_off_t position, int how);
4825 Py_off_t position;
4836 if (!Py_off_t_converter(args[1], &position)) {
4843 _return_value = os_lseek_impl(module, fd, position, how);
5727 "If offset_src is None, then src is read from the current position;\n"
5816 "If offset_src is None, then src is read from the current position;\n"