Home
last modified time | relevance | path

Searched refs:AWK (Results 151 – 175 of 32069) sorted by relevance

12345678910>>...1283

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
144 if test -z "$AWK" ; then
145 for AWK in gawk nawk awk ; do
146 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
203 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
144 if test -z "$AWK" ; then
145 for AWK in gawk nawk awk ; do
146 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
203 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/lang/gcc9/gcc-9.4.0/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
148 if test -z "$AWK" ; then
149 for AWK in gawk nawk awk ; do
150 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/lang/gcc9-aux/gcc-9.1.0/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
148 if test -z "$AWK" ; then
149 for AWK in gawk nawk awk ; do
150 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/lang/gcc9-devel/gcc-9-20211007/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
148 if test -z "$AWK" ; then
149 for AWK in gawk nawk awk ; do
150 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/lang/gcc6-aux/gcc-6-20180516/contrib/
H A Dwarn_summary75 …$AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t…
78 …$AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} …
81 $AWK "/stage${stageNminus1}\//{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
148 if test -z "$AWK" ; then
149 for AWK in gawk nawk awk ; do
150 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
207 warningFilter < $tmpfile | srcdirFilter | $AWK -F: '{print$1}' | sort | \
/dports/devel/automake/automake-1.16.5/maintainer/
H A Drename-tests32 AWK=${AWK-awk}
43 $AWK -v me="$me" '
56 $AWK >&5 <<<"$input" \
61 eval "$($AWK '{ printf ("git mv %s %s\n", $1, $2) }' <<<"$input")"
66 $SED -e "$($AWK '{ printf ("s|^%s |%s |\n", $1, $2) }' <<<"$input")" \
/dports/mail/sortmail/sortmail-1.20/
H A Dsortmail166 AWK=awk
170 AWK=nawk
297 NEW_OPTS=`$AWK 'BEGIN {
621 _MB=`$AWK <&- 'BEGIN {
741 eval `$AWK <&- 'BEGIN {
749 eval `$AWK <&- 'BEGIN {
757 eval `$AWK <&- 'BEGIN {
765 eval `$AWK <&- 'BEGIN {
773 eval `$AWK <&- 'BEGIN {
784 eval `$AWK <&- 'BEGIN {
[all …]
/dports/mail/bogofilter-sqlite/bogofilter-1.2.5/src/tests/
H A Dt.systest69 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
70 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
71 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
72 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
83 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
84 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
85 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
86 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
/dports/mail/bogofilter/bogofilter-1.2.5/src/tests/
H A Dt.systest69 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
70 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
71 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
72 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
83 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
84 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
85 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
86 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
/dports/mail/bogofilter-kc/bogofilter-1.2.5/src/tests/
H A Dt.systest69 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
70 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
71 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
72 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
83 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
84 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
85 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
86 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
/dports/mail/bogofilter-lmdb/bogofilter-1.2.5/src/tests/
H A Dt.systest69 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
70 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
71 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
72 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
83 in=`echo $tst | tr "." " " | $AWK '{print $1}'`
84 out=`echo $tst | tr "." " " | $AWK '{print $2}'`
85 ver=`echo $tst | tr "." " " | $AWK '{print $3}'`
86 sih=`echo $tst | tr "." " " | $AWK '{print $4}'`
/dports/security/cops/cops_104+/
H A Dbug.chk.sun14 AWK=/bin/awk
23 BUG="$AWK -f ./bug_cmp"
33 real_date=`$DATE | $AWK '{print $2, $NF}'`
34 THIS_YEAR=`$DATE | $AWK '{print $NF}'`
37 release_level=`$DMESG | $GREP SunOS | $AWK '{print $3}' | $SORT | $UNIQ`
40 $AWK '{for (i=1;i<=NF;i++) if ($i ~ /[3-4]\.[0-5]/) print $i}'`
52 …cur_date=`$LS $LS_OPTS $sendmail | $AWK '{if (index($9, ":")) print $8, $7, '"$THIS_YEAR"' ; else …
66 …cur_date=`$LS $LS_OPTS $restore | $AWK '{if (index($9, ":")) print $8, $7, '"$THIS_YEAR"' ; else p…
90 …cur_date=`$LS $LS_OPTS $sel_svc | $AWK '{if (index($9, ":")) print $8, $7, '"$THIS_YEAR"' ; else p…
101 …cur_date=`$LS $LS_OPTS $lpd | $AWK '{if (index($9, ":")) print $8, $7, '"$THIS_YEAR"' ; else print…
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/scripts/
H A Dpnglibconf.mak10 AWK = gawk macro
11 AWK = mawk macro
12 AWK = nawk macro
13 AWK = one-true-awk macro
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk' macro
48 $(AWK) -f $(srcdir)/scripts/options.awk out=dfn1.out\
50 $(AWK) -f $(srcdir)/scripts/options.awk out=dfn2.out dfn1.out 1>&2
/dports/devel/ncurses/ncurses-6.3/include/
H A DMakefile.in59 AWK = @AWK@
121 AWK=$(AWK) $(SHELL) $(srcdir)/MKkey_defs.sh $(CAPLIST) >>$@
128 $(AWK) -f MKterm.h.awk $(CAPLIST) > $@
136 AWK=$(AWK) $(SHELL) $(srcdir)/MKncurses_def.sh $(srcdir)/ncurses_defs >$@
140 AWK=$(AWK) $(SHELL) $(srcdir)/MKparametrized.sh $(CAPLIST) >$@
/dports/graphics/povray37/povray-3.7.0.10/libraries/png/scripts/
H A Dpnglibconf.mak10 AWK = gawk macro
11 AWK = mawk macro
12 AWK = nawk macro
13 AWK = one-true-awk macro
14 AWK = awk # Crashes on SunOS 5.10 - use 'nawk' macro
48 $(AWK) -f $(srcdir)/scripts/options.awk out=dfn1.out version=search\
51 $(AWK) -f $(srcdir)/scripts/options.awk out=dfn2.out dfn1.out 1>&2
/dports/security/libprelude/libprelude-1.2.6/src/libprelude-error/
H A DMakefile.am22 LANG="" $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 \
26 LANG="" $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
30 LANG="" $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 \
34 LANG="" $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
38 LANG="" $(AWK) -f $(srcdir)/mkerrnos.awk $(srcdir)/errnos.in >$@
42 LANG="" $(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
43 $(CPP) -P _$@ | grep PRELUDE_ERROR_ | LANG="" $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
52 ./mkerrcodes | LANG="" $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@
55 LANG="" $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \
60 LANG="" $(AWK) -f $(srcdir)/mkheader.awk \
/dports/sysutils/goawk/goawk-1.9.2/
H A DREADME.md1 # GoAWK: an AWK interpreter written in Go
7 AWK is a fascinating text-processing language, and somehow after reading the delightfully-terse [*T…
23 … quoting character, so use `"` around the entire AWK program on the command line, and use `'` arou…
72 ## Differences from AWK
74 The intention is for GoAWK to conform to `awk`'s behavior and to the [POSIX AWK spec](http://pubs.o…
76 Additional features GoAWK has over AWK:
78 * It's embeddable in your Go programs! You can even call custom Go functions from your AWK scripts.
79 * I/O-bound AWK scripts (which is most of them) are significantly faster than `awk`, and on a par w…
82 Things AWK has over GoAWK:
84 * CPU-bound AWK scripts are slightly slower than `awk`, and about twice as slow as `gawk` and `mawk…
[all …]
/dports/textproc/gron.awk/gron.awk-0.0.1/
H A DMakesurefile5 @define AWK="awk"
44 case "$AWK" in
45 *mawk*) "$AWK" -W version 2>&1 | head -n 1
47 *) "$AWK" --version | head -n 1
92 ./makesure -D AWK="$(pwd)/soft/bwk" tested
100 ./makesure -D AWK="$(pwd)/soft/gawk51" tested
104 ./makesure -D AWK="$(pwd)/soft/$GOAWK" tested
109 ./makesure -D AWK="/usr/bin/mawk" tested
237 for AWK in gawk51 mawk134 $GOAWK bwk
241 echo "Benchmarking $AWK ..."
[all …]
/dports/games/poker-eval/poker-eval-138.0/tests/
H A Drun.in40 [ $(./enumtest1 6 3 | @MD5SUM@ | @AWK@ '{print $1}') = 425daf38998180d6f261ac6801d589dd ]
44 [ $(./enumtest2 | @MD5SUM@ | @AWK@ '{print $1}') = 1e144704f542b3046c174bcfc3c1f2a2 ]
48 [ $(./enumtest3 | @MD5SUM@ | @AWK@ '{print $1}') = 8eca9e9a0aa0e4ad71acafbc8a93da4a ]
52 [ $(./enumtest5 | @MD5SUM@ | @AWK@ '{print $1}') = 74c0f1347023859feab2275dc8c33ef1 ]
56 [ $(./enumtest7 | @MD5SUM@ | @AWK@ '{print $1}') = 02d548445d51f7ddf2b99ff878b49277 ]
/dports/lang/micropython/micropython-1.17/tools/
H A Dcodestats.sh22 AWK=awk
57 size $2 | tail -n1 | $AWK '{print $1}'
65 size $2 | tail -n1 | $AWK '{print $1}'
67 size $3 | tail -n1 | $AWK '{print $1}'
75 size $2 | tail -n1 | $AWK '{print $1}'
77 size $3 | tail -n1 | $AWK '{print $1}'
79 size $4 | tail -n1 | $AWK '{print $1}'
87 last_rev=$(tail -n1 $output | $AWK '{print $1}')
175 pystones=$(echo $new_pystones | $AWK '{print $2}')
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_utm_zones.sh38 $AWK '{if ($1 == 6) {print 3} else {print $0}}' tt.x.d > tt.sp.d
42 $AWK '{printf "> \n%s\t%s\n%s\t%s\n", $1, "'$s'", $1, "'$n'"}' tt.sp.d >> tt.z.d
79 $AWK '{if ($1 <=0 || $1 >=42) print $0}' tt.x.d > tt.sp.d
85 $AWK '{printf "> \n%s\t%s\n%s\t%s\n", $1, "'$s'", $1, "'$n'"}' tt.sp.d >> tt.z.d
87 paste tt.y.d tt.n.d | $AWK '{printf "180 %s %s\n", $1, $2}' | gmt text -N -D0.1i/0 -F+f10p,Helvetic…
94 gmt math -T-180/174/6 T 3 ADD = | $AWK '{printf "%s -90 %d\n", $2, NR}' | gmt text -N -D0/-0.07i -F…
95 gmt math -T-180/174/6 T 3 ADD = | $AWK '{printf "%s 90 %d\n", $2, NR}' | gmt text -N -D0/0.07i -F+f…
102 $AWK '{if ($1 < 0) printf "-180 %s %s@.S\n", $1, -$1}' tt.L.d | gmt text -N -D-0.05i/0 -F+f10p+jRM
103 $AWK '{if ($1 > 0) printf "-180 %s %s@.N\n", $1, $1}' tt.L.d | gmt text -N -D-0.05i/0 -F+f10p+jRM
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Daffixcompress24 AWK="gawk"
27 cat $1 | $AWK '
61 sort -rnk 3 affixcompress0.tmp | $AWK '$3 >= 1{print $0}' |
64 $AWK '
179 cat affixcompress3.tmp | $AWK -v out="$1.dic" '
/dports/devel/icu/icu/source/tools/tzcode/
H A Dtzselect.ksh38 : ${AWK=awk}
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible."
120 $AWK -v TZ="$TZ" 'BEGIN {
138 countries=$($AWK -F'\t' \
182 regions=$($AWK -F'\t' \
219 TZ=$($AWK -F'\t' \
/dports/devel/icu-lx/icu/source/tools/tzcode/
H A Dtzselect.ksh38 : ${AWK=awk}
42 ($AWK -v x=y 'BEGIN { exit 123 }') </dev/null >/dev/null 2>&1
44 echo >&2 "$0: Sorry, your \`$AWK' program is not Posix compatible."
120 $AWK -v TZ="$TZ" 'BEGIN {
138 countries=$($AWK -F'\t' \
182 regions=$($AWK -F'\t' \
219 TZ=$($AWK -F'\t' \

12345678910>>...1283