Searched refs:script (Results 176 - 200 of 405) sorted by relevance

1234567891011>>

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh89 script() function
112 script | cut -c5-
H A Dtst.guess64.ksh80 script() function
91 script
H A Dtst.guess32.ksh80 script() function
90 script
H A Dtst.enabled2.ksh96 script() function
107 script
/freebsd-current/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-current/contrib/bc/tests/bc/
H A Dtimeconst.sh28 # Tests the timeconst.bc script from the Linux kernel build.
29 # You can find the script at kernel/time/timeconst.bc in any Linux repo.
32 script="$0"
33 testdir=$(dirname "$script")
50 # Gets the timeconst script, which could be a command-line argument. I don't
81 # If the script does not exist, just skip. Running this test is not necessary.
99 # Run each number through the script.
/freebsd-current/contrib/bc/tests/
H A Dstdin.sh32 script="$0"
34 testdir=$(dirname "$script")
H A Dall.sh30 script="$0"
31 testdir=$(dirname "$script")
43 "$script"
H A Dread.sh32 script="$0"
33 testdir=$(dirname "$script")
46 printf 'usage: %s dir [exe [args...]]\n' "$script"
H A Dscript.sh32 script="$0"
34 testdir=$(dirname "${script}")
47 printf 'usage: %s dir script [run_extra_tests] [run_stack_tests] [generate_tests] [time_tests] [exec args...]\n' "$script"
136 printf 'Skipping %s script: %s\n' "$d" "$f"
146 printf 'Skipping %s script: %s\n' "$d" "$f"
175 printf 'Skipping %s script %s\n' "$d" "$f"
189 printf 'Could not find %s to generate results; skipping %s script %s\n' "$d" "$d" "$f"
199 # This sed, and the script, are to remove an incompatibility with GNU
201 # (manuals/development.md#script
[all...]
H A Dtest.sh32 script="$0"
34 testdir=$(dirname "$script")
/freebsd-current/contrib/bc/gen/
H A Dstrgen.sh35 script="$0"
36 scriptdir=$(dirname "$script")
51 # script generates a string literal, not a char array. To understand the
/freebsd-current/sbin/dhclient/
H A DMakefile42 SCRIPTS=dhclient-script
44 dhclient-script.8
/freebsd-current/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh12 [ "$_SCRIPT_SUBR" ] || . /usr/share/bsdconfig/script.subr || exit 1
/freebsd-current/usr.sbin/service/
H A Dservice.sh38 echo "${0##*/} [-j <jail name or id>] [-v] [-E var=value] <rc.d script> start|stop|etc."
42 echo "-E n=val Set variable n to val before executing the rc.d script"
166 script=$1
175 if [ -x "$dir/$script" ]; then
176 [ -n "$VERBOSE" ] && echo "$script is located in $dir"
177 exec env -i -L -/daemon HOME=/ PATH=/sbin:/bin:/usr/sbin:/usr/bin ${VARS} "$dir/$script" "$@"
181 # If the script was not found
182 echo "$script does not exist in /etc/rc.d or the local startup"
/freebsd-current/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-current/contrib/lua/src/
H A Dlua.c90 "usage: %s [options] [script [args]]\n"
93 " -i enter interactive mode after executing 'script'\n"
176 ** it has 'argv[script]', which is the script name. The arguments
177 ** to the script (everything after 'script') go to positive indices;
178 ** other arguments (before the script name) go to negative indices.
179 ** If there is no script name, assume interpreter's name as base.
180 ** (If there is no interpreter's name either, 'script' is -1, so
183 static void createargtable (lua_State *L, char **argv, int argc, int script) { argument
620 int script; local
[all...]
/freebsd-current/crypto/openssl/Configurations/
H A Dgentemplate.pm212 my $script = $self->{info}->{generate}->{$src}->[0];
218 generator_incs => $self->{info}->{includes}->{$script} // [],
219 generator_deps => $self->{info}->{depends}->{$script} // [],
231 if ($self->{info}->{generate}->{$script}) {
232 $self->dogenerate($script, $obj, $bin, %opts);
518 my $script = shift;
519 return "" if $cache{$script};
521 script => $script,
522 attrs => $self->{info}->{attributes}->{scripts}->{$script} // {},
[all...]
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp128 // For parsing version script.
136 // True if a script being read is in the --sysroot directory.
278 script->sectionCommands.push_back(cmd);
293 script->sectionCommands.push_back(cmd);
321 // Case 4: s is a relative path. Search in the directory of the script file.
382 setError("there is a cycle in linker script INCLUDEs");
391 setError("cannot find linker script " + tok);
505 script->phdrsCommands.push_back(cmd);
516 if (script->memoryRegions.count(alias))
518 if (!script
[all...]
/freebsd-current/kerberos5/lib/libwind/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/lib/wind/version-script.map
/freebsd-current/release/powerpc/
H A Dmkisoimages.sh8 # This script is used by release/Makefile to build the (optional) ISO images
10 # platform has a slightly unique way of making bootable CDs. This script
87 <boot-script>boot &device;:,\ppc\chrp\loader</boot-script>
/freebsd-current/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.h65 } script; member in struct:datalink
73 } script; /* various chat scripts */ member in struct:datalink::__anon6727
/freebsd-current/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-current/contrib/ncurses/man/
H A Dmake_sed.sh34 # Construct a sed-script to perform renaming within man-pages. Originally
46 SCRIPT=script$$

Completed in 324 milliseconds

1234567891011>>