Searched refs:script (Results 151 - 175 of 372) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/bc/
H A Dmanpage.sh107 script="$0"
108 scriptdir=$(dirname "$script")
H A Dkaratsuba.py36 print("usage: {} [num_iterations test_num exe]".format(script))
44 script = sys.argv[0] variable
45 testdir = os.path.dirname(script)
50 print("\nWARNING: This script is for distro and package maintainers.")
178 for script in scripts:
180 cmd = [ "{}/tests/script.sh".format(testdir), "bc", script + ".bc",
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varquote.sh45 cat <<-'EOF' > script.sh
100 OUT=$( ${TEST_SH} script.sh 2>&1 )
106 atf_fail "script.sh unexpectedly said: ${OUT}"
/freebsd-13-stable/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh13 [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1
/freebsd-13-stable/contrib/lua/src/
H A Dlua.c70 "usage: %s [options] [script [args]]\n"
73 " -i enter interactive mode after executing 'script'\n"
155 ** it has 'argv[script]', which is the script name. The arguments
156 ** to the script (everything after 'script') go to positive indices;
157 ** other arguments (before the script name) go to negative indices.
158 ** If there is no script name, assume interpreter's name as base.
160 static void createargtable (lua_State *L, char **argv, int argc, int script) { argument
162 if (script
583 int script; local
[all...]
/freebsd-13-stable/usr.sbin/service/
H A Dservice.sh40 echo "${0##*/} [-j <jail name or id>] [-v] <rc.d script> start|stop|etc."
157 script=$1
166 if [ -x "$dir/$script" ]; then
167 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
168 exec env -i -L -/daemon HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin "$dir/$script" "$@"
172 # If the script was not found
173 echo "$script does not exist in /etc/rc.d or the local startup"
/freebsd-13-stable/contrib/openresolv/
H A Dlibc.in242 for script in "$LIBEXECDIR"/libc.d/*; do
243 if [ -f "$script" ]; then
244 if [ -x "$script" ]; then
245 "$script" "$@"
247 (. "$script")
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp122 // For parsing version script.
130 // True if a script being read is in a subdirectory specified by -sysroot.
264 script->sectionCommands.push_back(cmd);
278 script->sectionCommands.push_back(cmd);
305 // Case 4: s is a relative path. Search in the directory of the script file.
366 setError("there is a cycle in linker script INCLUDEs");
375 setError("cannot find linker script " + tok);
474 script->phdrsCommands.push_back(cmd);
485 if (script->memoryRegions.count(alias))
487 if (!script
[all...]
/freebsd-13-stable/kerberos5/lib/libwind/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
/freebsd-13-stable/contrib/bc/tests/
H A Dread.sh32 script="$0"
33 testdir=$(dirname "$script")
H A Dtest.sh32 script="$0"
34 testdir=$(dirname "$script")
H A Dafl.py36 print("usage: {} [--asan] dir [results_dir [exe options...]]".format(script))
96 script = sys.argv[0] variable
97 testdir = os.path.dirname(script)
/freebsd-13-stable/usr.sbin/ppp/
H A Dchat.h46 char script[LINE_LEN]; /* Our arg buffer */ member in struct:chat
47 char *argv[MAXARGS]; /* Our arguments (pointing to script) */
H A Ddatalink.h67 } script; member in struct:datalink
75 } script; /* various chat scripts */ member in struct:datalink::__anon16637
H A Ddatalink.c140 dl->script.run = 1;
141 dl->script.packetmode = 1;
217 if (!dl->script.packetmode) {
224 if (dl->script.run) {
226 if (!chat_Setup(&dl->chat, dl->cfg.script.logout, NULL))
227 log_Printf(LogWARN, "Invalid logout script\n");
284 if (dl->script.run) {
286 if (!chat_Setup(&dl->chat, dl->cfg.script.dial,
287 *dl->cfg.script.dial ?
289 log_Printf(LogWARN, "Invalid dial script\
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh29 # This script tests that several of the the mib:::tcp* probes fire and fire
47 script() function
126 script &
130 # Sleep while the above script fires into life. To guard against dtrace dying
/freebsd-13-stable/contrib/ncurses/man/
H A Dmake_sed.sh34 # Construct a sed-script to perform renaming within man-pages. Originally
46 SCRIPT=script$$
/freebsd-13-stable/contrib/diff/src/
H A Danalyze.c63 /* Find the midpoint of the shortest edit script for a specified
71 If FIND_MINIMAL is nonzero, find the minimal edit script regardless
79 Set PART->lo_minimal to true iff the minimal edit script for the
684 /* Cons an additional entry onto the front of an edit script OLD.
707 producing an edit script in reverse order. */
712 struct change *script = 0;
733 script = add_change (line0, line1, i0 - line0, i1 - line1, script);
740 return script;
744 producing an edit script i
708 struct change *script = 0; local
745 struct change *script = 0; local
797 struct change *script; local
[all...]
/freebsd-13-stable/share/mk/
H A Dbsd.prog.mk318 .for script in ${SCRIPTS}
320 SCRIPTSNAME_${script:T}?= ${SCRIPTSNAME}
322 SCRIPTSNAME_${script:T}?= ${script:T:R}
324 SCRIPTSDIR_${script:T}?= ${SCRIPTSDIR}
325 SCRIPTSOWN_${script:T}?= ${SCRIPTSOWN}
326 SCRIPTSGRP_${script:T}?= ${SCRIPTSGRP}
327 SCRIPTSMODE_${script:T}?= ${SCRIPTSMODE}
328 STAGE_AS_${script:T}= ${SCRIPTSDIR_${script
[all...]
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_script.c43 #include "script.h"
55 * Switch to script mode.
65 "150|The script command is only available in vi mode");
95 sp->script = sc;
214 sc = sp->script;
342 sc = sp->script;
389 FD_SET(sp->script->sh_master, &rdfd);
390 if (sp->script->sh_master > maxfd)
391 maxfd = sp->script->sh_master;
408 FD_ISSET(sp->script
[all...]
/freebsd-13-stable/contrib/unbound/contrib/
H A Dwarmup.sh4 # -- Warm up DNS cache script by your own MRU domains or from
5 # -- file when it specified as script argument.
146 script=`which unbound_cache.sh`
147 [ -f "$script" ] && $script -s
/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check_test.sh34 cat >script.sh <<EOF
38 chmod +x script.sh
40 if ! ${Atf_Check} "${@}" ./script.sh >tmp; then
52 cat >script.sh <<EOF
56 chmod +x script.sh
58 if ${Atf_Check} "${@}" ./script.sh 2>tmp; then
/freebsd-13-stable/crypto/heimdal/
H A Dcompile25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh144 script() { function
148 script
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh137 script() { function
156 script 2>&1

Completed in 278 milliseconds

1234567891011>>