| /dflybsd-src/contrib/gdb-7/gdb/data-directory/ |
| H A D | Makefile.in | 55 gdb/__init__.py \ 56 gdb/types.py \ 57 gdb/printing.py \ 58 gdb/prompt.py \ 59 gdb/command/__init__.py \ 60 gdb/command/type_printers.py \ 61 gdb/command/pretty_printers.py \ 62 gdb/command/prompt.py \ 63 gdb/command/explore.py \ 64 gdb/function/__init__.py \ [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/python/ |
| H A D | py-utils.c | 32 PyObject *py = p; in py_decref() local 36 if (py) in py_decref() 38 Py_DECREF (py); in py_decref() 46 make_cleanup_py_decref (PyObject *py) in make_cleanup_py_decref() argument 48 return make_cleanup (py_decref, (void *) py); in make_cleanup_py_decref()
|
| H A D | python-internal.h | 306 struct cleanup *make_cleanup_py_decref (PyObject *py);
|
| /dflybsd-src/contrib/openbsd_libm/src/ |
| H A D | s_copysignl.c | 26 struct ieee_ext *py = (struct ieee_ext *)&y; in copysignl() local 28 px->ext_sign = py->ext_sign; in copysignl()
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | rst2htm.mk | 26 RST2HTML ?= rst2html${HTML_VERSION}.py 28 RST2S5 ?= rst2s5.py
|
| H A D | man.mk | 42 CMT2DOC?= cmt2doc.py 44 CMT2DOC_SUFFIXES+= .c .h .sh .pl .py
|
| H A D | ChangeLog | 124 * meta2deps.py: filemon on Linux is not as reliable as we might 139 * meta2deps.py: derive a list of dirdep extensions from 163 * meta2deps.py: avoid confusion if MACHINE and another 183 * man.mk (CMT2DOC): use cmt2doc.py rather than the 30 year 344 * meta2deps.{py,sh}: throw an error if we don't see filemon version 411 * meta2deps.py: R 1234 . is not interesting 482 * meta2deps.py: fix bug in processing 'L'ink and 'M'ove 659 * meta2deps.py: take special care of '..' 674 * meta2deps.py: fix botched indenation. 715 * meta2deps.py: add is_src so we can check if obj dependency [all …]
|
| H A D | FILES | 72 meta2deps.py
|
| H A D | meta.sys.mk | 85 META2DEPS ?= ${.PARSEDIR}/meta2deps.py
|
| H A D | install-mk | 170 mk_scripts=`$egrep '^[a-z].*\.(sh|py)' FILES | $egrep -v '/'`
|
| /dflybsd-src/usr.bin/netstat/ |
| H A D | inet.c | 869 #define py(f, m) if (igmpstat.f || sflag <= 1) \ in igmp_stats() macro 874 py(igps_rcv_queries, "\t%u membership quer%s received\n"); in igmp_stats() 875 py(igps_rcv_badqueries, "\t%u membership quer%s received with invalid field(s)\n"); in igmp_stats() 881 #undef py in igmp_stats() 906 #define py(f, m) if (pimstat.f || sflag <= 1) \ in pim_stats() macro 920 #undef py in pim_stats()
|
| /dflybsd-src/contrib/cryptsetup/tests/ |
| H A D | Makefile.am | 3 EXTRA_DIST = fileDiffer.py compatimage.img.bz2 align-test compat-test
|
| H A D | compat-test | 70 ./fileDiffer.py $IMG $ORIG_IMG $1|| fail
|
| H A D | Makefile.in | 220 EXTRA_DIST = fileDiffer.py compatimage.img.bz2 align-test compat-test
|
| /dflybsd-src/contrib/less/ |
| H A D | README.DELETED | 27 mkhelp.py
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | opentimestamps | 13 # blob/master/opentimestamps/core/timestamp.py#L273
|
| H A D | python | 11 # and in Lib/importlib/_bootstrap_external.py (3.5+) 196 >>8 uledate x .py timestamp: %s UTC, 197 >>12 ulelong x .py size: %d bytes
|
| /dflybsd-src/gnu/usr.bin/gdb/libgdb/ |
| H A D | Makefile | 126 py-auto-load.c \ 127 py-value.c \ 128 py-prettyprint.c
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | configure.ac | 751 dnl Run python-config.py with this version of python to fetch the 755 dnl a shell script that provides what python-config.py provides for 761 dnl If a python program is specified, it is used to run python-config.py and 842 python_includes=`${python_prog} ${srcdir}/python/python-config.py --includes` 849 python_libs=`${python_prog} ${srcdir}/python/python-config.py --ldflags` 856 python_prefix=`${python_prog} ${srcdir}/python/python-config.py --exec-prefix` 949 … [Define if --with-python provides a path, either directly or via python-config.py --exec-prefix.]) 1032 CONFIG_OBS="$CONFIG_OBS python.o py-value.o py-prettyprint.o py-auto-load.o" 1033 CONFIG_SRCS="$CONFIG_SRCS python/python.c python/py-value.c \ 1034 python/py-prettyprint.c python/py-auto-load.c"
|
| /dflybsd-src/games/bs/ |
| H A D | bs.c | 843 randomfire(int *px, int *py) in randomfire() argument 877 *py = ypreferred[i]; in randomfire() 884 *py = ypossible[i]; in randomfire()
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | pch.c | 304 comp_hashnodes (const void *px, const void *py) in comp_hashnodes() argument 307 cpp_hashnode *y = *(cpp_hashnode **) py; in comp_hashnodes()
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | pch.c | 293 comp_hashnodes (const void *px, const void *py) in comp_hashnodes() argument 296 cpp_hashnode *y = *(cpp_hashnode **) py; in comp_hashnodes()
|
| /dflybsd-src/usr.bin/sed/ |
| H A D | compile.c | 758 compile_tr(char *p, struct s_tr **py) in compile_tr() argument 768 if ((*py = y = malloc(sizeof(*y))) == NULL) in compile_tr()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | loop-invariant.c | 833 int py = commutative_operand_precedence (*ry); in compare_address_parts() local 835 return (py - px); in compare_address_parts()
|
| /dflybsd-src/share/zoneinfo/ |
| H A D | southamerica | 1616 # http://www.diarionoticias.com.py/011000/nacional/naciona1.htm 1643 # http://www.presidencia.gov.py/decretos/D1867.pdf 1648 # http://www.presidencia.gov.py/v1/wp-content/uploads/2010/02/decreto3958.pdf 1662 # http://www.ande.gov.py/interna.php?id=1075 1666 # http://www.presidencia.gov.py/uploads/pdf/presidencia-3b86ff4b691c79d4f5927ca964922ec74772ce857c0… 1669 # http://www.presidencia.gov.py/archivos/documentos/DECRETO1264_ey9r8zai.pdf
|