Home
last modified time | relevance | path

Searched +full:bourne +full:- +full:shell (Results 1 – 25 of 153) sorted by relevance

1234567

/external/bazelbuild-rules_go/go/private/rules/
Dlibrary.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
74 List of files needed by this rule at run-time.
136 Subject to ["Make variable"] substitution and [Bourne shell tokenization].
146 …package may contain [cgo] code, and `srcs` may contain C, C++, Objective-C, and Objective-C++ files
147 …and non-Go assembly files. When cgo is enabled, these files will be compiled with the C/C++ toolch…
149 non-cross-compiling builds when a C/C++ toolchain is configured.
162 Subject to ["Make variable"] substitution and [Bourne shell tokenization].
169 …Subject to ["Make variable"] substitution and [Bourne shell tokenization]. Only valid if `cgo = Tr…
175 …Subject to ["Make variable"] substitution and [Bourne shell tokenization]. Only valid if `cgo = Tr…
181 …Subject to ["Make variable"] substitution and [Bourne shell tokenization]. Only valid if `cgo = Tr…
Dbinary.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
151 # non-data dependents should not pick up the executable as a runfile
160 # If the binary's linkmode is c-archive or c-shared, expose CcInfo
166 "windows": ["-mthreads"],
167 }.get(go.mode.goos, ["-pthread"]),
205 doc = """List of files needed by this rule at run-time. This may include data files
245 … [make variable expansion](https://docs.bazel.build/versions/main/be/make-variables.html).
256 Subject to ["Make variable"] substitution and [Bourne shell tokenization].
261 Subject to ["Make variable"] substitution and [Bourne shell tokenization].
271 basename may also be platform-dependent: on Windows, we add an .exe extension.
[all …]
Dtest.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
99 arguments.add("-output", main_go)
102 arguments.add("-cover_mode", "atomic")
104 arguments.add("-cover_mode", "set")
105 arguments.add("-cover_format", go.cover_format)
109 "-import",
113 "-import",
116 arguments.add("-pkgname", internal_source.library.importpath)
117 arguments.add_all(go_srcs, before_each = "-src", format_each = "l=%s")
129 test_gc_linkopts.extend(["-s", "-w"])
[all …]
Dsource.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
46 doc = """List of files needed by this rule at run-time. This may include data files
57 The files may contain Go-style [build constraints].
79 Subject to ["Make variable"] substitution and [Bourne shell tokenization].
88 …This is used as a way of easily declaring a common set of sources re-used in multiple rules.<br><b…
/external/AFLplusplus/dictionaries/
Dbash.dict2 # - https://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html
3 # - https://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Builtins.html
4 # - https://www.gnu.org/software/bash/manual/html_node/Bourne-Shell-Variables.html
5 # - https://www.gnu.org/software/bash/manual/html_node/Reserved-Word-Index.html
136 "SHELL"
/external/ltp/testcases/commands/file/
Dfile01.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
5 # Copyright (c) Linux Test Project, 2017-2023
19 case $(readelf -h /bin/sh) in
33 if ! [ -f "$fname" ]; then
41 while [ $# -gt 0 ]; do
42 if grep -q "$1" file.out; then
48 if [ $# -gt 0 ]; then
60 2) file_test in.bash "Bourne-Again shell script";;
61 3) file_test in.sh "POSIX shell script, ASCII text executable" \
62 "POSIX shell script text executable" \
[all …]
/external/bazelbuild-rules_go/docs/go/core/
Drules.md1 <!-- Generated with Stardoc: http://skydoc.bazel.build -->
4 ["Make variable"]: https://docs.bazel.build/versions/master/be/make-variables.html
5 …[Bourne shell tokenization]: https://docs.bazel.build/versions/master/be/common-definitions.html#s…
6 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
11 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
12 [cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
15 [data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
18 [mode attributes]: /go/modes.rst#mode-attributes
24 …[shard_count]: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_count
26 [test_arg]: https://docs.bazel.build/versions/master/user-manual.html#flag--test_arg
[all …]
Drules.bzl2 ["Make variable"]: https://docs.bazel.build/versions/master/be/make-variables.html
3 …[Bourne shell tokenization]: https://docs.bazel.build/versions/master/be/common-definitions.html#s…
4 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
9 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
10 [cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
13 [data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
16 [mode attributes]: /go/modes.rst#mode-attributes
22 …[shard_count]: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_count
24 [test_arg]: https://docs.bazel.build/versions/master/user-manual.html#flag--test_arg
25 [test_filter]: https://docs.bazel.build/versions/master/user-manual.html#flag--test_filter
[all …]
/external/rust/crates/clap_complete/src/dynamic/shells/
Dshell.rs7 /// Completion support for built-in shells
10 pub enum Shell { enum
11 /// Bourne Again SHell (bash)
13 /// Friendly Interactive SHell (fish)
17 impl Display for Shell { implementation
18 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt()
26 impl FromStr for Shell { implementation
29 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str()
39 // Hand-rolled so it can work even when `derive` feature is disabled
40 impl ValueEnum for Shell { implementation
[all …]
/external/freetype/docs/
DINSTALL.MAC15 environment variable or pass `-mmacosx-version-min' to gcc. You
17 on. For example, if you use Bourne shell:
21 or, if you use C shell:
25 Alternatively, you could pass `-mmacosx-version-min=10.2' to gcc.
/external/ltp/include/mk/
Dfunctions.mk4 # Copyright (c) Linux Test Project, 2009-2020
19 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 # to avoid unnecessary bourne shell based for-loops and install errors, as well
28 # 1 -> Target basename.
29 # 2 -> Source directory.
30 # 3 -> Destination directory.
38 install -m $$(INSTALL_MODE) $(shell test -d "$(2)/$(1)" && echo "-d") $(PARAM) "$(2)/$(1)" $$@
39 …$(shell test -d "$(2)/$(1)" && echo "install -m "'$$(INSTALL_MODE) $(PARAM)' "$(2)/$(1)/*" -t '$$@…
47 SUBDIRS := $$(filter-out $$(FILTER_OUT_DIRS),$$(SUBDIRS))
/external/python/cpython3/Doc/library/
Dpipes.rst1 :mod:`pipes` --- Interface to shell pipelines
6 :synopsis: A Python interface to Unix shell pipelines.
13 .. deprecated-removed:: 3.11 3.13
18 --------------
21 --- a sequence of converters from one file to another.
24 shell for :func:`os.system` and :func:`os.popen` is required.
39 >>> t.append('tr a-z A-Z', '--')
47 .. _template-objects:
50 ----------------
68 debugging is on, commands to be executed are printed, and the shell is given
[all …]
/external/rust/crates/clap_complete/src/shells/
Dshell.rs11 /// Shell with auto-generated completion script available.
14 pub enum Shell { enum
15 /// Bourne Again SHell (bash)
17 /// Elvish shell
19 /// Friendly Interactive SHell (fish)
23 /// Z SHell (zsh)
27 impl Display for Shell { implementation
28 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt()
36 impl FromStr for Shell { implementation
39 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str()
[all …]
/external/python/cpython2/Doc/library/
Dpipes.rst1 :mod:`pipes` --- Interface to shell pipelines
6 :synopsis: A Python interface to Unix shell pipelines.
11 --------------
14 --- a sequence of converters from one file to another.
17 shell for :func:`os.system` and :func:`os.popen` is required.
28 >>> t.append('tr a-z A-Z', '--')
43 Return a shell-escaped version of the string *s*. The returned value is a
44 string that can safely be used as one token in a shell command line, for
49 >>> filename = 'somefile; rm -rf ~'
50 >>> command = 'ls -l {}'.format(filename)
[all …]
/external/libpng/tests/
Dpngtest-all25 TEST --strict "${srcdir}"/pngtest.png
28 # Use --relaxed because some come from fuzzers that don't maintain CRCs
29 TEST --relaxed "${srcdir}"/contrib/testpngs/crashers/badcrc.png
30 # Use --xfail because there is no reliable way of disabling these errors
33 TEST --xfail "${srcdir}"/contrib/testpngs/crashers/badadler.png
34 TEST --xfail "${srcdir}"/contrib/testpngs/crashers/bad_iCCP.png
35 TEST --xfail "${srcdir}"/contrib/testpngs/crashers/empty_ancillary_chunks.png
38 TEST --xfail "$file"
42 TEST --xfail "$file"
44 TEST --xfail "${srcdir}"/contrib/testpngs/crashers/huge_IDAT.png
[all …]
/external/ltp/utils/benchmark/ebizzy-0.3/
DMakefile18 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24 # `configure' bourne shell script will overwrite this file!
30 LDLIBS += -lpthread
32 WCPPFLAGS += -Wshadow
/external/shflags/lib/
Dversions6 # Copyright 2008-2020 Kate Ward. All Rights Reserved.
20 LSB_RELEASE='/etc/lsb-release'
27 UNAME_R=`uname -r`
28 UNAME_S=`uname -s`
37 CYGWIN_NT-*) os_name_='Cygwin' ;;
39 os_name_=`/usr/bin/sw_vers -productName`
42 10.4|10.4.[0-9]*) os_name_='Mac OS X Tiger' ;;
43 10.5|10.5.[0-9]*) os_name_='Mac OS X Leopard' ;;
44 10.6|10.6.[0-9]*) os_name_='Mac OS X Snow Leopard' ;;
45 10.7|10.7.[0-9]*) os_name_='Mac OS X Lion' ;;
[all …]
/external/mksh/src/
Dlksh.12 .\"-
20 .\"-
24 .\" * - generates ‐ in gnroff, \- generates −, so .tr it to -
25 .\" thus use - for hyphens and \- for minus signs and option dashes
26 .\" * ~ is size-reduced and placed atop in groff, so use \*(TI
27 .\" * ^ is size-reduced and placed atop in groff, so use \*(ha
32 .\" be interpreted as punctuation, and especially with two-letter words
39 . if \*[.T]ascii .tr \-\N'45'
40 . if \*[.T]latin1 .tr \-\N'45'
41 . if \*[.T]utf8 .tr \-\N'45'
[all …]
Dmksh.faq5 <p>This <a href="@@RELPATH@@mksh.htm">shell</a> is spelt either
8 initial lowercase letter</a>; this is important) or “MirBSD Korn Shell”,
10 <p>I usually pronounce it as “<span xml:lang="de-DE-1901">em-ka-es-ha</span>”,
12 Shell”, although it is manageable, mostly for Slavic speakers, to actually
15 xml:lang="de-DE-1901">Mir-Be-Es-De</span>” germanically, for anglophones
16 “Mir-beas’tie” is fine.</p>
17 ----
21 <p>mksh is a so-called (Unix) “shell” or “command interpreter”, similar to
25 also used to write so-called (shell) “script”s, short programs made by
27 <p>On Android, mksh is used as the system shell — basically, the one
[all …]
/external/python/parse_type/tasks/
D__main__.py1 # -*- coding: UTF-8 -*-
8 # -- INSTEAD OF: invoke command
10 python -m tasks --version
13 python -m tasks -l
22 -------------------------------------------------------------------------------
26 .. code-block:: sh
30 # RUN INVOKE: From bundled ZIP file (with Bourne shell/bash script).
41 .. code-block:: bat
59 # -----------------------------------------------------------------------------
61 # -----------------------------------------------------------------------------
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dtzselect.ksh12 # This script requires several features of the Korn shell.
13 # If your host lacks the Korn shell,
17 # Bourne-Again shell (bash)
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
96 'none - I want to specify the time zone using the Posix TZ format.'
117 echo >&2 'For example, GST-10 is a zone named GST' \
120 $AWK -v TZ="$TZ" 'BEGIN {
121 tzname = "[^-+,0-9][^-+,0-9][^-+,0-9]+"
122 time = "[0-2]?[0-9](:[0-5][0-9](:[0-5][0-9])?)?"
123 offset = "[-+]?" time
[all …]
/external/cronet/third_party/icu/source/tools/tzcode/
Dtzselect.ksh12 # This script requires several features of the Korn shell.
13 # If your host lacks the Korn shell,
17 # Bourne-Again shell (bash)
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
96 'none - I want to specify the time zone using the Posix TZ format.'
117 echo >&2 'For example, GST-10 is a zone named GST' \
120 $AWK -v TZ="$TZ" 'BEGIN {
121 tzname = "[^-+,0-9][^-+,0-9][^-+,0-9]+"
122 time = "[0-2]?[0-9](:[0-5][0-9](:[0-5][0-9])?)?"
123 offset = "[-+]?" time
[all …]
/external/ltp/testcases/lib/
Dcmdlib.sh4 # required for all bourne shell based scripts.
20 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25 set -u
29 set -x
40 # To ensure set -u passes...
44 [ -d "$TCtmp" ] && rm -rf "$TCtmp"
59 if eval "test -z \"\$${varname}\""; then
69 if [ -n "$TCtmp" -a "$TCtmp" != "$TEMPDIR/$$" ] ; then
70 test -d "$TCtmp" || mkdir -p "$TCtmp"
89 if [ $# -eq 0 ]; then
[all …]
/external/python/cpython2/Misc/
Dsetuid-prog.c22 Assuming the script is a Bourne shell script, the first line of the
24 #!/bin/sh -
25 The - is important, don't omit it. If you're using esh, the first
27 #!/usr/local/bin/esh -f
29 #!/usr/local/bin/ksh -p
41 #!/bin/csh -fb
133 This check should be made compile-time, but that's not possible. in main()
171 while (**argv == '-') /* don't let argv[0] start with '-' */ in main()
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]

1234567