/freebsd/tools/regression/usr.bin/env/ |
H A D | regress-env.rgdata | 33 # These first two tests are testing how well the regression-script itself is 38 script:/bin/echo A-${TESTVAR}-Z 43 script:/bin/echo A-${TESTVAR}-Z 49 script:/bin/echo A-${TESTVAR}-Z 54 script:/bin/echo A-${TESTVAR}-Z 59 script:/bin/echo A-${TESTVAR}-Z 69 script:/bin/echo A-${PATH}-Z 76 script:/bin/echo A-${PATH}-Z 81 script:/bin/echo A-${PATH}-Z 90 script:/bin/echo A-${PATH}-Z [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | commands | 6 #0 string/w : shell archive or script for antique kernel text 7 0 string/fwt #!\ /bin/sh POSIX shell script text executable 9 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data) 11 >10 string #\040This\040script\040was\040generated\040using\040Makeself \b, self-executable archive 14 0 string/fwt #!\ /bin/csh C shell script text executable 18 0 string/fwt #!\ /bin/ksh Korn shell script text executable 20 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data) 23 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable 25 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable 27 0 string/fwt #!\ /usr/local/tcsh Tenex C shell script text executable [all …]
|
H A D | python | 9 0 string/t """ Python script text executable 232 0 search/1/w #!\040/usr/bin/python Python script text executable 234 !:mime text/x-script.python 235 0 search/1/w #!\040/usr/local/bin/python Python script text executable 237 !:mime text/x-script.python 238 0 search/10/w #!\040/usr/bin/env\040python Python script text executable 240 !:mime text/x-script.python 245 >0 regex \^from[\040\t]+([A-Za-z0-9_]|\\.)+[\040\t]+import.*$ Python script text executable 247 !:mime text/x-script.python 251 >&0 search/64 self Python script text executable [all …]
|
H A D | tcl | 7 0 search/1/w #!\ /usr/bin/tcl Tcl script text executable 9 0 search/1/w #!\ /usr/local/bin/tcl Tcl script text executable 11 0 search/1 #!/usr/bin/env\ tcl Tcl script text executable 13 0 search/1 #!\ /usr/bin/env\ tcl Tcl script text executable 15 0 search/1/w #!\ /usr/bin/wish Tcl/Tk script text executable 17 0 search/1/w #!\ /usr/local/bin/wish Tcl/Tk script text executable 19 0 search/1 #!/usr/bin/env\ wish Tcl/Tk script text executable 21 0 search/1 #!\ /usr/bin/env\ wish Tcl/Tk script text executable 26 >0 regex \^package[\ \t]+req Tcl script 29 >0 regex \^package[\ \t]+req Tcl script
|
/freebsd/sys/ddb/ |
H A D | db_script.c | 30 * Simple DDB scripting mechanism. Each script consists of a named list of 39 * Scripts may be managed from within DDB using the script, scripts, and 54 * run db_command_loop() after the script. There should be a way to avoid 76 * struct ddb_script describes an individual script. 89 * While executing a script, we parse it using strsep(), so require a 92 * each concurrently executing script. 100 * We use a separate static buffer for script validation so that it is safe 101 * to validate scripts from within a script. This is used only in 111 * global script data structures. 117 * Some script names have special meaning, such as those executed [all …]
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.8 | 41 .Op Fl M Ar script-name 42 .Op Fl O Ar script-name 43 .Op Fl A Ar script-name 45 .Op Fl R Ar script-name 49 .Op Fl M Ar script-name 50 .Op Fl O Ar script-name 51 .Op Fl A Ar script-name 53 .Op Fl R Ar script-name 57 .Op Fl M Ar script-name 58 .Op Fl O Ar script-name [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | sitemap.html | 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> 27 <script type="text/javascript" language="javascript" src="scripts/external.txt"></script> [all …]
|
H A D | comdex.html | 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/contrib/bmake/mk/ |
H A D | scripts.mk | 31 # how we get script name from src 50 .for script in ${${group}:O:u} 51 ${group}_INSTALL_OWN.${script:T} ?= ${${group}_INSTALL_OWN} 52 ${group}DIR.${script:T} ?= ${${group}DIR_${script:T}:U${${group}DIR}} 53 script_mkdir_list += ${${group}DIR.${script:T}} 55 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}} 56 .if ${${group}NAME.${script} [all...] |
/freebsd/libexec/rc/rc.d/ |
H A D | localpkg | 29 for script in ${zlist} ${slist}; do 30 if [ -z "${initdone}" -a -f "${script}" ]; then 34 if [ -x "${script}" ]; then 37 ${script} start) 38 elif [ -f "${script}" -o -L "${script}" ]; then 39 echo -n " (skipping ${script}, not executable)" 57 for script in `reverse_list ${slist} ${zlist}`; do 58 if [ -z "${initdone}" -a -f "${script}" ]; then 62 if [ -x "${script}" ]; then 64 echo "==>" ${script} [all …]
|
/freebsd/usr.bin/tftp/tests/ |
H A D | tftp_test.sh | 47 echo "get ${remote_file##*/} ${local_file}" >client-script 49 tftp localhost <client-script 66 echo "get localhost:${remote_file##*/}" >client-script 68 tftp <client-script 85 echo "get 127.0.0.1:${remote_file##*/}" >client-script 87 tftp <client-script 105 echo "get [::1]:${remote_file##*/}" >client-script 107 tftp <client-script 124 echo "get ${remote_file##*/}" >client-script 126 tftp localhost <client-script [all …]
|
/freebsd/usr.bin/chat/ |
H A D | chat.8 | 6 .Nd Automated conversational script with a modem 15 .Op Ar script 30 or off at specific points in the chat script by using the ECHO 36 Read the chat script from the chat file. 38 is mutually exclusive with the chat script parameters. 82 An alternate reply may be sent or the script will fail if there 84 A failed script will cause the 95 script be executed in a 108 script be executed in a verbose mode. 112 script as well as all text received from the modem and the output [all …]
|
/freebsd/usr.sbin/periodic/etc/daily/ |
H A D | 999.local | 4 # Run the old /etc/daily.local script. This is really for backwards 17 for script in $daily_local 20 case "$script" in 22 if [ -x "$script" ] 24 echo "Running $script:" 26 $script || rc=3 27 elif [ -f "$script" ] 29 echo "Running $script:" 31 sh $script || rc=3 33 echo "$script: No such file" [all …]
|
/freebsd/sys/contrib/openzfs/man/man1/ |
H A D | test-runner.1 | 24 .Op Fl pP Ar script 33 .Op Fl pP Ar script 114 When a pre script fails for a test group, only the post script is executed, 125 script. 170 .It Sy pre No = Ar script 172 .Ar script 175 Execute the pre script as 177 .It Sy post No = Ar script 179 .Ar script 182 Execute the post script as [all …]
|
/freebsd/usr.bin/script/ |
H A D | script.1 | 32 .Nm script 111 Specify the interval at which the script output file will be flushed 139 The script ends when the forked shell (or command) exits (a 165 .Bl -tag -width SCRIPT 166 .It Ev SCRIPT 168 .Ev SCRIPT 171 .Ev SCRIPT 175 .Ev SCRIPT 196 $ SHELL=/bin/csh script 197 Script started, output file is typescript [all …]
|
/freebsd/share/man/man8/ |
H A D | rc.8 | 50 utility is the command script which controls the automatic boot process 55 script contains commands which are pertinent only 116 script. 155 For each script that will call 163 and sources the script in a subshell. 164 Stop processing when the script that is the value of the 189 also exists (because it was created by a script), then delete it and reboot. 225 Call each script in turn using 233 and sources the script in a subshell. 279 The boot does not stop if such a script terminates with a non-zero status, [all …]
|
/freebsd/usr.sbin/periodic/etc/monthly/ |
H A D | 999.local | 14 for script in $monthly_local 17 case "$script" in 19 if [ -x "$script" ] 21 echo "Running $script:" 23 $script || rc=3 24 elif [ -f "$script" ] 26 echo "Running $script:" 28 sh $script || rc=3 30 echo "$script: No such file" 34 echo "$script: Not an absolute path"
|
/freebsd/usr.sbin/periodic/etc/weekly/ |
H A D | 999.local | 14 for script in $weekly_local 17 case "$script" in 19 if [ -x "$script" ] 21 echo "Running $script:" 23 $script || rc=3 24 elif [ -f "$script" ] 26 echo "Running $script:" 28 sh $script || rc=3 30 echo "$script: No such file" 34 echo "$script: Not an absolute path"
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | error_handling_script.rst | 2 Error Handling Script 6 user-provided script specified with ``--error-handling-script=<path to the script>`` 8 such a script. 13 The script is expected to be available in the ``PATH`` or to be provided using a 20 LLD calls the error handling script using the following arguments:: 22 error-handling-script <tag> <tag-specific-arguments...> 27 is specified as the second argument, e.g. ``error-handling-script missing-lib 32 ``error-handling-script undefined-symbol mysymbol`` 37 Upon success, the script is expected to return 0. A non-zero value is
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | script.subr | 32 f_dprintf "%s: loading includes..." script.subr 65 f_dprintf "script.subr: New resWord %s -> %s" "$resword" "$func" 96 # Load a script (usually filled with reswords). If $file is missing or NULL, 107 # Returns success if a script was loaded and itself returned success. 112 local script="$1" config_file retval=$SUCCESS 114 f_dprintf "$funcname: script=[%s]" "$script" 115 if [ ! "$script" ]; then 117 for script in \ 123 [ -e "$script" ] && break 130 # Hint to others that we're running from a script, should they care [all …]
|
/freebsd/stand/common/ |
H A D | interp_simple.c | 46 setenv("script.lang", "simple", 1); in interp_init() 89 struct includeline *script, *se, *sp; in interp_include() local 110 * Read the script into memory. in interp_include() 112 script = se = NULL; in interp_include() 133 /* Allocate script line structure and copy line, flags */ in interp_include() 139 while (script != NULL) { in interp_include() 140 se = script; in interp_include() 141 script = script->next; in interp_include() 155 if (script == NULL) { in interp_include() 156 script = sp; in interp_include() [all …]
|
/freebsd/sbin/ddb/ |
H A D | ddb.8 | 44 .Cm script 47 .Cm script 48 .Ar scriptname Ns = Ns Ar script 115 .It Cm script Ar scriptname 116 Print the script named 118 .It Cm script Ar scriptname Ns = Ns Ar script 119 Define a script named 123 .Ar script 128 Delete the script named 134 The following example defines a script that will execute when the kernel [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBAddressExtensions.i | 13 __runtime_error_str = 'This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.' 16 '''Get the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 22 '''Set the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 28 '''Convert an address to a load address if there is a process and that process is alive, or to a file address otherwise. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 36 '''Convert the address to an octal string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script comman [all...] |
/freebsd/contrib/unbound/contrib/ |
H A D | README | 4 * rc_d_unbound: FreeBSD compatible /etc/rc.d script. 5 * parseunbound.pl: perl script to run from cron that parses statistics from 8 * update-anchor.sh: shell script that uses unbound-host to update a set 14 * build-unbound-localzone-from-hosts.pl: perl script to turn /etc/hosts into 20 * create_unbound_ad_servers.sh: shell script to enter anti-ad server lists. 21 * create_unbound_ad_servers.cmd: windows script to enter anti-ad server lists. 22 * unbound_cache.sh: shell script to save and load the cache. 23 * unbound_cache.cmd: windows script to save and load the cache. 24 * warmup.sh: shell script to warm up DNS cache by your own MRU domains. 25 * warmup.cmd: windows script to warm up DNS cache by your own MRU domains. [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | INSTALL.md | 18 run `./autogen.sh` (a shell script). The autogen.sh script will 25 * Run `./configure` (a shell script). The configure script will 27 from `Makefile.in`. The configure script has a number of options to 55 to modify the `configure` script and `Makefile.in`. Please 69 Makefile.in - compilation rules (input to the configure script) 81 atime.awk - TCP ack awk script 91 configure.ac - configure script source 97 install-sh - BSD style install script 109 makemib - mib to header script 124 packetdat.awk - TCP chunk summary awk script [all …]
|