Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 14934) sorted by relevance

12345678910>>...598

/aosp_15_r20/out/target/product/shiba/obj/PACKAGING/system_intermediates/
Dfile_list.txt.rsp1echo -n > out/target/product/shiba/obj/PACKAGING/system_intermediates/file_list.txt ) && (echo "ap…
/aosp_15_r20/external/toybox/tests/
H A Dsh.test1 #!/bin/echo no
26 shxpect "prompt and echo" I$'echo hello\n' O$'hello\n' E"$P"
28 shxpect "redirect err" I$'echo > /dev/full\n' E E"$P" X1
29 shxpect "wait for <(exit)" I$'cat <(echo hello 1>&2)\n' E$'hello\n' E"$P"
32 testing '-c "" exit status 0' '$SH -c "" && echo $?' '0\n' '' ''
33 testing '-c args' "\$SH -c 'echo \$0,\$1,\$2,\$3' one two three four five" \
35 testing '-c args2' "\$SH -c 'echo \${10}' a b c d e f g h i j k l" "k\n" "" ""
37 "$SH -c 'for i in a\"\$@\"b;do echo =\$i=;done;echo \$0' 123 456 789" \
40 "$SH -c 'for i in a\"\$* \$@\"b; do echo =\$i=;done' one two three four five"\
42 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""
[all …]
/aosp_15_r20/external/mksh/src/
H A Dcheck.t39 echo "${vsn#* }"
47 echo "${KSH_VERSION%% *}"
56 echo "${KSH_VERSION%% *}"
108 echo ${foo:-baz}
117 echo ${foo:-baz}
126 echo "<$ENV>"
154 ln -s "$__progname" echo || cp "$__progname" echo
155 ./echo -c 'echo foo' | ./cat -u
157 -c echo foo
190 echo ok
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.netware179 @echo Creating $@
187 @echo Linking $@
195 # @echo Compiling $<
199 @echo Creating $@
203 @echo Creating $@
207 @echo Creating $@
208 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
209 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
210 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
211 @echo $(DL)#$(DL) >> $@
[all …]
/aosp_15_r20/external/pciutils/lib/
H A Dconfigure13 echo >&2 "Please run the configure script from the top-level Makefile"
50 host=`echo $HOST | sed -e 's/^\([^-]*\)-\([^-]*\)-\([^-]*\)-\([^-]*\)$/\1-\3/' -e 's/^\([^-]*\)-\([…
51 cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
52 sys=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
53 echo " $host $rel $cpu $sys"
57 echo >$c '#define PCI_CONFIG_H'
58 echo >>$c "#define PCI_ARCH_`echo $cpu | tr '[a-z]' '[A-Z]'`"
59 echo >>$c "#define PCI_OS_`echo $sys | tr '[a-z]' '[A-Z]'`"
60 echo >$m 'WITH_LIBS='
72 echo >>$c '#define PCI_HAVE_PM_LINUX_SYSFS'
[all …]
/aosp_15_r20/external/libcups/test/
H A Drun-stp-tests.sh20 echo Please run this as a normal user. Not supported when run as root.
47 # Figure out the proper echo options...
50 if (echo "testing\c"; echo 1,2,3) | $GREP c >/dev/null; then
62 echo "Welcome to the CUPS Automated Test Script."
63 echo ""
64 echo "Before we begin, it is important that you understand that the larger"
65 echo "tests require significant amounts of RAM and disk space. If you"
66 echo "attempt to run one of the big tests on a system that lacks sufficient"
67 echo "disk and virtual memory, the UNIX kernel might decide to kill one or"
68 echo "more system processes that you've grown attached to, like the X"
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Dsysctl.sh66 echo -n "Checking production write strict setting ... "
68 echo "FAIL, but skip in case of old kernel" >&2
72 echo "ok"
74 echo "FAIL, strict value is 0 but force to 1 to continue" >&2
75 echo "1" > ${WRITES_STRICT}
97 echo $msg must be run as root >&2
102 echo "$0: You need perl installed"
106 echo "$0: You need getconf installed"
110 echo "$0: You need diff installed"
119 echo "$0: module $TEST_DRIVER not found [SKIP]"
[all …]
/aosp_15_r20/external/python/cpython2/
Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/jemalloc_new/build-aux/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/strace/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/libffi/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/curl/tests/
H A Dech_tests.sh46 echo "You seem to have an active ECH setting in $CURL_CFG_FILE"
47 echo "That might affect results so please remove that or comment"
48 echo "it out - exiting."
132 echo $(($(date +%s) - $(date +%s -r "$1")))
141 echo "$host"
150 echo "$port"
169 echo "cli_test: $cmd " >> "$logfile"
175 echo "cli_test: Timeout running $cmd"
177 echo "cli_test: Timeout running $cmd" >> "$logfile"
182 echo "cli_test: curl failure running $cmd"
[all …]
/aosp_15_r20/external/libsrtp2/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/stressapptest/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/icu/icu4c/source/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/lmfit/build-aux/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
174 echo unknown)`
[all …]
/aosp_15_r20/external/libevent/build-aux/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
108 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure…
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
112 ,,) echo "int x;" > "$dummy.c"
185 echo unknown)`
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/build/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
172 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
[all …]
/aosp_15_r20/external/libnetfilter_conntrack/build-aux/
H A Dconfig.guess35 me=`echo "$0" | sed -e 's,.*/,,'`
65 echo "$timestamp" ; exit ;;
67 echo "$version" ; exit ;;
69 echo "$usage"; exit ;;
75 echo "$me: invalid option $1$help" >&2
83 echo "$me: too many arguments$help" >&2
105 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
106 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
110 ,,) echo "int x;" > $dummy.c ;
172 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
[all …]
/aosp_15_r20/external/libnfnetlink/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
73 echo "$timestamp" ; exit ;;
75 echo "$version" ; exit ;;
77 echo "$usage"; exit ;;
83 echo "$me: invalid option $1$help" >&2
91 echo "$me: too many arguments$help" >&2
113 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
114 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
118 ,,) echo "int x;" > $dummy.c ;
159 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
[all …]
/aosp_15_r20/external/libnetfilter_conntrack/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
73 echo "$timestamp" ; exit ;;
75 echo "$version" ; exit ;;
77 echo "$usage"; exit ;;
83 echo "$me: invalid option $1$help" >&2
91 echo "$me: too many arguments$help" >&2
113 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
114 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
118 ,,) echo "int x;" > $dummy.c ;
159 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
[all …]
/aosp_15_r20/external/libexif/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
72 echo "$timestamp" ; exit ;;
74 echo "$version" ; exit ;;
76 echo "$usage"; exit ;;
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
112 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director…
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
117 ,,) echo "int x;" > $dummy.c ;
158 /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/config/
H A Dicu-config-bottom17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
[all …]
/aosp_15_r20/external/icu/icu4c/source/config/
H A Dicu-config-bottom17 # echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
30 echo " --noverify Don't verify that ICU is actually installed."
31 echo " --bindir Print binary directory path (bin)"
32 echo " --cc Print C compiler used [CC]"
33 echo " --cflags Print C compiler flags [CFLAGS]"
34 echo " --cflags-dynamic Print additional C flags for"
35 echo " building shared libraries."
36 echo " --cppflags Print C Preprocessor flags [CPPFLAGS]"
37 echo " --cppflags-dynamic Print additional C Preprocessor flags for"
38 echo " building shared libraries."
[all …]

12345678910>>...598