Searched refs:script (Results 251 - 275 of 405) sorted by relevance

<<11121314151617

/freebsd-current/share/mk/
H A Dlocal.sys.env.mk34 # we can use this for a cheap timestamp at the start of a target's script,
/freebsd-current/share/dtrace/
H A Dtcpdebug27 * The tcpdebug D script uses the tcp:kernel::debug tracepoints
H A Dsiftr27 * The siftr D script collects data from the SIFTR kernel module.
H A Dtcptrack27 * The tcptrack D script shows various information about TCP
H A Dnfsattrstats30 * This script creates a trace of NFS RPCs, NFS attribute cache
H A Dnfsclienttime30 * This script measures all time spent waiting on RPC replies for each
/freebsd-current/contrib/bmake/mk/
H A Dwhats.mk57 # this script is done in multiple lines so we can
/freebsd-current/rescue/rescue/
H A DMakefile25 SCRIPTSNAME_dhclient_FIXED= dhclient-script
26 dhclient_FIXED: ../../sbin/dhclient/dhclient-script
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c64 { "script", required_argument, 0, 't' },
95 static const char *script = "/bin/true"; variable
103 " [-s <bytes>] [-p <path>] [-t <script> ] [-o <phase>]\n",
117 " --script -t <script> Exec script between phases\n"
173 script = optarg;
217 fprintf(stdout, "script: %s\n", script);
294 char *argv[3] = { (char *)script, (cha
[all...]
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in956 for script in "$LIBEXECDIR"/*; do
957 if [ -f "$script" ]; then
958 eval script_enabled="\$${script##*/}"
963 if [ -x "$script" ]; then
964 "$script" "$cmd" "$iface"
966 (set -- "$cmd" "$iface"; . "$script")
/freebsd-current/contrib/bc/
H A Dconfigure.sh30 script="$0"
31 scriptdir=$(dirname "$script")
32 script=$(basename "$script")
53 printf ' %s -h\n' "$script"
54 printf ' %s --help\n' "$script"
55 printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$script"
57 printf ' %s \\\n' "$script"
263 printf ' `%s` is run, it can also be passed to `make install`\n' "$script"
265 printf ' the one given to `%s` takes precedence.\n' "$script"
[all...]
H A Dconfigure30 script="$0"
31 scriptdir=$(dirname "$script")
32 script=$(basename "$script")
53 printf ' %s -h\n' "$script"
54 printf ' %s --help\n' "$script"
55 printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$script"
57 printf ' %s \\\n' "$script"
263 printf ' `%s` is run, it can also be passed to `make install`\n' "$script"
265 printf ' the one given to `%s` takes precedence.\n' "$script"
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dchat.c186 /* Put the '-' back in case we ever want to rerun our script */
195 /* End of script - all ok */
220 * c->argptr now temporarily points into c->script (via c->argv)
287 /* End of script - all ok */
558 *c->script = '\0';
575 *c->script = '\0';
578 strncpy(c->script, data, sizeof c->script - 1);
579 c->script[sizeof c->script
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A DMakefile.am15 libroken_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
239 version-script.map
/freebsd-current/kerberos5/lib/libhdb/
H A DMakefile6 VERSION_MAP= ${KRB5DIR}/lib/hdb/version-script.map
/freebsd-current/tools/tools/sysdoc/
H A Dsysdoc.sh73 This script was forged as a way to automatically
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzloop.sh29 echo "Missing helper script ${SCRIPT_COMMON}" && exit 1
47 This script runs ztest repeatedly with randomized arguments.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h725 // script string. The script assigns some function to `_function_`
730 // const char script[] = R"(
737 // static PythonScript foo(script)
741 const char *script; member in class:lldb_private::python::PythonScript
747 PythonScript(const char *script) : script(script), function() {} argument
/freebsd-current/libexec/rtld-elf/
H A DMakefile71 LDFLAGS+= -Wl,--version-script=${VERSION_MAP}
/freebsd-current/contrib/byacc/
H A Dvmsbuild.com2 $! VMS build-script for BYACC. Requires installed C compiler
118 $! mms called this script to build vms_link.opt. all done
/freebsd-current/contrib/dialog/package/
H A Ddialog.spec22 display messages using dialog boxes from a shell script. These types
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.cmd3 rem -- DNS cache save/load script
/freebsd-current/crypto/heimdal/lib/gssapi/
H A DMakefile.am217 libgssapi_la_DEPENDENCIES = version-script.map
222 libgssapi_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
273 $(libgssapi_la_OBJECTS): $(srcdir)/version-script.map
346 version-script.map \
/freebsd-current/crypto/heimdal/lib/hx509/
H A DMakefile.am92 libhx509_la_DEPENDENCIES = version-script.map
107 libhx509_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
109 $(libhx509_la_OBJECTS): $(srcdir)/version-script.map $(nodist_include_HEADERS) $(priv_headers)
307 version-script.map \
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp231 for (StringRef s : script->referencedSymbols)
289 // script KEEP command.
290 if (isReserved(sec) || script->shouldKeep(sec)) {

Completed in 373 milliseconds

<<11121314151617