| /freebsd-src/tests/sys/cddl/zfs/bin/ |
| H A D | Makefile | 10 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 [all...] |
| /freebsd-src/tests/sys/kern/execve/ |
| H A D | Makefile | 19 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-src/contrib/ntp/html/ |
| H A D | sitemap.html | 7 <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 D | comdex.html | 7 <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-src/share/man/man8/ |
| H A D | rc.8 | 36 .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 tha [all...] |
| /freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_status/ |
| H A D | zpool_status_003_pos.ksh | 37 # Verify zpool status command mode (-c) works for all pre-baked scripts. 42 # 3. Make sure we can run multiple scripts in one -c line 57 scripts="" 65 scripts="$scripts $i" 71 # Test that we can run multiple scripts separated with a comma by running 72 # all the scripts in a single -c line. 73 allscripts="$(echo $scripts | sed -r 's/[[:blank:]]+/,/g')"
|
| /freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/ |
| H A D | zpool_iostat_005_pos.ksh | 37 # Verify zpool iostat command mode (-c) works for all pre-baked scripts. 42 # 3. Make sure we can run multiple scripts in one -c line 57 scripts="" 65 scripts="$scripts $i" 71 # Test that we can run multiple scripts separated with a comma by running 72 # all the scripts in a single -c line. 73 allscripts="$(echo $scripts | sed -r 's/[[:blank:]]+/,/g')"
|
| /freebsd-src/contrib/bc/vs/tests/ |
| H A D | tests_bc.bat | 3 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-src/contrib/ntp/ |
| H A D | CommitLog | 143 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/ntp-wait/ntp-wait-opts@1.86 +2 -2 [all …]
|
| /freebsd-src/usr.sbin/periodic/ |
| H A D | periodic.conf | 45 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 returnin [all...] |
| /freebsd-src/usr.sbin/service/ |
| H A D | service.8 | 57 by the rc.d scripts. 65 the scripts using various criteria. 71 scripts, see 85 The list of scripts to check is compiled using 89 then that list of scripts is checked for an 120 When used to run rc.d scripts the 140 For a full list of commands available in most rc.d scripts, see 182 for the names and common commands of the rc.d scripts: 191 for the names of the rc.d scripts:
|
| /freebsd-src/share/doc/usd/04.csh/ |
| H A D | csh.3 | 31 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-src/sys/ddb/ |
| H A D | db_script.c | 35 * 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-src/share/man/man5/ |
| H A D | periodic.conf.5 | 48 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-src/contrib/unifdef/ |
| H A D | Makefile | 18 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-src/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-linux.yml | |
| /freebsd-src/release/packages/ |
| H A D | Makefile.package | 48 devd_COMMENT= Devd Utility and scripts 49 devd_DESC= Devd Utility and scripts 125 nuageinit_COMMENT= CloudInit support scripts 126 nuageinit_DESC= CloudInit support scripts 137 rc_COMMENT= RC Scripts 138 rc_DESC= RC Scripts 145 resolvconf_COMMENT= Resolvconf Utility and scripts 146 resolvconf_DESC= Resolvconf Utility and scripts
|
| /freebsd-src/usr.bin/gh-bc/tests/ |
| H A D | Makefile | 13 FILESfDIR= ${TESTSDIR}/scripts 14 FILESf= ${TEST_DIR}/scripts/functions.sh 35 FILESbc_scriptsDIR= ${TESTSDIR}/tests/bc/scripts 36 FILESbc_scripts!= echo ${TEST_DIR}/tests/bc/scripts/*.* 51 FILESdc_scriptsDIR= ${TESTSDIR}/tests/dc/scripts 52 FILESdc_scripts!= echo ${TEST_DIR}/tests/dc/scripts/*.*
|
| /freebsd-src/contrib/ntp/scripts/ |
| H A D | Makefile.am | 97 $(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 $@
|
| /freebsd-src/share/mk/ |
| H A D | atf.test.mk | 13 # Programs listed here are built using PROGS, PROGS_CXX and SCRIPTS, 63 SCRIPTS+= ${ATF_TESTS_SH} 70 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if 88 SCRIPTS+= ${ATF_TESTS_KSH93} 96 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if 114 # bsd.prog.mk SCRIPTS interface removes file extension unless 125 # Latter array is iterated to enable bsd.prog.mk scripts framework - 126 # namely, installing scripts without .xtmp prefix. Note: this allows to 137 SCRIPTS+= ${_ATF_TESTS_PYTEST} 142 # exist in bsd.prog.mk along the support for SCRIPTS. Move it there if
|
| /freebsd-src/bin/ed/test/ |
| H A D | ckscripts.sh | 2 # This script runs the .ed scripts generated by mkscripts.sh 11 # Run the *.red scripts first, since these don't generate output; 20 # Run the remainding scripts; they exit with zero status 34 done >scripts.o 2>&1 36 grep -h '\*\*\*' errs.o scripts.o
|
| /freebsd-src/sys/contrib/openzfs/scripts/ |
| H A D | Makefile.am | 77 -e '/^export SCRIPT_DIR=/s|$$|$(abs_top_srcdir)/scripts|' \ 81 ALL_LOCAL += scripts-all-local 82 scripts-all-local: %D%/common.sh $(PROGRAMS) $(SCRIPTS) $(DATA) 85 CLEAN_LOCAL += scripts-clean-local 86 scripts-clean-local: 89 INSTALL_DATA_HOOKS += scripts-install-data-hook 90 scripts-install-data-hook: %D%/common.sh.in Makefile 1 scriptsdir = $(datadir)/$(PACKAGE) global() directory
|
| /freebsd-src/contrib/ntp/scripts/stats/ |
| H A D | README | 1 Statistics processing scripts (README) 3 This directory contains a number of scripts for use with the filegen 16 The summary.sh script invokes a number of awk scripts to actually produce 18 The input file is deleted after processing. In fact, the shell scripts will 32 scripts themselves. Further detail on the radio clock ASCII timecode
|
| /freebsd-src/sys/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | pwr_cyc | 213 scripts="temp|health|r_ucor|w_ucor" 215 scripts="temp|health|ata_err|realloc|rep_ucor|cmd_to|pend_sec|off_ucor" 217 scripts="temp|health|nvme_err" 223 scripts="hours_on|defect|nonmed|r_proc|w_proc" 225 scripts="hours_on|pwr_cyc" 227 scripts="hours_on|pwr_cyc" 231 scripts="test_type|test_status|test_progress|test_ended" 234 scripts="$script" 237 with_vals=$(echo "$out" | grep -E "$scripts") 240 without_vals=$(echo "$scripts" | tr '|' '\n' | [all …]
|
| H A D | smartx | 213 scripts="temp|health|r_ucor|w_ucor" 215 scripts="temp|health|ata_err|realloc|rep_ucor|cmd_to|pend_sec|off_ucor" 217 scripts="temp|health|nvme_err" 223 scripts="hours_on|defect|nonmed|r_proc|w_proc" 225 scripts="hours_on|pwr_cyc" 227 scripts="hours_on|pwr_cyc" 231 scripts="test_type|test_status|test_progress|test_ended" 234 scripts="$script" 237 with_vals=$(echo "$out" | grep -E "$scripts") 240 without_vals=$(echo "$scripts" | tr '|' '\n' | [all …]
|