HomeSort by: relevance | last modified time | path
    Searched refs:script (Results 1 - 25 of 651) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mpl/dhcp/dist/doc/examples/
dhclient-dhcpv6.conf 10 # Likely to be useful: the script path
11 script "/usr/local/etc/dhclient-script";
  /src/external/gpl3/gdb.old/dist/sim/common/
lineno.sh 24 Usage: $0 <script> <tempfile> [script args]
26 Rewrite the $LINENO usage in <script> with the line number. The temp script is
  /src/external/gpl3/gdb/dist/sim/common/
lineno.sh 24 Usage: $0 <script> <tempfile> [script args]
26 Rewrite the $LINENO usage in <script> with the line number. The temp script is
  /src/usr.bin/script/
Makefile 4 PROG= script
  /src/external/ibm-public/postfix/libexec/postfix-script/
Makefile 8 SCRIPTS= post-install postfix-script postfix-tls-script \
9 postfix-wrapper postmulti-script
  /src/usr.bin/make/unit-tests/
dep-colon-bug-cross-file.exp 1 make: dep-colon-bug-cross-file.mk:32: warning: duplicate script for target "all" ignored
2 make: dep-colon-bug-cross-file.mk:42: warning: using previous script for "all" defined here
dep-duplicate.exp 1 make: dep-duplicate.tmp:1: warning: duplicate script for target "all" ignored
2 make: dep-duplicate.main:3: warning: using previous script for "all" defined here
deptgt-begin.exp 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
interact.exp 16 # Create a GDB script that we can source. The script needs to generate
18 set script [standard_output_file zzz-gdbscript]
19 set fd [open $script "w"]
24 # The expected output from the script...
32 # Test sourcing of the script with interactive mode `auto'.
33 # Verify that evaluating the script does not cause an unexpected
36 gdb_test "source $script" "$script_output" \
37 "source script with interactive-mode auto"
43 # Test sourcing of the script with interactive mode `on'
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
interact.exp 16 # Create a GDB script that we can source. The script needs to generate
18 set script [standard_output_file zzz-gdbscript]
19 set fd [open $script "w"]
24 # The expected output from the script...
32 # Test sourcing of the script with interactive mode `auto'.
33 # Verify that evaluating the script does not cause an unexpected
36 gdb_test "source $script" "$script_output" \
37 "source script with interactive-mode auto"
43 # Test sourcing of the script with interactive mode `on'
    [all...]
  /src/external/bsd/unbound/dist/pythonmod/
test-resip.conf 16 # Script file to load
17 python-script: "./examples/resip.py"
test-calc.conf 16 # Script file to load
17 python-script: "./examples/calc.py"
test-dict.conf 16 # Script file to load
17 python-script: "./examples/dict.py"
test-edns.conf 16 # Script file to load
17 python-script: "./examples/edns.py"
test-inplace_callbacks.conf 16 # Script file to load
17 python-script: "./examples/inplace_callbacks.py"
test-log.conf 16 # Script file to load
17 python-script: "./examples/log.py"
test-resgen.conf 16 # Script file to load
17 python-script: "./examples/resgen.py"
test-resmod.conf 17 # Script file to load
18 python-script: "./examples/resmod.py"
  /src/share/examples/apm/
Makefile 8 FILES= script
  /src/external/gpl3/gcc/dist/gcc/cp/
gen-cxxapi-file.py 51 def export(script, content):
71 export using ::operator delete[];""".format(script))
92 def hints(script, content):
133 #""".format(script, time.strftime('%Y')))
160 def usage(script):
161 print(f'Usage: {script} [{"|".join(modes.keys())}] CSVFILE')
169 script = argv[0]
174 print(f"{script}: unrecognized mode '{mode}'")
175 usage(script)
179 modes[mode](os.path.basename(script), sorted(csv.reader(remove_comment(csvfile), delimiter=','))
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/unit/
TestRunner.py 76 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 = self.parse_test(parsers, allow_result=True
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
ed.c 1 /* 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...]
normal.c 23 /* 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,
  /src/usr.sbin/service/
service 52 " -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}"
  /src/external/apache2/llvm/dist/clang/utils/
make-ast-dump-check.sh 3 # This script is intended as a FileCheck replacement to update the test
41 read -r -d '' script <<REWRITE
93 echo "$script"
97 awk "$script"

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>