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

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.am15 libroken_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
239 version-script.map
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh74 This script was forged as a way to automatically
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h163 int ctm_edit(u_char *script, int length, char *filein, char *fileout);
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl470 * The following lines are auto generated by the script mkerr.pl. Any changes
471 * made after this point may be overwritten when the script is next run.
657 * NOTE: this file was auto generated by the mkerr.pl script: any changes
658 * made to it will be overwritten when the script next updates this file,
/freebsd-11-stable/kerberos5/lib/libhdb/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/hdb/version-script.map
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h726 // script string. The script assigns some function to `_function_`
731 // const char script[] = R"(
738 // static PythonScript foo(script)
742 const char *script; member in class:lldb_private::python::PythonScript
748 PythonScript(const char *script) : script(script), function() {} argument
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am25 libgomp_version_script = -Wl,--version-script,$(top_srcdir)/libgomp.map
/freebsd-11-stable/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-11-stable/contrib/dialog/package/
H A Ddialog.spec18 or display messages using dialog boxes from a shell script. These
/freebsd-11-stable/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-11-stable/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-11-stable/share/dtrace/
H A Dnfsattrstats32 * This script creates a trace of NFS RPCs, NFS attribute cache
H A Dnfsclienttime32 * This script measures all time spent waiting on RPC replies for each
H A Dsiftr29 * The siftr D script collects data from the SIFTR kernel module.
H A Dtcptrack29 * The tcptrack D script shows various information about TCP
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd3 rem -- DNS cache save/load script
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp237 for (StringRef s : script->referencedSymbols)
241 // script KEEP command.
261 if (isReserved(sec) || script->shouldKeep(sec)) {
H A DLinkerScript.cpp9 // This file contains the parser/evaluator of the linker script.
49 LinkerScript *script; member in namespace:lld::elf
142 // should be defined from linker script.
159 // linker-script-defined symbols.
214 // Collect section/value pairs of linker-script-defined symbols. This is used to
250 // the list of script commands to mix sections inserted into.
277 // Symbols defined in script should not be inlined by LTO. At the same time
422 // which are common because they are in the default bfd script.
536 // current state through to a lambda function created by the script parser.
564 OutputSection *sec = script
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk56 # man2html 3.0.1 is a Perl script which assumes that pages are fixed size.
95 # The edit_man.sed script is built as a side-effect of installing the manpages.
98 # configure script.
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.am236 version-script.map
241 libkrb5_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
368 version-script.map \
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh1101 # awk script input:
1146 script='{
1155 (echo $fill | awk "$script"; echo o) > in1
1172 (echo $fill | awk "$script"; echo O) > in2
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh28 # The gdb-events.h/gdb-events.c files this script generates are commited
141 The bourn shell script \`\`gdb-events.sh'' creates the files
147 changes into that script. Conversely, when making sweeping changes
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c457 /* Find the consecutive changes at the start of the script START.
475 Both functions take one arg, an edit script.
477 HUNKFUN is called with the tail of the script
485 print_script (struct change *script,
489 struct change *next = script;
510 /* Reconnect the script so it will all be freed properly. */
648 /* Look at a hunk of edit script and report the range of lines in each file
479 print_script(struct change *script, struct change * (*hunkfun) (struct change *), void (*printfun) (struct change *)) argument
/freebsd-11-stable/crypto/openssh/contrib/
H A Dssh-copy-id33 # Shell script to install your public key(s) on a remote machine
50 shell, and then retry running this script. If that works, please report
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c252 * This function processes the sent packet according to the server script,
268 script_info *curr_script; /* Current script being processed */
292 /* Get the current script for the server */
363 * Check if the time of the script has expired. If yes, delete it.
366 NULL == HEAD_PFIFO(server->script)) {
373 UNLINK_FIFO(curr_script, *server->script, link);

Completed in 357 milliseconds

1234567891011>>