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

<<1112131415

/freebsd-13-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-13-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h39 // This represents an r-value in the linker script.
70 // This represents an expression in the linker script.
75 // This enum is used to implement linker script SECTIONS command.
272 // script parser.
325 // A list of symbols referenced by the script.
336 extern LinkerScript *script;
H A DDriver.cpp102 script = make<LinkerScript>();
349 if (config->singleRoRx && !script->hasSectionsCommand)
1241 error(Twine("cannot find version script ") + arg->getValue());
1331 error(Twine("cannot find linker script ") + arg->getValue());
1690 if (script->hasSectionsCommand)
1693 if (script->hasPhdrsCommands())
1930 for (StringRef name : script->referencedSymbols)
1977 // We want to declare linker script's symbols early,
1980 script->declareSymbols();
2132 script
[all...]
H A DMapFile.cpp164 for (BaseCommand *base : script->sectionCommands) {
H A DICF.cpp519 for (BaseCommand *base : script->sectionCommands)
/freebsd-13-stable/contrib/sqlite3/
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
340 # mode: shell-script
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am13 libasn1_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
248 version-script.map
/freebsd-13-stable/contrib/libevent/
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
340 # mode: shell-script
/freebsd-13-stable/contrib/file/
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
341 # mode: shell-script
/freebsd-13-stable/contrib/openpam/
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
341 # mode: shell-script
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
340 # mode: shell-script
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_config.h335 script_info_fifo *script);
/freebsd-13-stable/usr.sbin/ppp/
H A Dcommand.c1745 strncpy(cx->cfg.script.dial, argp, sizeof cx->cfg.script.dial - 1);
1746 cx->cfg.script.dial[sizeof cx->cfg.script.dial - 1] = '\0';
1750 strncpy(cx->cfg.script.login, argp, sizeof cx->cfg.script.login - 1);
1751 cx->cfg.script.login[sizeof cx->cfg.script.login - 1] = '\0';
2014 strncpy(cx->cfg.script.hangup, argp, sizeof cx->cfg.script
[all...]
/freebsd-13-stable/usr.bin/
H A DMakefile134 script \
/freebsd-13-stable/crypto/openssl/
H A DConfigure10 ## Configure -- OpenSSL source tree configuration script
33 # directory as this script.
72 # -<xxx> +<xxx> All options which are unknown to the 'Configure' script are
100 # Following are set automatically by this script
2052 my $script = cleanfile($buildd, $_, $blddir);
2053 if ($unified_info{rename}->{$script}) {
2054 $script = $unified_info{rename}->{$script};
2056 $unified_info{scripts}->{$script} = 1;
2060 my $script
[all...]
H A Dconfig29 -t Test mode, do not run the Configure perl script.
33 Any other text will be passed to the Configure perl script.
439 # script above so we end up with values in vars but that would take
/freebsd-13-stable/crypto/heimdal/base/
H A DMakefile.in46 @versionscript_TRUE@am__append_1 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
90 $(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
410 libheimbase_la_DEPENDENCIES = version-script.map
412 EXTRA_DIST = NTMakefile version-script.map
/freebsd-13-stable/lib/libifconfig/
H A Dsfp.lua36 -- Render the template named by the first argument to this script.
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js605 // Evaluates a script in a global context
965 // but not use a proper concatenation script that understands anonymous
3533 // http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
4968 id = "script" + (new Date()).getTime(),
5717 rnoInnerhtml = /<(?:script|style)/i,
5718 rnocache = /<(?:script|object|embed|option|style)/i,
5722 rscriptType = /\/(java|ecma)script/i,
5740 // IE can't serialize <link> and <script> tags normally
6252 } else if ( nodeName !== "script" && typeof elem.getElementsByTagName !== "undefined" ) {
6416 if ( scripts && jQuery.nodeName( ret[i], "script" )
[all...]
/freebsd-13-stable/kerberos5/lib/libhx509/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/hx509/version-script.map
/freebsd-13-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh42 cat > mnt/test-script.sh <<'EOF'
47 atf_fail "failed to create test script"
52 command1="sh mnt/test-script.sh $file1"
53 command2="sh mnt/test-script.sh $file2"
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c213 struct archive_string script; member in struct:file
742 * Get the path of a shell script if so.
746 archive_string_empty(&(xar->cur_file->script));
759 /* Find the end of a script path. */
764 archive_strncpy(&(xar->cur_file->script), b + off,
1500 if (archive_strlen(&file->script) > 0) {
1510 "interpreter", file->script.s);
1514 r = xmlwrite_string(a, writer, "type", "script");
1977 archive_string_init(&(file->script));
1998 archive_string_free(&(file->script));
[all...]
/freebsd-13-stable/usr.bin/sed/tests/
H A Dmulti_test.sh61 rm -f current.out lines[1-4] script[1-2]
/freebsd-13-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb29 # This script was written to provide a battery of regression-tests for some
30 # changes I am making to the `env' command. I wrote a new script for this
39 # This script was written for the special "shebang-line" testing that I
238 # Processing of the command-line options given to the regress-sb.rb script.
323 @@rgtest_opts["script"] = true
351 optval.gsub!(/\[%- script\.pathname -%\]/x, $scriptfile)
369 when "script"
/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A DMakefile.in49 @versionscript_TRUE@am__append_1 = $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
94 $(top_srcdir)/cf/version-script.m4 $(top_srcdir)/cf/wflags.m4 \
425 libcom_err_la_DEPENDENCIES = version-script.map
436 version-script.map

Completed in 182 milliseconds

<<1112131415