OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:script
(Results
1 - 25
of
367
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/usr.bin/script/
Makefile
4
PROG=
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/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/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
"
/src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.conf
14
python-
script
: "pymod.py"
/src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.conf
14
python-
script
: "pymod_thread.py"
/src/external/gpl3/autoconf/dist/build-aux/
elisp-comp
23
# 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
/src/external/bsd/atf/dist/atf-sh/
atf-sh.cpp
88
const std::string*
script
= construct_script(interpreter_argv[0]);
local
94
argv[2] =
script
->c_str();
135
const atf::fs::path
script
(m_argv[0]);
136
if (!atf::fs::exists(
script
))
137
throw std::runtime_error("The test program '" +
script
.str() + "' "
/src/external/gpl2/diffutils/dist/src/
ed.c
3
/* Output routines for ed-
script
format.
32
/* Print our
script
as ed commands. */
35
print_ed_script (struct change *
script
)
37
print_script (
script
, find_reverse_change, print_ed_hunk);
86
/* Print change
script
in the style of ed commands,
91
pr_forward_ed_script (struct change *
script
)
93
print_script (
script
, find_change, pr_forward_ed_hunk);
132
print_rcs_script (struct change *
script
)
134
print_script (
script
, find_change, print_rcs_hunk);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py
9
"""Used to generate a bash
script
which will invoke the toy and time it"""
177
""" Generate a random Kaleidoscope
script
based on the given parameters """
182
script
= KScriptGenerator(filename)
183
script
.setCallWeighting(callWeighting)
184
script
.writeComment("===========================================================================")
185
script
.writeComment("Auto-generated
script
")
186
script
.writeComment(" %d functions, %d elements per function, %d functions between execution"
188
script
.writeComment(" call weighting = %f" % callWeighting)
189
script
.writeComment("==========================================================================="
[
all
...]
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py
9
"""Used to generate a bash
script
which will invoke the toy and time it"""
182
""" Generate a random Kaleidoscope
script
based on the given parameters """
187
script
= KScriptGenerator(filename)
188
script
.setCallWeighting(callWeighting)
189
script
.writeComment("===========================================================================")
190
script
.writeComment("Auto-generated
script
")
191
script
.writeComment(" %d functions, %d elements per function, %d functions between execution"
193
script
.writeComment(" call weighting = %f" % callWeighting)
194
script
.writeComment("==========================================================================="
[
all
...]
Completed in 115 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Feb 24 01:34:59 UTC 2026