Searched refs:AWK (Results 1 - 25 of 131) sorted by relevance

123456

/haiku-buildtools/legacy/gcc/gcc/
H A Dexgettext25 : ${AWK=awk}
47 files=`$AWK '/^[^#]/ { print }' $files_from`;;
84 $AWK "$generate_keyword_options" $files < /dev/null
110 $AWK "$generate_emsgids" $files < /dev/null
/haiku-buildtools/legacy/gcc/contrib/
H A Dwarn_summary61 $AWK 'BEGIN{t=1} ; /Entering directory.*\/gcc\/[a-z]/{t--} ; /Leaving directory.*\/gcc\/[a-z]/{t++} ; {if(t==1)print}'
64 $AWK "BEGIN {t=-1} ; /^cd $filter; make/{t=0} ; /Entering directory .*\/gcc\/$filter/{t++} ; /Leaving directory .*\/gcc\/$filter/{t--} ; {if(t==1)print}"
76 $AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t==1)print}"
79 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
82 $AWK "/stage$stageNminus1/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
129 if test -z "$AWK" ; then
130 for AWK in gawk nawk awk ; do
131 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
187 warningFilter $tmpfile | $AWK -F: '{print$1}' | sort | uniq -c | sort -nr
H A Dtest_summary41 if test -z "$AWK" ; then
42 for AWK in gawk nawk awk ; do
43 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
85 $AWK '
/haiku-buildtools/gcc/contrib/
H A Dwarn_summary75 $AWK "BEGIN{t=1} ; /^Bootstrapping the compiler/{t=0} ; /^Building runtime libraries/{t=1} ; {if(t==1)print}"
78 $AWK "/^Bootstrapping the compiler|^Building the C and C\+\+ compiler/{t=1} ; /stage$stageN/{t=0} ; {if(t==1)print}"
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 | \
H A Dtest_recheck44 if test -z "$AWK" ; then
45 for AWK in gawk nawk awk
47 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
64 flags=`$AWK '
H A Dtest_summary47 if test -z "$AWK" ; then
48 for AWK in gawk nawk awk ; do
49 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
91 # We use cat instead of listing the files as arguments to AWK because
95 $AWK '
H A Ddg-extract-results.sh107 if test -z "$AWK" ; then
108 for AWK in gawk nawk awk
110 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
149 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l`
151 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }'`
224 $AWK -f $ACATS_AWK $SUM_FILES
243 $AWK -f $VAR_AWK $FILE >> ${TMP}/varlist
269 | $AWK '/^Running/ { if ($2 != "target" && $3 == "...") print "EXPFILE: "$2 } ' \
409 cat ${TMP}/expfiles $SUM_FILES | $AWK -f $GUTS_AWK
410 cat $SUM_FILES | $AWK
[all...]
/haiku-buildtools/legacy/autoconf/
H A Difnames.sh60 @AWK@ '
H A Dautoconf.sh40 : ${AWK=@AWK@}
150 $AWK '
H A Dconfigure595 if test -n "$AWK"; then
596 ac_cv_prog_AWK="$AWK" # Let the user override the test.
610 AWK="$ac_cv_prog_AWK"
611 if test -n "$AWK"; then
612 echo "$ac_t""$AWK" 1>&6
617 test -n "$AWK" && break
898 s%@AWK@%$AWK%g
/haiku-buildtools/gcc/gcc/po/
H A Dexgettext30 # Set AWK if environment has not already set it.
31 AWK=${AWK-awk}
105 $AWK -v excl=po/EXCLUDES -v posr=$posr -v posrcxx=$posrcxx -v kopt=$kopt -v kopt2=$kopt2 -v emsg=$emsg '
234 $AWK '{
/haiku-buildtools/gcc/libada/
H A DMakefile.in44 AWK=@AWK@
/haiku-buildtools/gcc/libmpx/mpxrt/
H A DMakefile.in69 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
108 AWK = @AWK@
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libmpx/mpxwrap/
H A DMakefile.in69 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107 AWK = @AWK@
376 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/gotools/
H A DMakefile.in106 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
123 AWK = @AWK@
338 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
443 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
476 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libsanitizer/interception/
H A DMakefile.in87 AWK = @AWK@
370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
403 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/liboffloadmic/plugin/
H A DMakefile.in104 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154 AWK = @AWK@
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
534 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in91 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
114 AWK = @AWK@
458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libsanitizer/lsan/
H A DMakefile.in73 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 AWK = @AWK@
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libsanitizer/asan/
H A DMakefile.in76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
128 AWK = @AWK@
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libsanitizer/
H A DMakefile.in97 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 AWK = @AWK@
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libsanitizer/ubsan/
H A DMakefile.in74 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118 AWK = @AWK@
433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.in99 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147 AWK = @AWK@
533 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
546 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
566 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/libcc1/
H A DMakefile.in75 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
122 AWK = @AWK@
462 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
475 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
495 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
/haiku-buildtools/gcc/lto-plugin/
H A DMakefile.in76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
108 AWK = @AWK@
382 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \

Completed in 269 milliseconds

123456