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

/openjdk7/hotspot/make/windows/
H A Dbuild_vm_def.sh47 AWK="$MKS_HOME/awk.exe"
48 if [ ! -e $AWK ]; then
49 AWK="$MKS_HOME/gawk.exe"
64 $DUMPBIN /symbols *.obj | "$GREP" "??_7.*@@6B@" | "$GREP" -v "type_info" | "$AWK" '{print $7}' | "$SORT" | "$UNIQ" > vm2.def
68 "$CAT" vm3.def | "$GREP" "??_7.*@@6B@" | "$GREP" -v "type_info" | "$AWK" '{print $7}' | "$SORT" | "$UNIQ" > vm2.def
/openjdk7/make/scripts/
H A Dwebrev.ksh178 # variable C in the $AWK script below.
187 $AWK '
291 $AWK '
373 $AWK '
453 # Post-process the HTML files by running them back through $AWK
455 html_quote < $1 | $AWK -f /tmp/$$.file1 > /tmp/$$.file1.html
457 html_quote < $2 | $AWK -f /tmp/$$.file2 > /tmp/$$.file2.html
634 $AWK '
1015 html_quote | $AWK '
1054 html_quote | $AWK '{lin
[all...]
/openjdk7/jdk/test/
H A DMakefile37 AWK = awk macro
317 runc="`$(CAT) $(RUNLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
318 passc="`$(CAT) $(PASSLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
319 failc="`$(CAT) $(FAILLIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \
320 exclc="`$(CAT) $(EXCLUDELIST) | $(WC) -l | $(AWK) '{print $$1;}'`"; \

Completed in 35 milliseconds