Searched refs:script (Results 26 - 50 of 799) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dtest-resgen.conf17 python-script: "./examples/resgen.py"
H A Dtest-resmod.conf18 python-script: "./examples/resmod.py"
H A Dtest-edns.conf17 python-script: "./examples/edns.py"
H A Dtest-inplace_callbacks.conf17 python-script: "./examples/inplace_callbacks.py"
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arc/
H A Djli-overflow.d3 #ld: -q -T jli-script.ld -A elf32-arclittle
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dorphan-5.d2 #ld: --script orphan.ld --orphan-handling=warn
H A Dorphan-6.d2 #ld: --script orphan.ld --orphan-handling=error
H A Dorphan-7.d2 #ld: --script orphan.ld --orphan-handling=discard
H A Dorphan-8.d2 #ld: --script orphan.ld --orphan-handling=place
H A Dlocal1.d1 #ld: -shared --version-script local1.map
H A Dpr12975.d1 #ld: --gc-sections -shared -version-script pr12975.t
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dalign-with-input.d1 #source: script.s
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dweakref1g.d9 # the rest of this file is generated with the following script:
10 # # script begin
14 # # script output:
H A Dweakref1l.d8 # the rest of this file is generated with the following script:
9 # # script begin
12 # # script output:
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
H A DTestRunner.py76 script = parseIntegratedTestScript(
79 if isinstance(script, lit.Test.Result):
82 assert isinstance(script, list)
83 assert len(script) == 0
84 return script
132 script = self.parse_test(parsers, allow_result=True)
133 self.assertTrue(isinstance(script, lit.Test.Result))
134 self.assertEqual(script.code, lit.Test.UNRESOLVED)
137 script.output)
143 script
[all...]
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ded.c1 /* Output routines for ed-script format.
25 /* Print our script as ed commands. */
28 print_ed_script (script)
29 struct change *script;
31 print_script (script, find_reverse_change, print_ed_hunk);
101 /* Print change script in the style of ed commands,
106 pr_forward_ed_script (script)
107 struct change *script;
109 print_script (script, find_change, pr_forward_ed_hunk);
151 print_rcs_script (script)
[all...]
H A Dnormal.c23 /* Print the edit-script SCRIPT as a normal diff.
27 print_normal_script (script)
28 struct change *script;
30 print_script (script, find_change, print_normal_hunk);
34 This is a contiguous portion of a complete edit script,
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A DMakefile.maint20 $(srcdir)/fnchange.in > t-script.sed
21 sed '$$ s|\\||' t-script.sed > script.sed
22 sed -f script.sed $(srcdir)/config.in > t-$@
24 rm -f t-script.sed script.sed
/netbsd-current/usr.sbin/service/
H A Dservice52 " -v: Verbose (mention in which directory script was found)"
167 # in order to run a script without an rcvar, and include
192 script=$1
197 if [ -x "${dir}/${script}" ]
201 printf >&2 '%s script is located in %s\n' "${script}" "${dir}"
209 "${dir}/${script}" "${arg}"
211 "${dir}/${script} ${arg}" "$?"
216 printf >&2 '%s does not exist in%s\n' "${script}" "${rc_directories}"
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dmake-ast-dump-check.sh3 # This script is intended as a FileCheck replacement to update the test
41 read -r -d '' script <<REWRITE
93 echo "$script"
97 awk "$script"
/netbsd-current/crypto/external/bsd/openssl/dist/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works
/netbsd-current/external/gpl3/autoconf/dist/build-aux/
H A Delisp-comp23 # configuration script generated by Autoconf, you may include it under
39 This script byte-compiles all '.el' files listed as FILES using GNU
43 This script manages in such a way that all Emacs LISP files to
78 echo "(setq load-path (cons nil load-path))" > script
79 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
86 # mode: shell-script
/netbsd-current/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
H A Dpymod_thread.conf14 python-script: "pymod_thread.py"
/netbsd-current/external/bsd/unbound/dist/testdata/pymod.tdir/
H A Dpymod.conf14 python-script: "pymod.py"
/netbsd-current/crypto/external/bsd/openssl.old/dist/VMS/
H A Dtest-includes.com1 $! Quick script to check how well including individual header files works

Completed in 218 milliseconds

1234567891011>>