Searched full:gawk (Results 1 – 25 of 136) sorted by relevance
123456
| /external/one-true-awk/testdir/ |
| D | T.gawk | 1 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 …]
|
| D | T.beebe | 1 echo T.beebe: tests from nelson beebe from gawk test suite
|
| D | T.flags | 23 ### Awk is now like gawk and splits into separate characters if FS = ""
|
| /external/toybox/tests/ |
| D | man.test | 35 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/ |
| D | man.c | 43 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/ |
| D | TODO | 13 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).
|
| D | FIXES.1e | 39 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.
|
| D | ChangeLog | 47 * 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/ |
| D | kvm-test-1-run-qemu.sh | 57 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`
|
| D | jitter.sh | 28 starttime=`gawk 'BEGIN { print systime(); }' < /dev/null` 45 t=`gawk -v s=$starttime 'BEGIN { print systime() - s; }' < /dev/null`
|
| /external/strace/tests-mx32/ |
| D | init.sh | 109 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" || {
|
| D | match.awk | 1 #!/bin/gawk
|
| /external/strace/tests/ |
| D | init.sh | 109 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" || {
|
| D | match.awk | 1 #!/bin/gawk
|
| /external/strace/tests-m32/ |
| D | init.sh | 109 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" || {
|
| D | match.awk | 1 #!/bin/gawk
|
| /external/elfutils/tests/ |
| D | coverage.sh | 22 …gawk "/$d.$fc/ { getline; co=gensub(/.*:(.*)% .*/, \"\\\\1\", \"g\"); co=co+0.0; li=\$4+0; printf … 29 …gawk "{ copct=\$2; co=(\$3*copct)/100; toco+=(co+0); toli += (\$3+0); } END { printf \"%-12s %6.2f…
|
| D | run-lfs-symbols.sh | 45 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/ |
| D | asciify.dc | 3 # cmp -l .log_dc.txt .log_dc_test.txt | gawk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strton…
|
| /external/jemalloc_new/msvc/ |
| D | ReadMe.txt | 8 * gawk
|
| /external/webrtc/rtc_tools/ |
| D | author_line_count.sh | 16 | gawk '
|
| /external/oss-fuzz/projects/selinux/ |
| D | Dockerfile | 21 gawk \
|
| /external/selinux/.circleci/ |
| D | config.yml | 16 …- 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/ |
| D | get_ver.awk | 11 sub("\r", "") # make MSYS gawk work with CRLF header input.
|
| /external/oss-fuzz/projects/sound-open-firmware/ |
| D | Dockerfile | 29 gawk \
|
123456