Searched refs:py (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/contrib/file/python/
H A DMakefile.am2 EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \
3 tests.py
H A DMakefile.in245 EXTRA_DIST = LICENSE CHANGELOG.md README.md example.py magic.py setup.py \
246 tests.py
/freebsd-11-stable/tools/tools/notescheck/
H A DMakefile3 SCRIPTS= notescheck.py
/freebsd-11-stable/tests/sys/opencrypto/
H A DMakefile13 PYMODULES= cryptodev.py cryptodevh.py cryptotest.py dpkt.py
H A Druntests.sh64 python2 $(dirname $0)/cryptotest.py
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.sh31 ./xmlwf/xmlwf_helpgen.py | sed \
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A DMakefile.am98 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 normalize_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)/CompositionExclusions-3.2.0.txt $(builddir)
107 combining_table.h combining_table.c: UnicodeData.txt gen-combining.py
108 $(skip_python) $(PYTHON) $(srcdir)/gen-combining.py
[all...]
H A DMakefile.in515 UnicodeData.py \
517 gen-bidi.py \
518 gen-combining.py \
519 gen-errorlist.py \
520 gen-map.py \
521 gen-normalize.py \
522 gen-punycode-examples.py \
523 generate.py \
524 rfc3454.py \
530 rfc4518.py \
[all...]
/freebsd-11-stable/tools/tools/shlib-compat/test/
H A Dregress.sh4 run() { ../shlib-compat.py --no-dump -vv libtest$1/libtest$1.so.0.full libtest$2/libtest$2.so.0.full; }
H A DMakefile19 echo 'run() { ../shlib-compat.py --no-dump -vv libtest$$1/libtest$$1.so.0 libtest$$2/libtest$$2.so.0; }' > ${.TARGET}
27 for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do ../shlib-compat.py -vv libtest$$a/libtest$$a.so.0 libtest$$b/libtest$$b.so.0 > regress.$$a-$$b.out; done; done
/freebsd-11-stable/usr.bin/calendar/
H A Ddates.c89 struct cal_year *py, *pyp; local
95 py = hyear;
96 while (py != NULL) {
97 if (py->year == y + 1900)
99 pyp = py;
100 py = py->nextyear;
103 if (py == NULL) {
106 py = (struct cal_year *)calloc(1, sizeof(struct cal_year));
107 py
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Drpcgen_wrapper.sh3 # Transforms event_rpcgen.py failure into success for make, only if
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
40 ${PYTHON2} ${srcdir}/../event_rpcgen.py --quiet ${srcdir}/regress.rpc \
H A Dtest.sh39 if test -f "$T/check-dumpevents.py"
42 elif test -f "./test/check-dumpevents.py"
85 if python2 -c 'import sys; assert(sys.version_info >= (2, 4))' 2>/dev/null && test -f $TEST_SRC_DIR/check-dumpevents.py; then
86 if $TEST_DIR/test-dumpevents | python2 $TEST_SRC_DIR/check-dumpevents.py >> "$TEST_OUTPUT_FILE" ;
H A DMakefile.nmake71 regress.gen.c regress.gen.h: regress.rpc ../event_rpcgen.py
74 -python ..\event_rpcgen.py regress.rpc
/freebsd-11-stable/tests/sys/geom/class/eli/
H A DMakefile37 python gentestvect.py > ${.TARGET}
/freebsd-11-stable/contrib/expat/tests/
H A DMakefile.am64 udiffer.py \
/freebsd-11-stable/contrib/bmake/mk/
H A Drst2htm.mk16 # convert reStructuredText to HTML, using rst2html.py from
24 RST2HTML ?= rst2html.py
26 RST2S5 ?= rst2s5.py
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh160 # that running gen-make.py requires Python 2.7 or newer.
176 "$PYTHON" ./gen-make.py build.conf || gen_failed=1
187 "$PYTHON" ./gen-make.py $RELEASE_ARGS -s build.conf || gen_failed=1
190 "$PYTHON" ./gen-make.py $RELEASE_ARGS build.conf || gen_failed=1
200 echo "ERROR: gen-make.py failed"
H A DMakefile.in348 for i in $(abs_srcdir)/subversion/bindings/swig/python/svn/*.py; do \
351 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \
355 for i in $(abs_builddir)/subversion/bindings/swig/python/*.py; do \
543 # "make check TESTS=subversion/tests/cmdline/basic_tests.py"
624 $(PYTHON) $(top_srcdir)/build/run_tests.py \
797 $(PYTHON) $(top_srcdir)/build/transform_sql.py $< $(top_srcdir)/$@
857 install-swig-py: install-swig-py-lib
863 extraclean-swig-py extraclean-swig-rb \
867 clean-swig: clean-swig-headers clean-swig-py clea
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp53 void tmove2(int px, int py);
61 void HGArc(register int cx, register int cy, int px, int py, int angle);
448 | Routine: tmove2 (px, py)
458 int py)
463 if ((dy = py - lasty)) {
466 lastyline = lasty = py; /* lasty is always set to current */
527 int py)
531 printf(" %du'", py - lastyline);
533 lastyline = lasty = py;
570 | clockwise starting from the point (px, py) throug
457 tmove2(int px, int py) argument
526 line(int px, int py) argument
577 HGArc(register int cx, register int cy, int px, int py, int angle) argument
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf90 $apr_src_dir/build/gen-build.py $verbose make
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh5 SHLIB_COMPAT=$(dirname $0)/shlib-compat.py
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.h378 splinerel(double px,double py,int flush) argument
387 if (flush == -1) {lx = (int)px; ly = (int)py; return;}
391 dynew = (int)py -ly;
415 /* fprintf(stderr," (%d) %.2f,%.2f\n",flush,(float)px,(float)py);*/
431 lx = (int)px; ly = (int)py;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A DMakefile.am92 dist_bin_SCRIPTS = event_rpcgen.py
111 event_rpcgen.py \
/freebsd-11-stable/contrib/apr/
H A Dbuildconf118 ${PYTHON} build/gen-build.py $verbose make

Completed in 155 milliseconds

12