Home
last modified time | relevance | path

Searched full:gawk (Results 1 – 25 of 136) sorted by relevance

123456

/external/one-true-awk/testdir/
DT.gawk1 echo T.gawk: tests adapted from gawk test suite
17 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk arrayref'
30 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk asgext'
43 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backgsub'
65 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backgsub2'
92 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backgsub3'
119 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backsub3'
133 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk backsub'
141 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk dynlj'
166 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk fsrs'
[all …]
DT.beebe1 echo T.beebe: tests from nelson beebe from gawk test suite
DT.flags23 ### Awk is now like gawk and splits into separate characters if FS = ""
/external/toybox/tests/
Dman.test35 testing "gawk alias" "$MAN toybox" " -F\n --foo-bar Does something.\n\n --no-alias Has no alias.\n\…
51 testing "gawk quote" "$MAN toybox" " \"--\"\n\n" "" ""
63 testing "gawk,rsync fancy" "$MAN toybox" " fflush(...) $ ssh ...\n\n" "" ""
72 testing "gawk var" "$MAN toybox" " #AK language. The #PX standard\n\n" "" ""
110 testing "gawk boldita" "$MAN toybox" " -f \" program-file\"\n\n" "" ""
173 testing "gawk,git head" "$MAN toybox" "TOYBOX 1 Apr 13 2019 Project Organization Document Name…
/external/toybox/toys/pending/
Dman.c43 if (TT.any && TT.cell != 2) putchar('\n'); // gawk alias in newln()
93 s("\\*(lq", "\""), s("\\*(rq", "\""); // gawk quote in do_man()
95 s("\\&", ""), s("\\f(CW", ""); // gawk,rsync fancy in do_man()
97 s("\\*(", "#"); // gawk var in do_man()
104 trim(".BI "); // gawk boldita in do_man()
113 else if (start(".TH")) s("\"", " "), put(TT.line + 4); // gawk,git head in do_man()
/external/one-true-awk/
DTODO13 2. Pull in more of the tests from gawk that only test standard features.
19 or writes (similar to gawk's test of this nature).
DFIXES.1e39 consistency, as well as consistency with gawk. Thanks to
111 gawk. (Found a gawk bug while we're at it.) Added a torture
423 test for correct behavior: T.latin1, T.gawk.
636 in gawk as well; we're leaning on the same library.)
675 matches gawk and mawk.
695 gawk and mawk. there are still places where it doesn't work
913 the behavior is the same as gawk and the intended posix standard.
1019 enhanced split(), as in gawk, etc: split(s, a, "") splits s into
1024 added nextfile, as in gawk: causes immediate advance to next
1120 unlike gawk, no /dev/fd/n yet.
DChangeLog47 * test/T.lilly: Remove gawk warnings from output, improves
293 a la gawk, originally made March 12, 2016. See
328 * regdir/T.gawk, regdir/T.latin1: Updated from awktest.tar.
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run-qemu.sh57 kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
88 kstarttime=`gawk 'BEGIN { print systime() }' < /dev/null`
96 kruntime=`gawk 'BEGIN { print systime() - '"$kstarttime"' }' < /dev/null`
144 kruntime=`gawk 'BEGIN { print systime() - '"$kstarttime"' }' < /dev/null`
Djitter.sh28 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null`
45 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
/external/strace/tests-mx32/
Dinit.sh109 check_prog gawk
114 gawk '@include "/dev/null"' < /dev/null ||
115 framework_skip_ 'gawk does not support @include'
120 # Check whether AWK_PROGRAM matches FILE_TO_CHECK using gawk.
143 AWKPATH="$srcdir" gawk -f "$program" "$@" < "$output" || {
Dmatch.awk1 #!/bin/gawk
/external/strace/tests/
Dinit.sh109 check_prog gawk
114 gawk '@include "/dev/null"' < /dev/null ||
115 framework_skip_ 'gawk does not support @include'
120 # Check whether AWK_PROGRAM matches FILE_TO_CHECK using gawk.
143 AWKPATH="$srcdir" gawk -f "$program" "$@" < "$output" || {
Dmatch.awk1 #!/bin/gawk
/external/strace/tests-m32/
Dinit.sh109 check_prog gawk
114 gawk '@include "/dev/null"' < /dev/null ||
115 framework_skip_ 'gawk does not support @include'
120 # Check whether AWK_PROGRAM matches FILE_TO_CHECK using gawk.
143 AWKPATH="$srcdir" gawk -f "$program" "$@" < "$output" || {
Dmatch.awk1 #!/bin/gawk
/external/elfutils/tests/
Dcoverage.sh22gawk "/$d.$fc/ { getline; co=gensub(/.*:(.*)% .*/, \"\\\\1\", \"g\"); co=co+0.0; li=\$4+0; printf …
29gawk "{ copct=\$2; co=(\$3*copct)/100; toco+=(co+0); toli += (\$3+0); } END { printf \"%-12s %6.2f…
Drun-lfs-symbols.sh45 make print-$1 -C $2 |& gawk -F= "/^$1=/{ print \$2 }"
51 bad=$(testrun ${abs_top_builddir}/src/nm -u "$1" | gawk "$LFS")
/external/bc/tests/dc/scripts/
Dasciify.dc3 # cmp -l .log_dc.txt .log_dc_test.txt | gawk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strton…
/external/jemalloc_new/msvc/
DReadMe.txt8 * gawk
/external/webrtc/rtc_tools/
Dauthor_line_count.sh16 | gawk '
/external/oss-fuzz/projects/selinux/
DDockerfile21 gawk \
/external/selinux/.circleci/
Dconfig.yml16 …- run: sudo apt-get install -qq bison clang clang-tools flex gawk gettext libaudit-dev libcap-dev …
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dget_ver.awk11 sub("\r", "") # make MSYS gawk work with CRLF header input.
/external/oss-fuzz/projects/sound-open-firmware/
DDockerfile29 gawk \

123456