Searched refs:script (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h401 void SetPythonCode(const char *script) { m_python_code.assign(script); } argument
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h632 /* Defined by version script. */
633 unsigned int script : 1;
630 unsigned int script : 1; member in struct:bfd_elf_version_expr
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h709 /* Defined by version script. */
710 unsigned int script : 1;
707 unsigned int script : 1; member in struct:bfd_elf_version_expr
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A DMakefile.am13 libasn1_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
248 version-script.map
/freebsd-11-stable/contrib/top/
H A DConfigure3 # Configuration script for top.
189 "-o" for owner, "-g" for group, and "-m" for mode. A shell script
192 the shell script (the default).
/freebsd-11-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-11-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-11-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-11-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-11-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-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.h39 // This represents an r-value in the linker script.
66 // This represents an expression in the linker script.
71 // This enum is used to implement linker script SECTIONS command.
253 // script parser.
305 // A list of symbols referenced by the script.
314 extern LinkerScript *script;
H A DDriver.cpp99 script = make<LinkerScript>();
345 if (config->singleRoRx && !script->hasSectionsCommand)
1116 error(Twine("cannot find version script ") + arg->getValue());
1207 error(Twine("cannot find linker script ") + arg->getValue());
1566 if (script->hasSectionsCommand)
1569 if (script->hasPhdrsCommands())
1785 for (StringRef name : script->referencedSymbols)
1832 // Now when we read all script files, we want to finalize order of linker
1833 // script commands, which can be not yet final because of INSERT commands.
1834 script
[all...]
H A DMapFile.cpp164 for (BaseCommand *base : script->sectionCommands) {
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_config.h335 script_info_fifo *script);
/freebsd-11-stable/usr.bin/
H A DMakefile141 script \
/freebsd-11-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-11-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-11-stable/contrib/groff/font/devps/generate/
H A DMakefile30 # may be used. See the afmname script.
205 pfaedit -script generate/sfdtopfa.pe generate/freeeuro.sfd
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile20 cli-out.c cli-script.c cli-setshow.c cli-utils.c coff-pe-read.c \
/freebsd-11-stable/contrib/dtc/
H A DMakefile41 SHAREDLIB_LINK_OPTIONS=-shared -Wl,--version-script=$(LIBFDT_version) -Wl,-soname,
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh66 cat > $playground/test-script.sh <<'EOF'
71 echo "1..0 # SKIP failed to create test script"
76 command1="sh $playground/test-script.sh $file1"
77 command2="sh $playground/test-script.sh $file2"
/freebsd-11-stable/crypto/openssl/
H A Dconfig16 # to this script should be Emailed to the Apache
37 -t Test mode, do not run the Configure perl script.
40 Any other text will be passed to the Configure perl script.
504 # script above so we end up with values in vars but that would take
/freebsd-11-stable/kerberos5/lib/libhx509/
H A DMakefile5 VERSION_MAP= ${KRB5DIR}/lib/hx509/version-script.map
/freebsd-11-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-11-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"

Completed in 401 milliseconds

1234567891011>>