Searched refs:script (Results 101 - 125 of 356) sorted by relevance

1234567891011>>

/freebsd-12-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-12-stable/contrib/bc/tests/
H A Dradamsa.sh52 script="$0"
62 dir=$(dirname "$script")
H A Dread.sh32 script="$0"
33 testdir=$(dirname "$script")
H A Dtest.sh32 script="$0"
34 testdir=$(dirname "$script")
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh28 script() function
78 script
H A Dtst.freopen.ksh28 script() function
77 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh121 script() { function
125 script
H A Dtst.provregex3.ksh92 script() { function
96 script
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.enabled2.ksh96 script() function
107 script
H A Dtst.entryreturn.ksh89 script() function
112 script | cut -c5-
H A Dtst.guess32.ksh80 script() function
90 script
H A Dtst.guess64.ksh80 script() function
91 script
H A Dtst.noreap.ksh70 script() function
109 script 2>&1 | tee test.out
H A Dtst.noreapring.ksh70 script() function
104 script 2>&1 | tee test.out
H A Dtst.reap.ksh70 script() function
101 script 2>&1 | tee test.out
H A Dtst.static.ksh82 script() function
92 script
H A Dtst.static2.ksh92 script() function
102 script
/freebsd-12-stable/sbin/dhclient/
H A DMakefile43 SCRIPTS=dhclient-script
45 dhclient-script.8
/freebsd-12-stable/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh13 [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1
/freebsd-12-stable/contrib/lua/src/
H A Dlua.c137 "usage: %s [options] [script [args]]\n"
140 " -i enter interactive mode after executing 'script'\n"
221 ** it has 'argv[script]', which is the script name. The arguments
222 ** to the script (everything after 'script') go to positive indices;
223 ** other arguments (before the script name) go to negative indices.
224 ** If there is no script name, assume interpreter's name as base.
226 static void createargtable (lua_State *L, char **argv, int argc, int script) { argument
228 if (script
557 int script; local
[all...]
/freebsd-12-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 0/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-12-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-12-stable/share/mk/
H A Dbsd.prog.mk284 .for script in ${SCRIPTS}
286 SCRIPTSNAME_${script:T}?= ${SCRIPTSNAME}
288 SCRIPTSNAME_${script:T}?= ${script:T:R}
290 SCRIPTSDIR_${script:T}?= ${SCRIPTSDIR}
291 SCRIPTSOWN_${script:T}?= ${SCRIPTSOWN}
292 SCRIPTSGRP_${script:T}?= ${SCRIPTSGRP}
293 SCRIPTSMODE_${script:T}?= ${SCRIPTSMODE}
294 STAGE_AS_${script:T}= ${SCRIPTSDIR_${script
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp118 // For parsing version script.
126 // True if a script being read is in a subdirectory specified by -sysroot.
261 script->sectionCommands.push_back(cmd);
275 script->sectionCommands.push_back(cmd);
345 setError("there is a cycle in linker script INCLUDEs");
354 setError("cannot find linker script " + tok);
452 script->phdrsCommands.push_back(cmd);
463 if (script->memoryRegions.count(alias))
465 if (!script->memoryRegions.count(name))
467 script
[all...]

Completed in 610 milliseconds

1234567891011>>