/freebsd/contrib/one-true-awk/testdir/ |
H A 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 …]
|
H A D | T.beebe | 1 echo T.beebe: tests from nelson beebe from gawk test suite
|
H A D | T.flags | 23 ### Awk is now like gawk and splits into separate characters if FS = ""
|
H A D | T.misc | 113 # gawk defref test; should give error about undefined function 118 # gawk arrayparm test; should give error about function
|
H A D | funstack.awk | 108 ### gawk, nawk, and recent AT&T awk.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | commands | 33 # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson) 57 0 string/fwt #!\ /bin/gawk GNU awk script text executable 58 !:mime text/x-gawk 59 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable 60 !:mime text/x-gawk 61 0 string/fwt #!\ /usr/local/bin/gawk GNU awk script text executable 62 !:mime text/x-gawk
|
/freebsd/contrib/one-true-awk/ |
H A 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).
|
H A 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.
|
H A D | ChangeLog | 47 * test/T.lilly: Remove gawk warnings from output, improves 317 a la gawk, originally made March 12, 2016. See 352 * regdir/T.gawk, regdir/T.latin1: Updated from awktest.tar.
|
H A D | lib.c | 864 * value and disallowing it. Similarly, we now follow gawk and allow only
|
/freebsd/bin/sh/tests/builtins/ |
H A D | break4.4 | 2 # Although this is not specified by POSIX, some configure scripts (gawk 4.1.0)
|
H A D | break5.4 | 2 # Although this is not specified by POSIX, some configure scripts (gawk 4.1.0)
|
/freebsd/contrib/bc/tests/dc/scripts/ |
H A D | asciify.dc | 3 # cmp -l .log_dc.txt .log_dc_test.txt | gawk '{printf "%08X %02X %02X\n", $1, strtonum(0$2), strton…
|
/freebsd/contrib/tzdata/ |
H A D | zishrink.awk | 251 # In vanguard format with Gawk, links are output sorted by destination. 313 # When using gawk, output zones sorted by name. 323 # When using gawk, output links sorted by destination.
|
/freebsd/usr.bin/awk/ |
H A D | awk.1 | 143 While both gawk and mawk have the same behavior, it is unspecified in the 820 compatibility with other awk implementations like gawk and mawk. 837 Both gawk and mawk already behave similarly.
|
/freebsd/contrib/byacc/ |
H A D | skel2c | 76 # awk (not in gawk) which is triggered by that.
|
H A D | README.BTYACC | 588 skeleton.c file. We used GNU AWK (gawk) version 3.0. 590 It is known that using older versions of gawk
|
/freebsd/contrib/diff/ |
H A D | ABOUT-NLS | 216 gawk | [] [] [] [] | 353 gawk | [] [] [] | 490 gawk | [] [] [] | 627 gawk | [] [] | 12
|
/freebsd/contrib/ncurses/ |
H A D | README.emx | 69 Other required utilities such as ar, cat, chmod, cp, gawk, grep, mv,
|
/freebsd/stand/ficl/softwords/ |
H A D | softcore.awk | 10 # Note! This script uses strftime() which is a gawk-ism, and the
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 111 progs bc cpio diff diff3 gas gawk grep gzip sdiff sort tar
|
/freebsd/contrib/tcpdump/ |
H A D | makemib | 37 # This script needs to be run by "gawk" (GNU awk). "nawk" will work, but
|
/freebsd/contrib/tzcode/ |
H A D | tzselect.ksh | 27 # Gawk (GNU awk) <https://www.gnu.org/software/gawk/>
|
/freebsd/crypto/openssh/contrib/cygwin/ |
H A D | ssh-host-config | 43 /usr/bin/awk gawk
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 312 gawk 'BEGIN {IGNORECASE=1}
|