Home
last modified time | relevance | path

Searched refs:to3 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/package/python3/
H A D0012-Add-an-option-to-disable-pydoc.patch32 -rm -f $(DESTDIR)$(BINDIR)/2to3
33 (cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
80 + scripts = ['Tools/scripts/idle3', 'Tools/scripts/2to3',
93 - "Tools/scripts/2to3"]
H A D0013-Add-an-option-to-disable-lib2to3.patch28 -rm -f $(DESTDIR)$(BINDIR)/2to3
30 (cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
106 - scripts = ['Tools/scripts/idle3', 'Tools/scripts/2to3',
113 + scripts += [ 'Tools/scripts/2to3' ]
H A DConfig.in44 bool "2to3 module"
H A D0021-Add-an-option-to-disable-IDLE.patch83 scripts += [ 'Tools/scripts/2to3' ]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-configshell-fb_1.1.29.bb4 2to3 is run by setup.py to run on Python 3."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-anyjson/
H A D0001-setup.py-Do-not-use-2to3.patch4 Subject: [PATCH] setup.py: Do not use 2to3
/OK3568_Linux_fs/buildroot/package/fail2ban/
H A Dfail2ban.mk20 $(HOST_DIR)/bin/2to3 --write --nobackups --no-diffs $(@D)/bin/* $(@D)/fail2ban
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools_59.5.0.bb22 ${PYTHON_PN}-2to3 \
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c72 struct xfs_dir3_leaf *to3 = (struct xfs_dir3_leaf *)to; in xfs_dir2_leaf_hdr_to_disk() local
77 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
78 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_dir2_leaf_hdr_to_disk()
79 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_dir2_leaf_hdr_to_disk()
80 to3->hdr.count = cpu_to_be16(from->count); in xfs_dir2_leaf_hdr_to_disk()
81 to3->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
H A Dxfs_dir2_node.c278 struct xfs_dir3_free *to3 = (struct xfs_dir3_free *)to; in xfs_dir2_free_hdr_to_disk() local
282 to3->hdr.hdr.magic = cpu_to_be32(from->magic); in xfs_dir2_free_hdr_to_disk()
283 to3->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
284 to3->hdr.nvalid = cpu_to_be32(from->nvalid); in xfs_dir2_free_hdr_to_disk()
285 to3->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
H A Dxfs_da_btree.c160 struct xfs_da3_intnode *to3 = (struct xfs_da3_intnode *)to; in xfs_da3_node_hdr_to_disk() local
163 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
164 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_da3_node_hdr_to_disk()
165 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_da3_node_hdr_to_disk()
166 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
167 to3->hdr.__level = cpu_to_be16(from->level); in xfs_da3_node_hdr_to_disk()