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

12

/freebsd-11.0-release/contrib/file/python/
H A DMakefile.am2 EXTRA_DIST = README example.py magic.py setup.py
H A DMakefile.in244 EXTRA_DIST = README example.py magic.py setup.py
/freebsd-11.0-release/contrib/libucl/python/
H A Dtest.sh3 python3.4 setup.py build_ext --inplace
4 ./test_uclmodule.py -v
/freebsd-11.0-release/tests/sys/opencrypto/
H A DMakefile11 PYMODULES= cryptodev.py cryptodevh.py cryptotest.py dpkt.py
H A Druntests.sh51 python $(dirname $0)/cryptotest.py
/freebsd-11.0-release/tools/tools/notescheck/
H A DMakefile3 SCRIPTS= notescheck.py
/freebsd-11.0-release/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.0-release/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.0-release/usr.bin/calendar/
H A Ddates.c87 struct cal_year *py, *pyp; local
93 py = hyear;
94 while (py != NULL) {
95 if (py->year == y + 1900)
97 pyp = py;
98 py = py->nextyear;
101 if (py == NULL) {
104 py = (struct cal_year *)calloc(1, sizeof(struct cal_year));
105 py
[all...]
H A Dparsedata.c93 char *p, *p1, *p2, *py; local
197 if ((py = strchr(p2, '/')) != NULL) {
202 p2 = py + 1;
203 *py = 0;
/freebsd-11.0-release/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.0-release/contrib/unbound/libunbound/python/
H A DMakefile58 cd examples && mkdir unbound && ln -s ../../unbound.py unbound/__init__.py && ln -s ../../_unbound.so unbound/_unbound.so && ln -s ../../../../.libs/libunbound.so.2 unbound/libunbound.so.2 && ls -la
60 @echo "Run a script by typing ./script_name.py"
/freebsd-11.0-release/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.in326 for i in $(abs_srcdir)/subversion/bindings/swig/python/svn/*.py; do \
329 for i in $(abs_srcdir)/subversion/bindings/swig/python/*.py; do \
333 for i in $(abs_builddir)/subversion/bindings/swig/python/*.py; do \
518 # "make check TESTS=subversion/tests/cmdline/basic_tests.py"
581 $(PYTHON) $(top_srcdir)/build/run_tests.py \
752 $(PYTHON) $(top_srcdir)/build/transform_sql.py $< $(top_srcdir)/$@
812 install-swig-py: install-swig-py-lib
818 extraclean-swig-py extraclean-swig-rb \
822 clean-swig: clean-swig-headers clean-swig-py clea
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/contrib/apr-util/
H A Dbuildconf90 $apr_src_dir/build/gen-build.py $verbose make
/freebsd-11.0-release/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh5 SHLIB_COMPAT=$(dirname $0)/shlib-compat.py
/freebsd-11.0-release/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.0-release/contrib/ntp/sntp/libevent/
H A DMakefile.am92 dist_bin_SCRIPTS = event_rpcgen.py
111 event_rpcgen.py \
/freebsd-11.0-release/contrib/apr/
H A Dbuildconf116 build/gen-build.py $verbose make

Completed in 189 milliseconds

12