/freebsd/contrib/llvm-project/lldb/docs/ |
H A D | python_api_enums.rst | 10 .. py:currentmodule:: lldb 18 .. py:data:: LLDB_REGNUM_GENERIC_PC 22 .. py:data:: LLDB_REGNUM_GENERIC_SP 25 .. py:data:: LLDB_REGNUM_GENERIC_FP 29 .. py:data:: LLDB_REGNUM_GENERIC_RA 33 .. py:data:: LLDB_REGNUM_GENERIC_FLAGS 37 .. py:data:: LLDB_REGNUM_GENERIC_ARG1 41 .. py:data:: LLDB_REGNUM_GENERIC_ARG2 45 .. py:data:: LLDB_REGNUM_GENERIC_ARG3 49 .. py [all...] |
/freebsd/tests/sys/netinet6/frag6/ |
H A D | Makefile | 34 ${PACKAGE}FILES+= sniffer.py 35 ${PACKAGE}FILES+= frag6_01.py 36 ${PACKAGE}FILES+= frag6_02.py 37 ${PACKAGE}FILES+= frag6_03.py 38 ${PACKAGE}FILES+= frag6_04.py 39 ${PACKAGE}FILES+= frag6_05.py 40 ${PACKAGE}FILES+= frag6_06.py 41 ${PACKAGE}FILES+= frag6_07.py 42 ${PACKAGE}FILES+= frag6_08.py 43 ${PACKAGE}FILES+= frag6_09.py [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | Makefile | 58 ATF_TESTS_PYTEST+= frag6.py 59 ATF_TESTS_PYTEST+= header.py 60 ATF_TESTS_PYTEST+= icmp.py 61 ATF_TESTS_PYTEST+= nat64.py 62 ATF_TESTS_PYTEST+= nat66.py 63 ATF_TESTS_PYTEST+= return.py 64 ATF_TESTS_PYTEST+= sctp.py 65 ATF_TESTS_PYTEST+= tcp.py 73 CVE-2019-5597.py \ 74 CVE-2019-5598.py \ [all …]
|
H A D | set_tos.sh | 64 atf_check -s exit:1 -o ignore ${common_dir}/pft_ping.py \ 72 atf_check -s exit:0 ${common_dir}/pft_ping.py \ 80 atf_check -s exit:1 -o ignore ${common_dir}/pft_ping.py \ 89 atf_check -s exit:0 ${common_dir}/pft_ping.py \ 96 atf_check -s exit:0 ${common_dir}/pft_ping.py \ 105 atf_check -s exit:0 ${common_dir}/pft_ping.py \ 148 atf_check -s exit:1 -o ignore -e ignore ${common_dir}/pft_ping.py \ 156 atf_check -s exit:0 -o ignore -e ignore ${common_dir}/pft_ping.py \ 164 atf_check -s exit:1 -o ignore -e ignore ${common_dir}/pft_ping.py \ 173 atf_check -s exit:0 -o ignore -e ignore ${common_dir}/pft_ping.py \ [all …]
|
/freebsd/crypto/krb5/src/tests/ |
H A D | Makefile.in | 134 $(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS) 135 $(RUNPYTEST) $(srcdir)/t_hooks.py $(PYTESTFLAGS) 136 $(RUNPYTEST) $(srcdir)/t_dump.py $(PYTESTFLAGS) 137 $(RUNPYTEST) $(srcdir)/t_iprop.py $(PYTESTFLAGS) 138 $(RUNPYTEST) $(srcdir)/t_kprop.py $(PYTESTFLAGS) 139 $(RUNPYTEST) $(srcdir)/t_policy.py $(PYTESTFLAGS) 140 $(RUNPYTEST) $(srcdir)/t_changepw.py $(PYTESTFLAGS) 141 $(RUNPYTEST) $(srcdir)/t_pkinit.py $(PYTESTFLAGS) 142 $(RUNPYTEST) $(srcdir)/t_otp.py $(PYTESTFLAGS) 143 $(RUNPYTEST) $(srcdir)/t_spake.py $(PYTESTFLAGS) [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | Makefile.am | 98 map_table.h map_table.c: rfc3454.txt gen-map.py stringprep.py 99 $(skip_python) $(PYTHON) $(srcdir)/gen-map.py $(srcdir)/rfc3454.txt $(builddir) 101 errorlist_table.h errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py 102 $(skip_python) $(PYTHON) $(srcdir)/gen-errorlist.py $(srcdir)/rfc3454.txt $(builddir) 104 …rmalize_table.h normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py 105 …$(skip_python) $(PYTHON) $(srcdir)/gen-normalize.py $(srcdir)/UnicodeData.txt $(srcdir)/Compositio… 107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py 108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py $(srcdir)/UnicodeData.txt $(builddir) 110 bidi_table.h bidi_table.c: rfc3454.txt gen-bidi.py 111 $(skip_python) $(PYTHON) $(srcdir)/gen-bidi.py $(srcdir)/rfc3454.txt $(builddir) [all …]
|
H A D | ChangeLog | 60 * Makefile.am: add more missing .py files. 62 * Makefile.am: add generate.py 83 * gen-normalize.py, test-normalize.c: use generated constant for length 122 * util.py: 123 * rfc3454.py: 124 * generate.py: 125 * gen-punycode-examples.py: 126 * gen-normalize.py: 127 * gen-map.py: 128 * gen-errorlist.py: [all …]
|
H A D | NTMakefile | 66 $(OBJ)\map_table.h $(OBJ)\map_table.c: rfc3454.txt gen-map.py stringprep.py 68 $(PYTHON) $(SRCDIR)\gen-map.py $(SRCDIR)\rfc3454.txt $(OBJ) 71 $(OBJ)\errorlist_table.h $(OBJ)\errorlist_table.c: rfc3454.txt gen-errorlist.py stringprep.py 73 $(PYTHON) $(SRCDIR)\gen-errorlist.py $(SRCDIR)\rfc3454.txt $(OBJ) 76 …_table.h $(OBJ)\normalize_table.c: UnicodeData.txt CompositionExclusions-3.2.0.txt gen-normalize.py 78 …$(PYTHON) $(SRCDIR)\gen-normalize.py $(SRCDIR)\UnicodeData.txt $(SRCDIR)\CompositionExclusions-3.2… 81 $(OBJ)\combining_table.h $(OBJ)\combining_table.c: UnicodeData.txt gen-combining.py 83 $(PYTHON) $(SRCDIR)\gen-combining.py $(SRCDIR)\UnicodeData.txt $(OBJ) 86 $(OBJ)\bidi_table.h $(OBJ)\bidi_table.c: rfc3454.txt gen-bidi.py 88 $(PYTHON) $(SRCDIR)\gen-bidi.py $(SRCDIR)\rfc3454.txt $(OBJ) [all …]
|
/freebsd/crypto/krb5/doc/pdf/ |
H A D | sphinxlatexstyleheadings.sty | 34 \titleformat{\section}{\Large\py@HeaderFamily}% 35 {\py@TitleColor\thesection}{0.5em}{\py@TitleColor} 36 \titleformat{\subsection}{\large\py@HeaderFamily}% 37 {\py@TitleColor\thesubsection}{0.5em}{\py@TitleColor} 38 \titleformat{\subsubsection}{\py@HeaderFamily}% 39 {\py@TitleColor\thesubsubsection}{0.5em}{\py@TitleColor} 42 \titleformat{\paragraph}{\py@HeaderFamily}% 43 {\py@TitleColor\theparagraph}{0.5em}{\py@TitleColor} 44 \titleformat{\subparagraph}{\py@HeaderFamily}% 45 {\py@TitleColor\thesubparagraph}{0.5em}{\py@TitleColor} [all …]
|
H A D | sphinxlatexstylepage.sty | 29 \fancyfoot[C]{{\py@HeaderFamily\thepage}} 37 \fancyfoot[C]{{\py@HeaderFamily\thepage}} 45 \fancyfoot[RO]{{\py@HeaderFamily\thepage}} 46 \fancyfoot[LO]{{\py@HeaderFamily\nouppercase{\rightmark}}} 47 \fancyhead[RO]{{\py@HeaderFamily \@title\sphinxheadercomma\py@release}} 49 \fancyfoot[LE]{{\py@HeaderFamily\thepage}} 50 \fancyfoot[RE]{{\py@HeaderFamily\nouppercase{\leftmark}}} 51 \fancyhead[LE]{{\py@HeaderFamily \@title\sphinxheadercomma\py@release}} 64 \fancyfoot[RO]{{\py@HeaderFamily\thepage}} 65 \if@twoside\fancyfoot[LE]{{\py@HeaderFamily\thepage}}\fi
|
H A D | sphinxlatexobjects.sty | 31 \newcommand{\py@release}{\releasename\space\version} 32 \newcommand{\version}{}% part of \py@release, used by title page and headers 56 \newcommand{\py@authoraddress}{} 57 \newcommand{\authoraddress}[1]{\renewcommand{\py@authoraddress}{#1}} 64 \newcommand{\py@itemnewline}[1]{% macro used as \makelabel in fulllineitems 75 \let\makelabel=\py@itemnewline}% 80 \newlength{\py@argswidth} 81 \newcommand{\py@sigparams}[2]{% 82 % The \py@argswidth has been computed in \pysiglinewithargsret to make this 84 \parbox[t]{\py@argswidth}{\raggedright #1\sphinxcode{)}#2\strut}% [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python.swig | 15 * :py:class:`SBTarget`: Represents the target program running under the debugger. 16 * :py:class:`SBProcess`: Represents the process associated with the target program. 17 * :py:class:`SBThread`: Represents a thread of execution. :py:class:`SBProcess` contains SBThreads. 18 * :py:class:`SBFrame`: Represents one of the stack frames associated with a thread. :py:class:`SBThread` 20 * :py:class:`SBSymbolContext`: A container that stores various debugger related info. 21 * :py:class:`SBValue`: Represents the value of a variable, a register, or an expression. 22 * :py:class:`SBModule`: Represents an executable image and its associated object and symbol 23 files. :py [all...] |
/freebsd/tests/sys/netinet6/ |
H A D | Makefile | 6 ATF_TESTS_PYTEST= test_ip6_output.py 40 ${PACKAGE}FILES+= exthdr.py \ 41 mld.py \ 42 scapyi386.py \ 43 ra.py \ 44 redirect.py 46 ${PACKAGE}FILESMODE_exthdr.py= 0555 47 ${PACKAGE}FILESMODE_mld.py= 0555 48 ${PACKAGE}FILESMODE_scapyi386.py=0555 49 ${PACKAGE}FILESMODE_ra.py=0555 [all …]
|
/freebsd/crypto/krb5/src/doc/ |
H A D | Makefile.in | 17 conf.py \ 55 substhtml: composite paths.py 57 cp paths.py rst_composite 61 notice.txt: $(docsrc)/conf.py $(docsrc)/notice.rst $(docsrc)/version.py 92 composite: Doxyfile $(docsrc)/version.py 96 $(PYTHON) doxy.py -i $$cwd/doxy/xml -o $$cwd/rst_apiref) 105 cp $(docsrc)/version.py rst_composite 111 paths.py: 125 version.py: $(docsrc)/version.py 127 $(docsrc)/version.py: $(top_srcdir)/patchlevel.h $(srcdir)/version.py.in [all …]
|
/freebsd/tests/sys/netpfil/common/ |
H A D | Makefile | 25 pft_icmp_check.py \ 26 pft_ping.py \ 27 pft_rst.py \ 28 pft_synflood.py \ 29 sniffer.py 31 ${PACKAGE}FILESMODE_pft_icmp_check.py= 0555 32 ${PACKAGE}FILESMODE_pft_ping.py= 0555 33 ${PACKAGE}FILESMODE_pft_rst.py= 0555 34 ${PACKAGE}FILESMODE_pft_synflood.py= 0555
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | BUILD.bazel | 158 # Py tests 163 srcs = ["gtest_test_utils.py"], 177 srcs = ["gtest_help_test.py"], 196 srcs = ["googletest-output-test.py"], 218 srcs = ["googletest-color-test.py"], 233 srcs = ["googletest-env-var-test.py"], 248 srcs = ["googletest-failfast-unittest.py"], 263 srcs = ["googletest-filter-unittest.py"], 278 srcs = ["googletest-global-environment-unittest.py"], 293 srcs = ["googletest-break-on-failure-unittest.py"], [all …]
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | Makefile | 6 FILES= __init__.py attrs.py base_headers.py message.py netlink.py \ 7 netlink_generic.py netlink_route.py utils.py
|
/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.compat.cppm.in | 11 // utils/generate_libcxx_cppm_in.py 58 … header information for <debugging> in headers_not_available in utils/libcxx/header_information.py" 61 …e header information for <flat_map> in headers_not_available in utils/libcxx/header_information.py" 64 …e header information for <flat_set> in headers_not_available in utils/libcxx/header_information.py" 67 … header information for <generator> in headers_not_available in utils/libcxx/header_information.py" 70 …er information for <hazard_pointer> in headers_not_available in utils/libcxx/header_information.py" 73 …er information for <inplace_vector> in headers_not_available in utils/libcxx/header_information.py" 76 …the header information for <linalg> in headers_not_available in utils/libcxx/header_information.py" 79 …te the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py" 82 …header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py" [all …]
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | Makefile | 6 FILES= __init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \ 7 ipfw.py utils.py
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 113 clang/tools/clang-format/clang-format-diff.py 114 clang/tools/clang-format/clang-format-sublime.py 117 clang/tools/clang-format/clang-format.py 142 clang/tools/scan-build-py/ 155 clang/utils/analyze_safe_buffer_debug_notes.py 159 clang/utils/bundle_resources.py 161 clang/utils/clangdiag.py 162 clang/utils/convert_arm_neon.py 163 clang/utils/creduce-clang-crash.py 167 clang/utils/modfuzz.py [all …]
|
/freebsd/release/tools/ |
H A D | oracle.conf | 4 comms/py-pyserial 7 devel/py-babel 8 devel/py-iso8601 9 devel/py-pbr 10 devel/py-six 15 net/py-eventlet 16 net/py-netaddr 17 net/py-netifaces 18 net/py-oauth
|
H A D | openstack.conf | 6 export VM_EXTRA_PACKAGES="net/cloud-init devel/py-pbr devel/py-iso8601 \ 7 net/py-eventlet net/py-netaddr comms/py-serial devel/py-six \ 8 devel/py-babel net/py-oauth net/py-netifaces"
|
/freebsd/usr.bin/calendar/ |
H A D | dates.c | 88 struct cal_year *py, *pyp; in createdate() local 94 py = hyear; in createdate() 95 while (py != NULL) { in createdate() 96 if (py->year == y + 1900) in createdate() 98 pyp = py; in createdate() 99 py = py->nextyear; in createdate() 102 if (py == NULL) { in createdate() 105 py = (struct cal_year *)calloc(1, sizeof(struct cal_year)); in createdate() 106 py->year = y + 1900; in createdate() 107 py->easter = easter(y); in createdate() [all …]
|
/freebsd/tests/sys/netlink/ |
H A D | Makefile | 8 ATF_TESTS_PYTEST += test_nl_core.py 9 ATF_TESTS_PYTEST += test_rtnl_iface.py 10 ATF_TESTS_PYTEST += test_rtnl_ifaddr.py 11 ATF_TESTS_PYTEST += test_rtnl_neigh.py 12 ATF_TESTS_PYTEST += test_rtnl_route.py 13 ATF_TESTS_PYTEST += test_netlink_message_writer.py
|
/freebsd/tests/sys/common/ |
H A D | Makefile | 4 ${PACKAGE}FILES+= divert.py 5 ${PACKAGE}FILES+= sender.py 6 ${PACKAGE}FILES+= net_receiver.py 8 ${PACKAGE}FILESMODE_divert.py=0555 9 ${PACKAGE}FILESMODE_sender.py=0555 10 ${PACKAGE}FILESMODE_net_receiver.py=0555
|