Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/freebsd/tests/sys/cddl/zfs/bin/
H A DMakefile10 SCRIPTS+= bsddisks.ksh
11 SCRIPTS+= dircmp.ksh
12 SCRIPTS+= dumpadm.ksh
13 SCRIPTS+= ff.ksh
14 SCRIPTS+= fmadm.ksh
15 SCRIPTS+= fmdump.ksh
16 SCRIPTS+= format.ksh
17 SCRIPTS+= groupadd.ksh
18 SCRIPTS+= groupdel.ksh
19 SCRIPTS+= groupmod.ksh
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml39 ci_type=$(python3 .github/workflows/scripts/generate-ci-type.py $head $base)
85 done < <(.github/workflows/scripts/qemu-1-setup.sh)
89 run: .github/workflows/scripts/qemu-2-start.sh ${{ matrix.os }}
93 …run: .github/workflows/scripts/qemu-3-deps.sh ${{ matrix.os }} ${{ github.event.inputs.fedora_kern…
97 run: .github/workflows/scripts/qemu-4-build.sh --poweroff --enable-debug ${{ matrix.os }}
101 run: .github/workflows/scripts/qemu-5-setup.sh
105 run: .github/workflows/scripts/qemu-6-tests.sh
112 run: .github/workflows/scripts/qemu-7-prepare.sh
124 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }…
138 run: .github/workflows/scripts/qemu-9-summary-page.sh
[all …]
/freebsd/contrib/ntp/html/
H A Dsitemap.html7 <link href="scripts/style.css" type="text/css" rel="stylesheet">
18 <script type="text/javascript" language="javascript" src="scripts/install.txt"></script>
19 <script type="text/javascript" language="javascript" src="scripts/manual.txt"></script>
20 <script type="text/javascript" language="javascript" src="scripts/hand.txt"></script>
21 <script type="text/javascript" language="javascript" src="scripts/command.txt"></script>
22 <script type="text/javascript" language="javascript" src="scripts/config.txt"></script>
23 <script type="text/javascript" language="javascript" src="scripts/refclock.txt"></script>
24 <script type="text/javascript" language="javascript" src="scripts/audio.txt"></script>
25 <script type="text/javascript" language="javascript" src="scripts/misc.txt"></script>
26 <script type="text/javascript" language="javascript" src="scripts/special.txt"></script>
[all …]
H A Dcomdex.html7 <link href="scripts/style.css" type="text/css" rel="stylesheet">
18 <script type="text/javascript" language="javascript" src="scripts/accopt.txt"></script>
19 <script type="text/javascript" language="javascript" src="scripts/authopt.txt"></script>
20 <script type="text/javascript" language="javascript" src="scripts/confopt.txt"></script>
21 <script type="text/javascript" language="javascript" src="scripts/monopt.txt"></script>
22 <script type="text/javascript" language="javascript" src="scripts/clockopt.txt"></script>
23 <script type="text/javascript" language="javascript" src="scripts/miscopt.txt"></script>
25 <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
27 <!-- <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script> -->
/freebsd/tests/sys/kern/execve/
H A DMakefile19 SCRIPTS+= bad_interp_len
20 SCRIPTS+= dev_null_script
21 SCRIPTS+= empty
22 SCRIPTS+= good_script
23 SCRIPTS+= non_exist_shell
24 SCRIPTS+= script_arg
25 SCRIPTS+= script_arg_nospace
26 SCRIPTS+= sparse_aout
27 SCRIPTS+= trunc_aout
/freebsd/contrib/pam-krb5/tests/module/
H A Dalt-auth-t.c56 run_script("data/scripts/alt-auth/basic", &config); in main()
57 run_script("data/scripts/alt-auth/basic-debug", &config); in main()
58 run_script("data/scripts/alt-auth/fail", &config); in main()
59 run_script("data/scripts/alt-auth/fail-debug", &config); in main()
60 run_script("data/scripts/alt-auth/force", &config); in main()
61 run_script("data/scripts/alt-auth/only", &config); in main()
69 run_script("data/scripts/alt-auth/force-fail-debug", &config); in main()
78 run_script("data/scripts/alt-auth/username-map", &config); in main()
88 run_script("data/scripts/alt-auth/username-map-prefix", &config); in main()
99 run_script("data/scripts/alt-auth/username-map", &config); in main()
[all …]
H A Dpassword-t.c74 run_script("data/scripts/password/too-long", &config); in main()
75 run_script("data/scripts/password/too-long-debug", &config); in main()
80 run_script("data/scripts/password/authtok-too-long", &config); in main()
81 run_script("data/scripts/password/authtok-too-long-debug", &config); in main()
92 run_script("data/scripts/password/basic", &config); in main()
95 run_script("data/scripts/password/basic-debug", &config); in main()
100 run_script("data/scripts/password/prompt-principal", &config); in main()
105 run_script("data/scripts/password/expose", &config); in main()
113 run_script("data/scripts/password/banner", &config); in main()
116 run_script("data/scripts/password/no-banner", &config); in main()
[all …]
H A Dexpired-t.c87 run_script("data/scripts/expired/basic-heimdal", &config); in main()
91 run_script("data/scripts/expired/basic-heimdal-debug", &config); in main()
93 run_script("data/scripts/expired/basic-heimdal-old", &config); in main()
97 run_script("data/scripts/expired/basic-heimdal-old-debug", &config); in main()
100 run_script("data/scripts/expired/basic-mit", &config); in main()
104 run_script("data/scripts/expired/basic-mit-debug", &config); in main()
112 run_script("data/scripts/expired/basic-heimdal-silent", &config); in main()
116 run_script("data/scripts/expired/basic-heimdal-flag-silent", &config); in main()
121 run_script("data/scripts/expired/basic-mit-silent", &config); in main()
125 run_script("data/scripts/expired/basic-mit-flag-silent", &config); in main()
[all …]
H A Dpkinit-t.c49 run_script("data/scripts/pkinit/basic", &config); in main()
50 run_script("data/scripts/pkinit/basic-debug", &config); in main()
51 run_script("data/scripts/pkinit/prompt-use", &config); in main()
52 run_script("data/scripts/pkinit/prompt-try", &config); in main()
53 run_script("data/scripts/pkinit/try-pkinit", &config); in main()
57 run_script("data/scripts/pkinit/try-pkinit-debug", &config); in main()
59 run_script("data/scripts/pkinit/try-pkinit-debug-mit", &config); in main()
64 run_script("data/scripts/pkinit/preauth-opt-mit", &config); in main()
91 run_script("data/scripts/pkinit/pin-mit", &config); in main()
H A Drealm-t.c50 run_script("data/scripts/realm/fail-no-realm", &config); in main()
51 run_script("data/scripts/realm/fail-no-realm-debug", &config); in main()
55 run_script("data/scripts/realm/pass-realm", &config); in main()
58 run_script("data/scripts/realm/fail-user-realm", &config); in main()
74 run_script("data/scripts/realm/pass-user-realm", &config); in main()
83 run_script("data/scripts/realm/fail-realm", &config); in main()
84 run_script("data/scripts/realm/fail-bad-user-realm", &config); in main()
/freebsd/share/man/man8/
H A Drc.836 .Nd command scripts for auto-reboot and daemon startup
72 style scripts and place them under
77 by the startup scripts, while
86 directories contain scripts which will be automatically
105 scripts from performing the check for already running processes
153 with the list of scripts to be run.
175 this time including the scripts in the
180 again with the new list of scripts.
243 Scripts that are
278 Scripts that are sourced in a subshell.
[all …]
/freebsd/contrib/ntp/
H A DCommitLog143 scripts/calc_tickadj/calc_tickadj.1calc_tickadjman@1.117 +2 -2
146 scripts/calc_tickadj/calc_tickadj.1calc_tickadjmdoc@1.119 +2 -2
149 scripts/calc_tickadj/calc_tickadj.html@1.118 +1 -1
152 scripts/calc_tickadj/calc_tickadj.man.in@1.116 +2 -2
155 scripts/calc_tickadj/calc_tickadj.mdoc.in@1.119 +2 -2
158 scripts/calc_tickadj/invoke-calc_tickadj.texi@1.121 +1 -1
161 scripts/invoke-plot_summary.texi@1.139 +2 -2
164 scripts/invoke-summary.texi@1.138 +2 -2
167 scripts/ntp-wait/invoke-ntp-wait.texi@1.350 +2 -2
170 scripts/nt
[all...]
/freebsd/usr.sbin/periodic/
H A Dperiodic.conf45 daily_show_success="YES" # scripts returning 0
46 daily_show_info="YES" # scripts returning 1
47 daily_show_badconfig="NO" # scripts returning 2
197 daily_local="/etc/daily.local" # Local scripts
208 weekly_show_success="YES" # scripts returning 0
209 weekly_show_info="YES" # scripts returning 1
210 weekly_show_badconfig="NO" # scripts returning 2
229 weekly_local="/etc/weekly.local" # Local scripts
240 monthly_show_success="YES" # scripts returning 0
241 monthly_show_info="YES" # scripts returning 1
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/
H A Dzpool_iostat_005_pos.ksh38 # Verify zpool iostat command mode (-c) works for all pre-baked scripts.
43 # 3. Make sure we can run multiple scripts in one -c line
58 scripts=""
66 scripts="$scripts $i"
72 # Test that we can run multiple scripts separated with a comma by running
73 # all the scripts in a single -c line.
74 allscripts="$(echo $scripts | sed -r 's/[[:blank:]]+/,/g')"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_status/
H A Dzpool_status_003_pos.ksh38 # Verify zpool status command mode (-c) works for all pre-baked scripts.
43 # 3. Make sure we can run multiple scripts in one -c line
58 scripts=""
66 scripts="$scripts $i"
72 # Test that we can run multiple scripts separated with a comma by running
73 # all the scripts in a single -c line.
74 allscripts="$(echo $scripts | sed -r 's/[[:blank:]]+/,/g')"
/freebsd/contrib/bc/vs/tests/
H A Dtests_bc.bat3 set scripts=..\..\tests\bc variable
63 if exist "%scripts%\%%i.txt" (
64 "%bc%" "%args%" < "%scripts%\%%i.txt" > "%%i_results.txt"
71 fc.exe "%scripts%\%%i_results.txt" "%%i_results.txt" > NUL
85 if exist "%scripts%\leadingzero.txt" (
86 "%bc%" "%args%" -z < "%scripts%\leadingzero.txt" > "leadingzero_z_results.txt"
93 fc.exe "%scripts%\leadingzero_results.txt" "leadingzero_z_results.txt" > NUL
/freebsd/sys/tools/syscalls/
H A Dmain.lua25 local init_sysent = require("scripts.init_sysent")
26 local libsys_h = require("scripts.libsys_h")
27 local syscall_h = require("scripts.syscall_h")
28 local syscall_mk = require("scripts.syscall_mk")
29 local syscalls = require("scripts.syscalls")
30 local syscalls_map = require("scripts.syscalls_map")
31 local sysproto_h = require("scripts.sysproto_h")
32 local systrace_args = require("scripts.systrace_args")
/freebsd/share/doc/usd/04.csh/
H A Dcsh.331 Shell control structures and command scripts
38 .I "shell scripts."
40 scripts.
44 It is important to first note what shell scripts are
107 This allows you to convert your older shell scripts to use
186 would give `a b'. Other notations useful in shell scripts are
219 useful for writing shell scripts that are interactive, reading
253 In order for interesting shell scripts to be constructed it
426 Another important mechanism used in shell scripts is the `:' modifier.
475 comment in shell scripts (but not from the terminal).
[all …]
/freebsd/sys/ddb/
H A Ddb_script.c35 * for passing into further DDB commands. Certain scripts are run
39 * Scripts may be managed from within DDB using the script, scripts, and
44 * - Allow scripts to be defined using tunables so that they can be defined
45 * before boot and be present in single-user mode without boot scripts
48 * statically allocated buffers to hold defined scripts. However, when
49 * scripts are being defined from userspace via sysctl, we could in fact be
52 * - When scripts run automatically on entrance to DDB, placing "continue" at
84 * Global list of scripts -- defined scripts have non-empty name fields.
91 * recursion of scripts (one may reference another), we need one buffer for
101 * to validate scripts from within a script. This is used only in
[all …]
/freebsd/usr.sbin/service/
H A Dservice.858 by the rc.d scripts.
66 the scripts using various criteria.
72 scripts, see
88 The list of scripts to check is compiled using
92 then that list of scripts is checked for an
126 When used to run rc.d scripts the
146 For a full list of commands available in most rc.d scripts, see
188 for the names and common commands of the rc.d scripts:
197 for the names of the rc.d scripts:
/freebsd/share/man/man5/
H A Dperiodic.conf.548 is actually sourced as a shell script from each of the periodic scripts
57 List of directories to search for periodic scripts.
65 What to do with the output of the scripts executed from
92 will mask the output of the executed scripts based on their return code
140 The following variables are used by the standard scripts that reside in
558 scripts.
561 Local scripts should be placed in
648 Set to a list of extra scripts that should be run after all other
649 daily scripts.
650 All scripts must be absolute path names.
[all …]
/freebsd/crypto/libecc/.github/workflows/
H A Dlibecc_python_tests.yml36 …echo "y" | python3 scripts/expand_libecc.py --remove-all && PYTHON=python3 sh scripts/gen_curves_t…
38 echo "y" | python3 scripts/expand_libecc.py --remove-all && make clean;
40 …echo "y" | python2 scripts/expand_libecc.py --remove-all && PYTHON=python2 sh scripts/gen_curves_t…
42 echo "y" | python2 scripts/expand_libecc.py --remove-all && make clean;
/freebsd/sys/contrib/openzfs/scripts/
H A DMakefile.am78 -e '/^export SCRIPT_DIR=/s|$$|$(abs_top_srcdir)/scripts|' \
82 ALL_LOCAL += scripts-all-local
83 scripts-all-local: %D%/common.sh $(PROGRAMS) $(SCRIPTS) $(DATA)
86 CLEAN_LOCAL += scripts-clean-local
87 scripts-clean-local:
90 INSTALL_DATA_HOOKS += scripts-install-data-hook
91 scripts-install-data-hook: %D%/common.sh.in Makefile
/freebsd/contrib/unifdef/
H A DMakefile18 scripts/reversion.sh
21 scripts/runtests.sh tests
49 scripts/copycheck.sh
50 scripts/release.sh ${DISTEXTRA}
55 Changelog: version.sh scripts/gitlog2changelog.sh
56 scripts/gitlog2changelog.sh >Changelog
/freebsd/contrib/ntp/scripts/
H A DMakefile.am97 $(srcdir)/plot_summary.man.in: $(srcdir)/plot_summary.1plot_summaryman $(top_srcdir)/sntp/scripts/m…
98 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summaryman > $(src…
106 $(srcdir)/plot_summary.mdoc.in: $(srcdir)/plot_summary.1plot_summarymdoc $(top_srcdir)/sntp/scripts
107 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summarymdoc > $(sr…
123 $(top_srcdir)/scripts/build/check--help $@
143 $(srcdir)/summary.man.in: $(srcdir)/summary.1summaryman $(top_srcdir)/sntp/scripts/mansec2subst.sed
144 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summaryman > $(srcdir)/summa…
152 $(srcdir)/summary.mdoc.in: $(srcdir)/summary.1summarymdoc $(top_srcdir)/sntp/scripts/mansec2subst.s…
153 …sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summarymdoc > $(srcdir)/summ…
169 $(top_srcdir)/scripts/build/check--help $@

12345678910>>...53